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


##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItTxDistributedTestSingleNode.java:
##########
@@ -635,9 +643,9 @@ protected boolean assertPartitionsSame(TableImpl table, int 
partId) {
 
             MvPartitionStorage storage = listener.getMvStorage();
 
-            if (hash == 0) {
-                hash = storage.hashCode();
-            } else if (hash != storage.hashCode()) {
+            if (storageIdx == 0) {

Review Comment:
   Please add todo here that we need to change the way how we compare 
partitions after consistency checker feature will be implemented 
https://issues.apache.org/jira/browse/IGNITE-18869
   And please, add comment to the epic that we have this todo, so we couldn't 
forget to fix this place 



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