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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/checkpoint/CheckpointDirtyPages.java:
##########
@@ -167,15 +180,15 @@ public 
IgniteConcurrentMultiPairQueue<PersistentPageMemory, GroupPartitionId> to
         FullPageId[] pageIds = dirtyPages.get(regionIndex).dirtyPages.pageIds;
 
         if (fromPosition == pageIds.length - 1 || 
!equalsByGroupAndPartition(pageIds[fromPosition], pageIds[fromPosition + 1])) {

Review Comment:
   In general, this is a small optimization, but if you insist, I will remove 
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