Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2494#discussion_r246600002
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/LivePageCacheImpl.java
---
@@ -28,15 +28,49 @@
/**
* This is the same as PageCache, however this is for the page that's
being currently written.
*/
--- End diff --
@clebertsuconic @michaelandrepearce Good points guys: i have re-implemented
the logic in a proper collection (but that won't implement canonical
`Collection` types, because it is not canonical at all)
---