Description
There is a leak of org.apache.activemq.artemis.utils.collections.LinkedListIterator when a message is marked for rollback on consume.
The iterator used at ClientConsumerImpl:713 is never closed causing the leak.
I wrote a "unit test" that simulates this condition. Start the test with Xmx256m and after some seconds the program terminates with "OutOfMemoryError".
Attachments
Attachments
Issue Links
- links to