Skip to content

Instantly share code, notes, and snippets.

@danfairs
Created October 23, 2012 10:08
Show Gist options
  • Save danfairs/3938016 to your computer and use it in GitHub Desktop.
Save danfairs/3938016 to your computer and use it in GitHub Desktop.
Traceback
[2012-10-22 13:46:19,817][DEBUG][action.search.type ] [Ariann] [production_tweets_for_2012_42][0], node[Nf8YZvJoRAm6s6JPWSx7Xg], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@711e0568]
org.elasticsearch.transport.RemoteTransportException: [Glorian][inet[/xxx.xxx.xxx.xxx:9501]][search/phase/query+fetch]
Caused by: java.lang.OutOfMemoryError: loading field [secondsync.geo] caused out of memory failure
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:137)
at org.elasticsearch.index.search.geo.GeoPolygonFilter.getDocIdSet(GeoPolygonFilter.java:60)
at org.elasticsearch.common.lucene.search.OrFilter.getDocIdSet(OrFilter.java:56)
at org.elasticsearch.common.lucene.search.AndFilter.getDocIdSet(AndFilter.java:56)
at org.elasticsearch.common.lucene.search.AndFilter.getDocIdSet(AndFilter.java:56)
at org.elasticsearch.common.lucene.search.NotDeletedFilter.getDocIdSet(NotDeletedFilter.java:43)
at org.apache.lucene.search.ConstantScoreQuery$ConstantWeight.scorer(ConstantScoreQuery.java:139)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:577)
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:195)
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:149)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:487)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:400)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:192)
at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:308)
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryFetchTransportHandler.messageReceived(SearchServiceTransportAction.java:560)
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryFetchTransportHandler.messageReceived(SearchServiceTransportAction.java:549)
at org.elasticsearch.transport.netty.MessageChannelHandler$RequestHandler.run(MessageChannelHandler.java:400)
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:679)
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.elasticsearch.index.field.data.support.FieldDataLoader.load(FieldDataLoader.java:45)
at org.elasticsearch.index.mapper.geo.GeoPointFieldData.load(GeoPointFieldData.java:168)
at org.elasticsearch.index.mapper.geo.GeoPointFieldDataType.load(GeoPointFieldDataType.java:55)
at org.elasticsearch.index.mapper.geo.GeoPointFieldDataType.load(GeoPointFieldDataType.java:34)
at org.elasticsearch.index.field.data.FieldData.load(FieldData.java:111)
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:129)
... 19 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment