ppkarwasz commented on PR #4011: URL: https://github.com/apache/logging-log4j2/pull/4011#issuecomment-3702406294
@OpenZYK, To be clear what I suggested was to start the `AsyncAction` from `RollingFileManager` with a delay, not to start delayed actions from within `DelayedCompressAction`: the rollover process has many inter-dependent actions and it is much simpler to execute them sequentially. If you execute them in parallel, you will encounter many subtle bugs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
