Mmuzaf commented on a change in pull request #6554: IGNITE-11073: Backup page 
store manager, initial
URL: https://github.com/apache/ignite/pull/6554#discussion_r395858621
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManagerSelfTest.java
 ##########
 @@ -223,30 +215,38 @@ public void testSnapshotLocalPartitions() throws 
Exception {
             .pageStore())
             .cacheWorkDir(defaultCacheCfg);
 
+        // Checkpoint forces on cluster deactivation (currently only single 
node in cluster),
 
 Review comment:
   Cluster with only one node (our case here) will be deactivated here and 
checkpoint on node stop will occur, so it's safe to calculate CRCs over 
partitions right after 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to