Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.0.6
-
None
Description
When TimeBasedRollingPolicy#rollover renames a file (because getParentsRawFileProperty returns non-null) there's a race condition where the JVM may exit before the async compressor is started, thus leaving behind an uncompress file with a tmp name.
This doesn't seem like an easy fix...