]
Tom Jenkinson updated JBTM-2618:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Improve concurrent behavior of HornetqJournalStore
--------------------------------------------------
Key: JBTM-2618
URL:
https://issues.jboss.org/browse/JBTM-2618
Project: JBoss Transaction Manager
Issue Type: Enhancement
Reporter: Luis Barreiro
Fix For: 5.next
Remove existing synchronized block and also make better usage of concurrent data
structures already present in the code.
When there is a high number of threads, some will be block reducing the overall
throughput and increasing response times on the whole system.