ES报错IOException: failed to read(_state/state-42.s)

ES报错IOException: failed to read(_state/state-42.s)

4) Error injecting constructor, ElasticsearchException[java.io.IOException: failed to read [id:42, legacy:false, file:/data03/es/nodes/0/indices/7OnVKVcGQieslgR7mvZ4QQ/_state/state-42.st]];
 nested: IOException[failed to read [id:42, legacy:false, file:/data03/es/nodes/0/indices/7OnVKVcGQieslgR7mvZ4QQ/_state/state-42.st]]; nested: IllegalStateException[class org.apache.lucene.store.BufferedChecksumIndexInput cannot seek backwards (pos=-16 getFilePointer()=0)];  at org.elasticsearch.gateway.GatewayMetaState.<init>(Unknown Source)
  while locating org.elasticsearch.gateway.GatewayMetaState
Caused by: ElasticsearchException[java.io.IOException: failed to read [id:42, legacy:false, file:/data03/es/nodes/0/indices/7OnVKVcGQieslgR7mvZ4QQ/_state/state-42.st]]; nested: IOException[
failed to read [id:42, legacy:false, file:/data03/es/nodes/0/indices/7OnVKVcGQieslgR7mvZ4QQ/_state/state-42.st]]; nested: IllegalStateException[class org.apache.lucene.store.BufferedChecksumIndexInput cannot seek backwards (pos=-16 getFilePointer()=0)];

解决办法:
删除file:/data03/es/nodes/0/indices/7OnVKVcGQieslgR7mvZ4QQ/_state/state-42.st

 find /data*/es/nodes/0/indices/ -type f -name state-*.st -exec rm -rf {} /; 

原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/195496.html

(0)
上一篇 2021年11月16日
下一篇 2021年11月16日

相关推荐

发表回复

登录后才能评论