RELEASED: Public: November 27, 2024
Resolved issues
- Redundant save of
$JENKINS_HOME/config.xml
from High Availability (HA) replicas (BEE-53577) -
When one replica in a High Availability (HA) controller saved
$JENKINS_HOME/config.xml
, the other replicas would reload it from disk as expected, but then also resave it. This was at best a waste of I/O, and potentially a source of occasional errors in network filesystems.