alievmirza commented on code in PR #1689:
URL: https://github.com/apache/ignite-3/pull/1689#discussion_r1114300003


##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNode.java:
##########
@@ -613,10 +613,18 @@ protected TxManager txManager(Table t) {
         return manager;
     }
 
-    /** {@inheritDoc} */
+    /**
+     * Check the storage of partition is the same across all nodes.
+     * The checking is based on {@link MvPartitionStorage#lastAppliedIndex()} 
that is increased on all update storage operation.
+     * TODO: IGNITE-18869 The method is required to update when a procedure is 
based on comparison of all storage entries will appear.

Review Comment:
   ```suggestion
        * TODO: IGNITE-18869 The method must be updated when a proper way to 
compare storages will be implemented.
   ```



-- 
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