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)
...
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)
...
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)
...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.