RELEASED: Public: March 5, 2025
Resolved issues
- Misleading warnings about
conhost.exe
when reconnecting inbound multi-executor Windows agent on High Availability (HA) (BEE-55674) -
When a permanent Windows WebSocket agent with multiple executors is connected to an High Availability (HA) controller using
java.exe
, someconhost.exe
processes are launched. When the main agent is disconnected and reconnects, it searches for existing Java processes corresponding to cloned executors. This search mistakenly matchedconhost.exe
processes, sometimes causing confusing messages about multiple processes already running for a given agent (executor) in the launch logs of the primary (configurable) agent.