Respect Master Node Timeout for Delete Snapshot Requests#55798
Respect Master Node Timeout for Delete Snapshot Requests#55798original-brownbear merged 1 commit intoelastic:masterfrom original-brownbear:respect-timeout-snapshot-delete
Conversation
Respect master node timeout for the first cluster state update task during a snapshot delete request like we do for snapshot create.
|
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
ywelsch
left a comment
There was a problem hiding this comment.
While the change is good, I think we need to be careful how it affects existing orchestration (SLM and other Cloud snapshot orchestration) which has possibly relied on there being no timeout. Can you double-check that?
|
Thanks Yannick!
I already and I think this is fine. For one, even though the timeout applies here now, it applied before in transport master node action already (when waiting for a block to clear or master node to get elected). |
Respect master node timeout for the first cluster state update task
during a snapshot delete request like we do for snapshot create.