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

   Back in 8e40b2d4f4f242271d3dfcda4f9b96d3f94cee1b thread safety was added to 
TypedProperties by synchronizing all relevant methods. This was simple and 
effective but suffers from performance issues in read-heavy use-cases.
   
   This commit improves the performance by using a read/write locking mechanism 
so reads can execute concurrently.
   
   No new tests were added since the original commit added tests to verify 
thread safety.


-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to