Phantom Snapshot Process

My ES cluster seems to think it is in my middle of creating a snapshot yet
I don't see any IN_PROGRESS snapshots in my repository. It's supposed to
be an hourly snapshot, but I don't see anything that has started within a
few days.

Yet every time I try and do anything with the repository, it says there is
a snapshot in progress.

Is there any way to query ES that reveals what snapshot is currently in
progress? I only perform snapshots on my master, yet 'jstack' shows
nothing related to snapshotting going on.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fe880960-c717-4cb4-8fa7-963602fdb58e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Found the answer. The /_cluster/state endpoint has a list of all snapshots
in progress. For whatever reason, mine was stuck in INIT for a very long
time. I deleted via the /_snapshot/repo/snapshot_name endpoint.

On Wednesday, February 11, 2015 at 9:31:10 AM UTC-5, Matt Hughes wrote:

My ES cluster seems to think it is in my middle of creating a snapshot yet
I don't see any IN_PROGRESS snapshots in my repository. It's supposed to
be an hourly snapshot, but I don't see anything that has started within a
few days.

Yet every time I try and do anything with the repository, it says there is
a snapshot in progress.

Is there any way to query ES that reveals what snapshot is currently in
progress? I only perform snapshots on my master, yet 'jstack' shows
nothing related to snapshotting going on.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/423e436f-1f78-493b-8483-9f60188d989c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.