Pavel Kovalenko created IGNITE-7500: ---------------------------------------
Summary: Partition update counters may be inconsistent after rebalancing Key: IGNITE-7500 URL: https://issues.apache.org/jira/browse/IGNITE-7500 Project: Ignite Issue Type: Bug Components: cache Affects Versions: 2.3 Reporter: Pavel Kovalenko Assignee: Pavel Kovalenko Problem: If partition rebalance requires more than one batch we are not sending `Clear` flag for it in the last supply message and as result don't set updateCounter to right value. Temporary solution: Send `Clear` flags for partitions that were fully rebalanced in the last supply message. But we still have a problem with race conditions with setting updateCounter during concurrent rebalance and cache load. General solution: https://issues.apache.org/jira/browse/IGNITE-6113 -- This message was sent by Atlassian JIRA (v7.6.3#76005)