Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1853#discussion_r166385388 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/codec/PageCountPendingImpl.java --- @@ -43,6 +44,8 @@ public PageCountPendingImpl(long queueID, long pageID, int inc) { long pageID; + long size; --- End diff -- Should default be -1
---