Hi all,
Yesterday afternoon I started to see a cluster red state and the following
exception:
[2013-08-12 23:59:59,587][WARN ][cluster.action.shard ] [hostname]
sending failed shard for [einstein][6], node[w3Ux3oepSrWr5tP_cGWbBQ], [P],
s[INITIALIZING], reason [Failed to start shard, message
[IndexShardGatewayRecoveryException[[einstein][6] No commit point data is
available in gateway]]]
[2013-08-12 23:59:59,904][WARN ][index.gateway.s3 ] [hostname]
[einstein][6] listed commit_point [commit-bx]/[429], but not all files
exists, ignoring
[2013-08-12 23:59:59,904][WARN ][indices.cluster ] [hostname]
[einstein][6] failed to start shard
org.elasticsearch.index.gateway.IndexShardGatewayRecoveryException:
[einstein][6] No commit point data is available in gateway
at
org.elasticsearch.index.gateway.blobstore.BlobStoreIndexShardGateway.recover(BlobStoreIndexShardGateway.java:427)
at
org.elasticsearch.index.gateway.IndexShardGatewayService$1.run(IndexShardGatewayService.java:177)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
This is the first time it has ever happened. If I actually look at the
stored information for that shard, I see content like this:
s3.gateway.bucket/elasticsearch/indices/einstein/6/... (many files)
s3.gateway.bucket/elasticsearch/indices/einstein/6/__2d6
s3.gateway.bucket/elasticsearch/indices/einstein/6/__2dj
s3.gateway.bucket/elasticsearch/indices/einstein/6/commit-bx
What I also notice is that the commit-bx (a) doesn't have an entry for
__2dj and (b) does have an entry for __2di, but __2di does not exist in the
directory listing and (c) all other files seem to be accounted for.
Is there any way for me to recover from this case? Or even to get the
documents that failed to be indexed, so that I could clear the index, but
still have the source docs and re-ingest them?
I've seen other
caseshttp://elasticsearch-users.115913.n3.nabble.com/No-commit-point-data-is-available-in-gateway-td3727782.htmlon
the list that suggest that the index now needs to be completely
deleted/replaced, but at least being able to get at the documents would be
useful.
Thank you for any pointers, I'll report back if I make any progress,
oli
--
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.
For more options, visit https://groups.google.com/groups/opt_out.