Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testFollowerCheckerDetectsUnresponsiveNodeAfterMasterReelection (e…
…lastic#84200) This test would fail if we introduce the network partition while the master is still publishing a cluster state update and hasn't received the ack from the victim node. In this case the default publish timeout means that the master will wait for 30s before completing the stalled publication and moving on to the `node-left` one, but `ensureStableCluster` also times out after 30s which leaves not much time for the master to remove the victim node. This commit reduces the publish timeout to 10s so that the master recovers well before `ensureStableCluster` times out. Closes elastic#84172
- Loading branch information