sk0x50 commented on a change in pull request #5779: IGNITE-10508 Support the 
new checkpoint feature not wait for the previous operation to complete
URL: https://github.com/apache/ignite/pull/5779#discussion_r253439293
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
 ##########
 @@ -4203,24 +4508,28 @@ else if (grpId == TxLog.TX_LOG_CACHE_ID)
 
                     updStores.computeIfAbsent(store, k -> new 
LongAdder()).increment();
                 }
-            }
 
-            return pagesToRetry;
+                // Page successed written to store or page is outdate 
(tag==null), remote from pages to write.
 
 Review comment:
   `Page was successfully written to the store, or the page is outdated (it 
means that tag equals to {@code null}), so it should be removed.`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to