Skip to content

Instantly share code, notes, and snippets.

Created January 28, 2015 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/63a0e3f70a72bab37052 to your computer and use it in GitHub Desktop.
Save anonymous/63a0e3f70a72bab37052 to your computer and use it in GitHub Desktop.
[2015-01-28 16:33:29,086][WARN ][cluster.action.shard ] [Ygritte] [events_xxxxx][1] sending failed shard for [events_xxxxx][1], node[H6uGqcWuStmR5N6aKxxTqA], [R], s[INITIALIZING], indexUUID [9sTrORsBRhyoVapK85wZqg], reason [engine failure, message [corrupted preexisting index][CorruptIndexException[[events_xxxxx][1] Preexisting corrupted index [corrupted_tRKUldJjSKGterno_q1ypg] caused by: CorruptIndexException[codec footer mismatch: actual footer=1795364336 vs expected footer=-1071082520 (resource: NIOFSIndexInput(path="/var/lib/elasticsearch/xxx/nodes/0/indices/events_xxxxx/1/index/_pios.fdt"))]
org.apache.lucene.index.CorruptIndexException: codec footer mismatch: actual footer=1795364336 vs expected footer=-1071082520 (resource: NIOFSIndexInput(path="/var/lib/elasticsearch/xxx/nodes/0/indices/events_xxxxx/1/index/_pios.fdt"))
at org.apache.lucene.codecs.CodecUtil.validateFooter(CodecUtil.java:235)
at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:228)
at org.elasticsearch.index.store.Store$MetadataSnapshot.checksumFromLuceneFile(Store.java:686)
at org.elasticsearch.index.store.Store$MetadataSnapshot.buildMetadata(Store.java:585)
at org.elasticsearch.index.store.Store$MetadataSnapshot.<init>(Store.java:568)
at org.elasticsearch.index.store.Store.getMetadata(Store.java:186)
at org.elasticsearch.index.store.Store.getMetadataOrEmpty(Store.java:150)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.applyInitializingShard(IndicesClusterStateService.java:727)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.applyNewOrUpdatedShards(IndicesClusterStateService.java:579)
at org.elasticsearch.indices.cluster.IndicesClusterStateService.clusterChanged(IndicesClusterStateService.java:185)
at org.elasticsearch.cluster.service.InternalClusterService$UpdateTask.run(InternalClusterService.java:431)
at org.elasticsearch.common.util.concurrent.PrioritizedEsThreadPoolExecutor$TieBreakingPrioritizedRunnable.run(PrioritizedEsThreadPoolExecutor.java:153)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment