Running multiple instances triggers exception-java.lang.IndexOutOfBoundsException

Hi,

I got a problem with my ElasticSearch. When I try to run two instances
of ElasticSearch from the same machine, I got the following
exception..Please help me out.

We are running Ubuntu. we are using the latest version of elasticsearch.

[2012-06-27 15:27:22,897][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:24,545][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:25,422][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:26,638][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [attachment] (dynamic)
[2012-06-27 15:28:36,200][DEBUG][action.search.type ] [Bob Diamond]
[1] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:38,303][DEBUG][action.search.type ] [Bob Diamond]
[3] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:38,914][DEBUG][action.search.type ] [Bob Diamond]
[5] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,145][DEBUG][action.search.type ] [Bob Diamond]
[7] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,353][DEBUG][action.search.type ] [Bob Diamond]
[10] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,643][DEBUG][action.search.type ] [Bob Diamond]
[11] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,840][DEBUG][action.search.type ] [Bob Diamond]
[13] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,066][DEBUG][action.search.type ] [Bob Diamond]
[16] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,295][DEBUG][action.search.type ] [Bob Diamond]
[17] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,557][DEBUG][action.search.type ] [Bob Diamond]
[19] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,723][DEBUG][action.search.type ] [Bob Diamond]
[21] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,929][DEBUG][action.search.type ] [Bob Diamond]
[24] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:31:27,019][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
...

Thanks and Regards

Nel

Hi,

 I am really sorry,I made a mistake while describing my isssue, please 

ignore the previous one.

I was not trying to run multiple instances of elasticsearch, but It was an
application that we use in production whose multiple instances had to be
run. I tried to index the data to the single elasticsearch instance. That
is when I got the exception.

We are running Ubuntu. we are using the latest version of elasticsearch.

[2012-06-27 15:27:22,897][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:24,545][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:25,422][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:26,638][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [attachment] (dynamic)
[2012-06-27 15:28:36,200][DEBUG][action.
search.type ] [Bob Diamond] [1] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:38,303][DEBUG][action.search.type ] [Bob Diamond]
[3] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:38,914][DEBUG][action.search.type ] [Bob Diamond]
[5] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,145][DEBUG][action.search.type ] [Bob Diamond]
[7] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,353][DEBUG][action.search.type ] [Bob Diamond]
[10] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,643][DEBUG][action.search.type ] [Bob Diamond]
[11] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:39,840][DEBUG][action.search.type ] [Bob Diamond]
[13] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,066][DEBUG][action.search.type ] [Bob Diamond]
[16] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,295][DEBUG][action.search.type ] [Bob Diamond]
[17] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,557][DEBUG][action.search.type ] [Bob Diamond]
[19] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,723][DEBUG][action.search.type ] [Bob Diamond]
[21] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:28:40,929][DEBUG][action.search.type ] [Bob Diamond]
[24] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at
org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at
org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at
org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at
org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at
org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at
org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
at
org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction$2.run(TransportSearchQueryThenFetchAction.java:136)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[2012-06-27 15:31:27,019][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
...

Thanks and Regards

Are you using the new compression feature? If so, then this is fixed in
0.19.7.

On Wed, Jun 27, 2012 at 1:30 PM, nel NeilAlex@algotree.com wrote:

Hi,

 I am really sorry,I made a mistake while describing my isssue, please

ignore the previous one.

I was not trying to run multiple instances of elasticsearch, but It was an
application that we use in production whose multiple instances had to be
run. I tried to index the data to the single elasticsearch instance. That
is when I got the exception.

We are running Ubuntu. we are using the latest version of elasticsearch.

[2012-06-27 15:27:22,897][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:24,545][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:25,422][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
[2012-06-27 15:27:26,638][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [attachment] (dynamic)
[2012-06-27 15:28:36,200][DEBUG][action.
**search.type ] [Bob Diamond] [1] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:38,303][DEBUG][action.**search.type ] [Bob
Diamond] [3] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:38,914][DEBUG][action.**search.type ] [Bob
Diamond] [5] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:39,145][DEBUG][action.**search.type ] [Bob
Diamond] [7] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:39,353][DEBUG][action.**search.type ] [Bob
Diamond] [10] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:39,643][DEBUG][action.**search.type ] [Bob
Diamond] [11] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:39,840][DEBUG][action.**search.type ] [Bob
Diamond] [13] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:40,066][DEBUG][action.**search.type ] [Bob
Diamond] [16] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:40,295][DEBUG][action.**search.type ] [Bob
Diamond] [17] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:40,557][DEBUG][action.**search.type ] [Bob
Diamond] [19] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:40,723][DEBUG][action.**search.type ] [Bob
Diamond] [21] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:28:40,929][DEBUG][action.**search.type ] [Bob
Diamond] [24] Failed to execute fetch phase
java.lang.**IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.**rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(**ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(
FieldInfos.java:255)
at org.apache.lucene.index.**FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(
SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(
DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(
IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(
FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(
FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(
SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.
sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction.executeFetch(
TransportSearchQueryThenFetchA
ction.java:149)
at org.elasticsearch.action.search.type.
TransportSearchQueryThenFetchA
ction$AsyncAction$2.run(

TransportSearchQueryThenFetchA
ction.java:136)
at java.util.concurrent.ThreadPoolExecutor.runWorker(
ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(
ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.**java:636)
[2012-06-27 15:31:27,019][INFO ][cluster.metadata ] [Bob Diamond]
[edgar2008] update_mapping [filing] (dynamic)
...

Thanks and Regards

Hi Shay,

Thanks a lot for the quick reply.

Regards

Nel

Hello Shay ,

Am seeing this error - gist:3003870 · GitHub
on the request - gist:3003873 · GitHub

Is this also related to the compression feature in the current released.

Thanks
Vineeth

On Wed, Jun 27, 2012 at 5:24 PM, Neil Alex neilalex@algotree.com wrote:

Hi Shay,

Thanks a lot for the quick reply.

Regards

Nel

Are you using compression? Which version are you using? This one comes from
highlighting, so it might be different.

On Wed, Jun 27, 2012 at 2:44 PM, Vineeth Mohan vineethmohan@algotree.comwrote:

Hello Shay ,

Am seeing this error - gist:3003870 · GitHub
on the request - gist:3003873 · GitHub

Is this also related to the compression feature in the current released.

Thanks
Vineeth

On Wed, Jun 27, 2012 at 5:24 PM, Neil Alex neilalex@algotree.com wrote:

Hi Shay,

Thanks a lot for the quick reply.

Regards

Nel

Also, you should see the full failure in the logs, with the exception stack
trace, can you gist it?

On Wed, Jun 27, 2012 at 5:05 PM, Shay Banon kimchy@gmail.com wrote:

Are you using compression? Which version are you using? This one comes
from highlighting, so it might be different.

On Wed, Jun 27, 2012 at 2:44 PM, Vineeth Mohan vineethmohan@algotree.comwrote:

Hello Shay ,

Am seeing this error - gist:3003870 · GitHub
on the request - gist:3003873 · GitHub

Is this also related to the compression feature in the current released.

Thanks
Vineeth

On Wed, Jun 27, 2012 at 5:24 PM, Neil Alex neilalex@algotree.com wrote:

Hi Shay,

Thanks a lot for the quick reply.

Regards

Nel

Yes , i am using .19.6 and am using the new compression feature.

Full Gist - gist:3008935 · GitHub
Request - gist:3003873 · GitHub

Also in previous phase of indexing , i had got this error too -

Let me know if you need any more info on this issue.

Thanks
Vineeth

On Wed, Jun 27, 2012 at 8:47 PM, Shay Banon kimchy@gmail.com wrote:

Also, you should see the full failure in the logs, with the exception
stack trace, can you gist it?

On Wed, Jun 27, 2012 at 5:05 PM, Shay Banon kimchy@gmail.com wrote:

Are you using compression? Which version are you using? This one comes
from highlighting, so it might be different.

On Wed, Jun 27, 2012 at 2:44 PM, Vineeth Mohan <vineethmohan@algotree.com

wrote:

Hello Shay ,

Am seeing this error - gist:3003870 · GitHub
on the request - gist:3003873 · GitHub

Is this also related to the compression feature in the current released.

Thanks
Vineeth

On Wed, Jun 27, 2012 at 5:24 PM, Neil Alex neilalex@algotree.comwrote:

Hi Shay,

Thanks a lot for the quick reply.

Regards

Nel