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

    https://github.com/apache/activemq-artemis/pull/1853#discussion_r166545869
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/codec/PageCountRecordInc.java
 ---
    @@ -26,17 +26,20 @@
     
        private int value;
     
    +   private long persistentSize;
    --- End diff --
    
    Seems my comment is removed due to update. Should be -1.
    
    Reason for this is that if it isn't set e.g. have read up an old journal as 
such decode wont set it, and you know you need to calculate it to get a correct 
value.
    



---

Reply via email to