jbertram opened a new pull request, #4218: URL: https://github.com/apache/activemq-artemis/pull/4218
The map used by LastValueQueue was inadvertently changed to a non-thread-safe implementation in 4a4765c39cb73438ea2199b6e0937566d3556c10. This resulted in an occasional ConcurrentModificationException from the hashCode implementation. This commit restores the thread-safe map implementation and adds a test which brute-forces a CME when using the non-thread-safe implementation. -- 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]
