CloudBees Replication Parent 2890

1 minute read

RELEASED: Public: October 15, 2025

New features

None.

Feature enhancements

Acquire file lock on running builds in HA controller (BEE-61987)

To avoid a class of problems in HA controllers involving two replicas simultaneously believing they are responsible for a given build, a file lock is now acquired when starting, resuming, or adopting a build, and only released when it is offered for adoption or completes.

Resolved issues

Double adoption of build in HA controller (BEE-62584)

Under heavy load conditions, a periodic process in an HA controller could have discovered a build in need of adoption (after its owning replica exited) at the same time that the adoption request was being processed. This race condition could result in two replicas both claiming the build, or one replica attempting to adopt it twice, causing metadata corruption.

Known issues

None.

Upgrade notes

None.