Hello,
I have a Elasticsearch cluster with following configuration.
Elasticsearch version : 5.1.1
Number of Nodes : 10
A daily snapshot process is running in the Cluster. In which the last snapshot was created few days ago and it's status is still IN_PROGRESS . I tried to delete the pending snapshot via api but it fails.
Also I have performed a cluster rolling restart, created a new repository and tried with taking new snapshot but its giving snapshot in progress exception.
I have listed the tasks in cluster and only found the snapshot delete task with "cancellable" : false.
Please help me to solve this. Thanks in advance.