we are using opensource elasticsearch version 5.6.10. In one of my ES cluster, the elasticsearch snapshot was struck in inprogress state from few days. I tried below options, but it didn't work out.
ElasticSearch Version: 5.6.10
- Tried the delete the snapshot with ES API, but it didn't work out
- Planned to cancel the task from pending tasks, but it is not listing there
- Tried rolling restart, but didn't work out
I know the one solution which is full restart of elasticsearch cluster. But I don't want to do it in production.
Please help me in this.