Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umeshdangat/230da1a1104e8025d30ff91b30d9888c to your computer and use it in GitHub Desktop.
Save umeshdangat/230da1a1104e8025d30ff91b30d9888c to your computer and use it in GitHub Desktop.
GlobalOrdinalMapping advanceExact failing test
2> REPRODUCE WITH: gradle :core:integTest -Dtests.seed=12650C8218D1B008 -Dtests.class=org.elasticsearch.search.profile.aggregation.AggregationProfilerIT -Dtests.security.manager=true -Dtests.locale=en-US -Dtests.timezone=America/Los_Angeles
2> REPRODUCE WITH: gradle :core:integTest -Dtests.seed=12650C8218D1B008 -Dtests.class=org.elasticsearch.search.profile.aggregation.AggregationProfilerIT -Dtests.security.manager=true -Dtests.locale=en-US -Dtests.timezone=America/Los_Angeles
2> NOTE: test params are: codec=Asserting(Lucene70): {_field_names=PostingsFormat(name=Asserting), _id=PostingsFormat(name=Asserting), tag=PostingsFormat(name=Asserting), string_field=PostingsFormat(name=Asserting)}, docValues:{_seq_no=DocValuesFormat(name=Lucene70), number=DocValuesFormat(name=Lucene70), tag=DocValuesFormat(name=Asserting), _primary_term=DocValuesFormat(name=Asserting), _version=DocValuesFormat(name=Lucene70), string_field=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1065, maxMBSortInHeap=6.359576999794083, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-BE, timezone=America/Creston
2> NOTE: Mac OS X 10.12.3 x86_64/Oracle Corporation 1.8.0_91 (64-bit)/cpus=8,threads=25,free=113151600,total=515375104
2> NOTE: All tests run in this JVM: [ClusterSettingsIT, ClearIndicesCacheBlocksIT, TransportTwoNodesSearchIT, ShardSizeTermsIT, GeoDistanceIT, SettingsListenerIT, FsBlobStoreRepositoryIT, PreBuiltAnalyzerIntegrationIT, DateMathIndexExpressionsIntegrationIT, MissingIT, StoredScriptsIT, RefreshBlocksIT, ShardStateIT, IndexTemplateBlocksIT, MaxIT, SimpleValidateQueryIT, SimpleDataNodesIT, DiscoveryDisruptionIT, IpRangeIT, IndicesStatsBlocksIT, MoreLikeThisIT, RestoreBackwardsCompatIT, BooleanTermsIT, MaxBucketIT, CumulativeSumIT, RejectionActionIT, TokenCountFieldMapperIntegrationIT, RecoveryWhileUnderLoadIT, SearchWhileRelocatingIT, DuelScrollIT, AggregationProfilerIT]
ERROR 0.00s J2 | AggregationProfilerIT (suite) <<< FAILURES!
> Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 1200000 msec).
> at __randomizedtesting.SeedInfo.seed([12650C8218D1B008]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3986, name=elasticsearch[node_s0][search][T#1], state=RUNNABLE, group=TGRP-AggregationProfilerIT]
> Caused by: java.lang.AssertionError
> at __randomizedtesting.SeedInfo.seed([12650C8218D1B008]:0)
> at org.apache.lucene.index.AssertingLeafReader$AssertingSortedSetDocValues.advanceExact(AssertingLeafReader.java:819)
> at org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalMapping.advanceExact(GlobalOrdinalMapping.java:58)
> at org.elasticsearch.search.aggregations.bucket.terms.GlobalOrdinalsStringTermsAggregator$2.collect(GlobalOrdinalsStringTermsAggregator.java:156)
> at org.elasticsearch.search.aggregations.AggregatorFactory$MultiBucketAggregatorWrapper$1.collect(AggregatorFactory.java:136)
> at org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector.collect(ProfilingLeafBucketCollector.java:42)
> at org.elasticsearch.search.aggregations.bucket.BucketsAggregator.collectExistingBucket(BucketsAggregator.java:77)
> at org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregator$1.collect(HistogramAggregator.java:120)
> at org.elasticsearch.search.profile.aggregation.ProfilingLeafBucketCollector.collect(ProfilingLeafBucketCollector.java:42)
> at org.elasticsearch.search.aggregations.LeafBucketCollector.collect(LeafBucketCollector.java:82)
> at org.apache.lucene.search.FilterLeafCollector.collect(FilterLeafCollector.java:43)
> at org.elasticsearch.search.profile.query.ProfileCollector$1.collect(ProfileCollector.java:71)
> at org.apache.lucene.search.MultiCollector$MultiLeafCollector.collect(MultiCollector.java:174)
> at org.apache.lucene.search.FilterLeafCollector.collect(FilterLeafCollector.java:43)
> at org.elasticsearch.search.profile.query.ProfileCollector$1.collect(ProfileCollector.java:71)
> at org.apache.lucene.search.FilterLeafCollector.collect(FilterLeafCollector.java:43)
> at org.elasticsearch.search.profile.query.ProfileCollector$1.collect(ProfileCollector.java:71)
> at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreRange(Weight.java:208)
> at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:195)
> at org.elasticsearch.search.internal.CancellableBulkScorer.score(CancellableBulkScorer.java:56)
> at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
> at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:658)
> at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:186)
> at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:462)
> at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:272)
> at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:110)
> at org.elasticsearch.search.SearchService.loadOrExecuteQueryPhase(SearchService.java:279)
> at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:312)
> at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:288)
> at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:284)
> at org.elasticsearch.search.SearchService$3.doRun(SearchService.java:950)
> at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:638)
> at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
Completed [266/289] on J2 in 1210.47s, 6 tests, 3 errors <<< FAILURES!
Tests with failures:
- org.elasticsearch.search.profile.aggregation.AggregationProfilerIT.testMultiLevelProfile
- org.elasticsearch.search.profile.aggregation.AggregationProfilerIT (suite)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment