Operations Center Parent 3.27126

1 minute read

RELEASED: Public: September 4, 2024

New features

None.

Feature enhancements

None.

Resolved issues

Implement reduce logging for slow security enforcement when the operation center connection is not available (BEE-50207)

When the Operations center connection is not available, the security enforcer thread waits for 10s if the connection becomes available. As this wait time is more than half the recurrence period, the execution is marked as slow, and gets logged. In case of connection not available for longer duration the logging keeps happening every recurrence period seconds, which by default is 15s.

Added backoff logic in logging to prevent excessive logging, while still ensuring this status is logged sufficient times to catch the Jenkins administrators attention.

Known issues

None.

Upgrade notes

None.