Clebert Suconic created ARTEMIS-5579:
----------------------------------------
Summary: Unecessary synchronization blocks
Key: ARTEMIS-5579
URL: https://issues.apache.org/jira/browse/ARTEMIS-5579
Project: ActiveMQ Artemis
Issue Type: Bug
Affects Versions: 2.41.0
Reporter: Clebert Suconic
Fix For: 2.42.0
There are a few unecessary synchronization blocks that are affecting
performance:
- PageCursorProvider::cleanup.. it's holding a write lock while also
synchronization.. that's not needed any more
- ServerLocatorImpl is holding a lock on notification of new elements, what is
causing a few eventual failures on our testsuite.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact