tkalkirill commented on code in PR #1673:
URL: https://github.com/apache/ignite-3/pull/1673#discussion_r1111512697


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PartitionMeta.java:
##########
@@ -254,22 +254,22 @@ public void indexTreeMetaPageId(@Nullable UUID 
checkpointId, long indexTreeMetaP
     }
 
     /**
-     * Returns garbage collection tree meta page id.
+     * Returns garbage collection queue meta page id.
      */
-    public long garbageCollectionTreeMetaPageId() {
-        return garbageCollectionTreeMetaPageId;
+    public long gcQueueMetaPageId() {
+        return gcQueueMetaPageId;
     }
 
     /**
-     * Sets an garbage collection tree meta page id.
+     * Sets an garbage collection queue meta page id.

Review Comment:
   fix it



##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/io/PartitionMetaIo.java:
##########
@@ -228,24 +228,24 @@ public long getIndexTreeMetaPageId(long pageAddr) {
     }
 
     /**
-     * Sets an garbage collection tree meta page id.
+     * Sets an garbage collection queue meta page id.

Review Comment:
   Fix it



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