Skip to content

Instantly share code, notes, and snippets.

@cdolivares
Created September 7, 2011 23:54
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 cdolivares/1202208 to your computer and use it in GitHub Desktop.
Save cdolivares/1202208 to your computer and use it in GitHub Desktop.
[2011-09-07 16:52:50,340][DEBUG][action.search.type ] [Nate Grey] [36] Failed to execute fetch phase
java.lang.IllegalArgumentException
at java.nio.Buffer.limit(Buffer.java:249)
at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:123)
at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:213)
at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:39)
at org.apache.lucene.store.DataInput.readInt(DataInput.java:84)
at org.apache.lucene.store.BufferedIndexInput.readInt(BufferedIndexInput.java:153)
at org.apache.lucene.store.DataInput.readLong(DataInput.java:126)
at org.apache.lucene.store.BufferedIndexInput.readLong(BufferedIndexInput.java:166)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:239)
at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:471)
at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:564)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:248)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:187)
at org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:89)
at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:370)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:314)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:145)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:132)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment