Guest User

Untitled

a guest
Jun 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. org.elasticsearch.ElasticSearchException: Failed to get type [test-type] and id [5]
  2. at org.elasticsearch.index.shard.service.InternalIndexShard.get(InternalIndexShard.java:352)
  3. at org.elasticsearch.index.shard.service.InternalIndexShard.update(InternalIndexShard.java:457)
  4. at org.elasticsearch.action.update.TransportShardUpdateAction.shardOperationOnPrimary(TransportShardUpdateAction.java:69)
  5. at org.elasticsearch.action.update.TransportShardUpdateAction.shardOperationOnPrimary(TransportShardUpdateAction.java:39)
  6. at org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOperationAction.performOnPrimary(TransportShardReplicationOperationAction.java:395)
  7. at org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOperationAction.access$400(TransportShardReplicationOperationAction.java:201)
  8. at org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOperationAction$1.run(TransportShardReplicationOperationAction.java:293)
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  10. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  11. at java.lang.Thread.run(Thread.java:680)
  12. Caused by: java.io.IOException: read past EOF
  13. at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:154)
  14. at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:39)
  15. at org.apache.lucene.store.IndexInput.readInt(IndexInput.java:69)
  16. at org.apache.lucene.store.IndexInput.readLong(IndexInput.java:92)
  17. at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:218)
  18. at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:901)
  19. at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:525)
  20. at org.elasticsearch.index.shard.service.InternalIndexShard.get(InternalIndexShard.java:346)
  21. ... 9 more
Add Comment
Please, Sign In to add comment