Commit 6cfae7f
committed
Fix testFollowerCheckerDetectsUnresponsiveNodeAfterMasterReelection (#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 #841721 parent 1861e8a commit 6cfae7f
File tree
1 file changed
+1
-0
lines changed- server/src/internalClusterTest/java/org/elasticsearch/discovery
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments