Ivan Bessonov created IGNITE-18814:
--------------------------------------
Summary: Fix ItTxDistributedTestSingleNode#assertPartitionsSame
Key: IGNITE-18814
URL: https://issues.apache.org/jira/browse/IGNITE-18814
Project: Ignite
Issue Type: Bug
Reporter: Ivan Bessonov
{code:java}
MvPartitionStorage storage = listener.getMvStorage();
if (hash == 0) {
hash = storage.hashCode();
} else if (hash != storage.hashCode()) {
return false;
}{code}
This code is wrong, hash code is not defined for storages
--
This message was sent by Atlassian Jira
(v8.20.10#820010)