You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove assertAcked() from updateMinMasterNodes() (#113807)
When we're removing nodes there's a possibility for the cluster state
update to succeed but acking to fail (e.g. if it was waiting for an ack
from a removed node). Really there's no need to check for the acking of
the update here, we're in Zen2-land already.
0 commit comments