Roman Puchkovskiy created IGNITE-18865:
------------------------------------------
Summary: Add a test for recovery after a full rebalance aborted
with part of storages
Key: IGNITE-18865
URL: https://issues.apache.org/jira/browse/IGNITE-18865
Project: Ignite
Issue Type: Improvement
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-beta2
There are two storages: MV storage and TX state storage.
Suppose a full rebalancing for one of the storages ended successfully, and it
has updated (not equal to -1) {*}lastAppliedIndex *and *lastAppliedTerm{*},
while for the other we did not have time to complete the full rebalancing and
the node fell.
What will happen to both storages after the node is powered on?
I expect both stores to be cleared and have initial (equal to 0)
{*}lastAppliedIndex *and *lastAppliedTerm{*}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)