Alexey Scherbakov created IGNITE-13171:
------------------------------------------
Summary: Proper handling of a rebalancing with disabled WAL
Key: IGNITE-13171
URL:
https://issues.apache.org/jira/browse/IGNITE-13171 Project: Ignite
Issue Type: Bug
Affects Versions: 2.8
Reporter: Alexey Scherbakov
Assignee: Alexey Scherbakov
Fix For: 2.9
Current implementation of a optimized rebalancing with disabled WAL used when all local partitions are MOVING and persistence is enabled has multiple flaws:
# There are races between concurrent topology change and partition owning after a checkpoint causing consistency issues.
# Partitions will not be owned after a topology has changed and new topology version is compatible with previous.
This is the reason for flaky tests [1] [2]
[1] [
https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=1140020093875959306&branch=%3Cdefault%3E&tab=testDetails]
[2]
https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=7421637930905964922&branch=%3Cdefault%3E&tab=testDetails--
This message was sent by Atlassian Jira
(v8.3.4#803005)