Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1853#discussion_r166387479
  
    --- 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 --
    
    There’s a difference between no size (0) and not being set (-1) the logic 
calculating should be aware of this as -1 means it would need to be calculated


---

Reply via email to