https://issues.apache.org/bugzilla/show_bug.cgi?id=47575
--- Comment #2 from Derek Libby <[email protected]> 2009-08-04 20:50:32 PDT --- We had accumulated a large log file approximately 10GB in size. Just using gzip on the (Linux) box in question required about 2 minutes to compress the file. The rollover check happens then next time a logging event comes in and the check interval has been exceeded which for our purposes meant essentially the next time the check interval was exceeded (1000ms I believe). All of our threads then blocked until the GZip operation was complete causing the system to stop responding for that interval. I didn't actually move the block in question, but the only time it makes sense to block on lastRolloverAsyncAction is when its value is about to change which will not be until the next log roll is required which was midnight in our application. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
