[
https://issues.apache.org/jira/browse/IGNITE-18814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-18814:
-----------------------------------------
Priority: Critical (was: Major)
> Fix ItTxDistributedTestSingleNode#assertPartitionsSame
> ------------------------------------------------------
>
> Key: IGNITE-18814
> URL: https://issues.apache.org/jira/browse/IGNITE-18814
> Project: Ignite
> Issue Type: Bug
> Reporter: Ivan Bessonov
> Priority: Critical
> Labels: ignite-3
>
> {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)