cshannon opened a new issue, #2438: URL: https://github.com/apache/activemq/issues/2438
The garbage collection algorithm for cleaning up journal files will re-write durable subscriptions that are empty to prevent blocking a file from being cleaned up. However, the current algorithm only moves along subscriptions that are in the first file in the GC, vs any file in the set which can prevent cleaning up files in certain scenarios. **Todo:** Fill in with more details on the nature of the problem (when/how it happens) and how the fix will work -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
