sanpwc commented on code in PR #4049:
URL: https://github.com/apache/ignite-3/pull/4049#discussion_r1731311672


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/StoragePartitionMetaIo.java:
##########
@@ -48,8 +48,13 @@ public class StoragePartitionMetaIo extends PartitionMetaIo {
 
     private static final int LEASE_START_TIME_OFF = GC_QUEUE_META_PAGE_ID_OFF 
+ Long.BYTES;
 
+    /** Estimated size here is not a size of a meta, but an approximate rows 
count. */
     private static final int ESTIMATED_SIZE_OFF = LEASE_START_TIME_OFF + 
Long.BYTES;
 
+    private static final int PRIMARY_REPLICA_NODE_ID_FIRST_PAGE_ID_OFF = 
ESTIMATED_SIZE_OFF + Long.BYTES;

Review Comment:
   Sure. Moved.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to