Phillippko commented on code in PR #3615:
URL: https://github.com/apache/ignite-3/pull/3615#discussion_r1588069809


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/freelist/FreeListImpl.java:
##########
@@ -886,9 +885,18 @@ public long recycledPagesCount() throws 
IgniteInternalCheckedException {
         }
     }
 
-    /** {@inheritDoc} */
+    @Override
+    public void saveMetadata() throws IgniteInternalCheckedException {
+        saveMetadata(statHolder);
+    }
+
+    /** Returns page eviction tracker. */
+    public PageEvictionTracker evictionTracker() {

Review Comment:
   Removed this method -> get eviction tracker for handlers through constructors



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