A few questions:

What version of Elasticsearch are you using?
Are you using the Java client and is it the same version of the cluster?
Did you upgrade recently and was the index built with an older version of
Elasticsearch?

Elasticsearch recently added checksum verification (1.3?), so perhaps you
have some sort of version mismatch.

Cheers,

Ivan



On Mon, Aug 25, 2014 at 10:52 AM, Casper Thrane <[email protected]>
wrote:

> Hi!
>
> We get the following errors, on two of our nodes. And after that our
> cluster doesn't work. I have no idea what it means.
>
> [2014-08-25 17:46:39,323][WARN ][indices.store            ]
> [p-elasticlog03] Can't open file to read checksums
> java.io.FileNotFoundException: No such file [_6cq_es090_0.doc]
>     at
> org.elasticsearch.index.store.DistributorDirectory.getDirectory(DistributorDirectory.java:173)
>     at
> org.elasticsearch.index.store.DistributorDirectory.getDirectory(DistributorDirectory.java:144)
>     at
> org.elasticsearch.index.store.DistributorDirectory.openInput(DistributorDirectory.java:130)
>     at
> org.elasticsearch.index.store.Store$MetadataSnapshot.checksumFromLuceneFile(Store.java:532)
>     at
> org.elasticsearch.index.store.Store$MetadataSnapshot.buildMetadata(Store.java:459)
>     at
> org.elasticsearch.index.store.Store$MetadataSnapshot.<init>(Store.java:433)
>     at
> org.elasticsearch.index.store.Store.readMetadataSnapshot(Store.java:271)
>     at
> org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.listStoreMetaData(TransportNodesListShardStoreMetaData.java:186)
>     at
> org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.nodeOperation(TransportNodesListShardStoreMetaData.java:140)
>     at
> org.elasticsearch.indices.store.TransportNodesListShardStoreMetaData.nodeOperation(TransportNodesListShardStoreMetaData.java:61)
>     at
> org.elasticsearch.action.support.nodes.TransportNodesOperationAction$NodeTransportHandler.messageReceived(TransportNodesOperationAction.java:277)
>     at
> org.elasticsearch.action.support.nodes.TransportNodesOperationAction$NodeTransportHandler.messageReceived(TransportNodesOperationAction.java:268)
>     at
> org.elasticsearch.transport.netty.MessageChannelHandler$RequestHandler.run(MessageChannelHandler.java:275)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>     at java.lang.Thread.run(Unknown Source)
>
> Br
> Casper
>
> --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/5f417878-3e49-478d-90e7-ca5c42734567%40googlegroups.com
> <https://groups.google.com/d/msgid/elasticsearch/5f417878-3e49-478d-90e7-ca5c42734567%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQBYGbr-k%2BB41UUwUY7DVk27KUiuf1xY5kekkXoNRc3grg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to