elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.76k stars 8.16k forks source link

[Snapshot and Restore] Handle long-running snapshot deletion requests #144730

Open alisonelizabeth opened 1 year ago

alisonelizabeth commented 1 year ago

Kibana version: Discovered on 17.17.1, but likely applicable on main as well

Describe the bug: The Snapshot and Restore UI allows users to select multiple snapshots and delete them in bulk. In some situations, this can become a long-running action depending on the number and size of snapshots selected. As a result, Node's default global socket timeout of 120s could be exceeded and lead to errors. The current logic does not account for this, and therefore the bulk delete action cannot be used reliably.

elasticmachine commented 1 year ago

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

elasticmachine commented 2 weeks ago

Pinging @elastic/kibana-management (Team:Kibana Management)