v.22.7Improvement

clearOldLogs: Suppress KEEPER_EXCEPTION on Concurrent Deletes

clearOldLogs: Don't report KEEPER_EXCEPTION on concurrent deletes. #39016 (Raúl Marín).
clearOldLogs: Suppress KEEPER_EXCEPTION errors during concurrent log deletions.

Why it matters

This feature improves the stability and user experience of log maintenance by preventing unnecessary KEEPER_EXCEPTION error reports when multiple processes attempt to delete logs concurrently. It reduces noise in error reporting, helping users focus on genuine issues.

How to use it

The fix is applied automatically in log cleanup operations; users do not need to enable or configure anything explicitly.