Description
The AckCompactionRunner that processes the ack rewrites doesn't properly release the index lock in a try/finally block so it is possible that the lock isn't released, such as when no journal to advance is found.
This only currently affects 5.13.3 as in master it was already fixed by this commit: https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commit;h=62bdbb0db5dc4354f0e00fd5259b3db53eb1432d
Attachments
Attachments
Issue Links
- relates to
-
AMQ-6203 KahaDB: Allow rewrite of message acks in older logs which prevent cleanup
- Resolved