Skip to content

Instantly share code, notes, and snippets.

@eeeebbbbrrrr
Created December 18, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save eeeebbbbrrrr/708305a968acb13b32c3 to your computer and use it in GitHub Desktop.
Save eeeebbbbrrrr/708305a968acb13b32c3 to your computer and use it in GitHub Desktop.
[2014-12-18 12:14:44,673][DEBUG][action.search.type ] [Orikal] [zdb_bench.public.test.idxtest][4], node[aap92hndT3Gr7U29r3b_SQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@57ed46fd]
org.elasticsearch.search.query.QueryPhaseExecutionException: [zdb_bench.public.test.idxtest][4]: query[filtered(ConstantScore(++cache(_xmin:[12554720 TO 12554720]) +cache(_cmin:[* TO 0}) +cache(_xmax:[0 TO 0]) +cache(_xmax:[12554720 TO 12554720]) +cache(_cmax:[0 TO *]) +cache(_xmin_is_committed:T) +cache(_xmax:[0 TO 0]) +cache(_xmax:[12554720 TO 12554720]) +cache(_cmax:[0 TO *]) +NotFilter(cache(_xmax:[12554720 TO 12554720])) +cache(_xmax_is_committed:F) +CustomQueryWrappingFilter(child_filter[data/xact](filtered(ConstantScore(cache(_all:beer) cache(fulltext:beer)))->cache(_type:data)))))->cache(+_type:xact +org.elasticsearch.index.search.nested.NonNestedDocsFilter@47eda74f)],from[0],size[10]: Query Failed [Failed to execute main query]
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:163)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:275)
at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:231)
at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:228)
at org.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:559)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: java.lang.AssertionError
at org.elasticsearch.search.internal.ContextIndexSearcher.createNormalizedWeight(ContextIndexSearcher.java:136)
at org.elasticsearch.index.search.child.CustomQueryWrappingFilter.getDocIdSet(CustomQueryWrappingFilter.java:72)
at org.elasticsearch.common.lucene.search.AndFilter.getDocIdSet(AndFilter.java:54)
at org.elasticsearch.common.lucene.search.ApplyAcceptedDocsFilter.getDocIdSet(ApplyAcceptedDocsFilter.java:46)
at org.apache.lucene.search.ConstantScoreQuery$ConstantWeight.scorer(ConstantScoreQuery.java:157)
at org.apache.lucene.search.FilteredQuery$RandomAccessFilterStrategy.filteredScorer(FilteredQuery.java:542)
at org.apache.lucene.search.FilteredQuery$FilterStrategy.filteredBulkScorer(FilteredQuery.java:504)
at org.apache.lucene.search.FilteredQuery$1.bulkScorer(FilteredQuery.java:150)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:618)
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:191)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:491)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:448)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:281)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:269)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:157)
... 7 more
Caused by: java.lang.AssertionError
at org.elasticsearch.common.util.BytesRefHash.set(BytesRefHash.java:92)
at org.elasticsearch.common.util.BytesRefHash.add(BytesRefHash.java:146)
at org.elasticsearch.common.util.BytesRefHash.add(BytesRefHash.java:151)
at org.elasticsearch.index.search.child.ParentIdsFilter.createShortCircuitFilter(ParentIdsFilter.java:67)
at org.elasticsearch.index.search.child.ChildrenConstantScoreQuery.createWeight(ChildrenConstantScoreQuery.java:127)
at org.apache.lucene.search.IndexSearcher.createNormalizedWeight(IndexSearcher.java:684)
at org.elasticsearch.search.internal.ContextIndexSearcher.createNormalizedWeight(ContextIndexSearcher.java:133)
... 21 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment