gaohoward opened a new pull request, #4756:
URL: https://github.com/apache/activemq-artemis/pull/4756

   PagingStroeImpl.checkReleasedMemory() will kick off 
executor.execute(this::memoryReleased) to pull from the queue 
onMemoryFreedRunnables asynchronously. If the executor fires the task too late, 
it can pick up one of the late trackMemoryChecks runnable and increase its 
calls, making assertion fail. need to flush the executors to make sure it 
doesn't happen.


-- 
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]

Reply via email to