TEST: ClusterDisruptionIT testSendingShardFailure fails #36428
Labels
:Distributed Coordination/Cluster Coordination
Cluster formation and cluster state publication, including cluster membership and fault detection.
>test-failure
Triaged test failures from CI
Test failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/638/console
The issue exhibited by the test is as follows: Simulated disconnect between follower and leader while sending shard failure. Follower gets reconnected to leader through a follower check, but does not remove NO_MASTER_BLOCK from cluster state, which means that sending the shard failure is not retried. Unfortunately, removing the NO_MASTER_BLOCK on becoming follower is not enough, because that will still not trigger the shard failure to be resent because the cluster state version is not incremented.
Relevant log lines:
The text was updated successfully, but these errors were encountered: