CloudBees Replication Parent 2645

1 minute read

RELEASED: Public: July 29, 2025

New features

Multi-executor inbound agents in HA controller now run from a single process (BEE-59435)

Previously, when configuring multiple virtual executors on an inbound permanent agent in an HA controller, a separate Java process was launched for each cloned agent. Now all of the agent Java code is run from the same process as the original. This reduces memory usage and simplifies some platform-dependent code to look up which processes are already running. It also allows a service wrapper to stop all executors at once without special setup.

For best results, run the agent with the version of Remoting bundled with the controller (or newer).

There is no change to the behavior of outbound permanent agents with multiple executors. As before, each physical agent (executor) is launched on demand by the replica that needs it, then shut down when idle.

Feature enhancements

None.

Resolved issues

None.

Known issues

None.

Upgrade notes

None.