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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/replacement/DelayedDirtyPageWrite.java:
##########
@@ -45,21 +55,26 @@ public class DelayedDirtyPageWrite implements 
WriteDirtyPage {
     /** Replacing pages tracker, used to register & unregister pages being 
written. */
     private final DelayedPageReplacementTracker tracker;
 
-    /** Full page id to be written on {@link #finishReplacement} or {@code 
null} if nothing to write. */
-    private @Nullable FullPageId fullPageId;
+    /** Full page id to be written on {@link #flushCopiedPageIfExists}, {@code 
null} if nothing to write. */
+    private @Nullable FullPageId pageId;

Review Comment:
   Return 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