Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/2484 I have taken a look on the version used for this PR + the change suggested by @michaelandrepearce on checkDepage and I have found that: LivePageCacheImpl (in violet) is now a major contention point:  While re `isPaging`:  and  Are now source of contention
---