Denis Chudov created IGNITE-22927:
-------------------------------------
Summary: Node should trigger failure handler if raft catch-up
failed
Key: IGNITE-22927
URL: https://issues.apache.org/jira/browse/IGNITE-22927
Project: Ignite
Issue Type: Improvement
Reporter: Denis Chudov
*Motivation*
We have integration tests in ItJraftCounterServerTest, but seems there are no
tests related to catch-up failure.
We should check the behaviour (and create corresponding tests) in following
cases:
* configuration changes from (A) to (A, B, C), and node C is offline.
Expected: configuration is able to be changed on the majority (A, B);
* topology is (A, B, C), node C fails to catch-up due to an error in state
machine. As the catch-up failed on minority, failure handler should be
triggered on C.
*Definition of done*
* mentioned cases are covered by tests;
* failure handler is triggered when catch-up fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)