What version of Curator are you using with Elasticsearch 2.4.6?
Regardless, Curator only makes API calls. If there is a stall, it’s inside Elasticsearch. You might have to clear out a stalled snapshot using other API calls.
Running 4.3.1 curator, any thoughts on that? We understood it was not 'safe' to use later version
Thanks, aware that curator makes the calls only.
At this point, we've exhausted all the API calls that are available
DELETE won't function when a snapshot is IN PROGRESS
can't delete a repository when its in progress (snapshotting to S3)
There are no active tasks or pending tasks
(and as mentioned have tried restarts as well as complete replacements)
Only thing left I can find any information on is a complete shutdown of the cluster ... which in an active cluster with 3+ searches per second, means downtime certainly
DELETE is the way to stop an IN_PROGRESS snapshot. If that isn’t working, I can only surmise that something else is amiss in the cluster. A full or rolling restart is probably your next step. An upgrade to a newer release is also recommended as the 2.x series is no longer supported. Neither is the 5.x series.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.