skorotkov commented on code in PR #12026:
URL: https://github.com/apache/ignite/pull/12026#discussion_r2113835521


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/freelist/AbstractFreeList.java:
##########
@@ -416,6 +431,9 @@ else if (putIsNeeded)
                     put(null, pageId, page, pageAddr, newBucket, statHolder);
             }
 
+            if (nextLink != 0 && !io.isEmpty(pageAddr))

Review Comment:
   Yes.
   
   You are right. I thought that this can also be called for fragment pages 
other than head (and not tail). 
   
   Will remove this fragment.
   
   



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to