franz1981 opened a new pull request #2667: ARTEMIS-2321 Non-blocking Page::read on page cache URL: https://github.com/apache/activemq-artemis/pull/2667 It includes just the scalability improvements of https://github.com/apache/activemq-artemis/pull/2645. It is addressing the case where N different pages need to be read concurrently from `PageCursorProviderImpl`: in the original version the `Page::read` would be serialized and will wait each others to happen to make the cache available again, while this change allow to read concurrently different pages without blocking the whole cache.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
