You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tdigest or hdr percentile aggregation is used in an ML Anomaly Detection job, a no_such_element_exception is returned when there is no data returned in the percentiles bucket.
java.util.NoSuchElementException
at java.util.Collections$EmptyIterator.next(Collections.java:4532) ~[?:?]
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.processPercentiles(AggregationToJsonProcessor.java:412)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.processLeaf(AggregationToJsonProcessor.java:382)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.processAggs(AggregationToJsonProcessor.java:158)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.processDateHistogram(AggregationToJsonProcessor.java:235)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.processAggs(AggregationToJsonProcessor.java:169)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessor.process(AggregationToJsonProcessor.java:94)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessorTests.aggToString(AggregationToJsonProcessorTests.java:706)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessorTests.aggToString(AggregationToJsonProcessorTests.java:693)
at org.elasticsearch.xpack.ml.datafeed.extractor.aggregation.AggregationToJsonProcessorTests.testProcessGivenEmptyPercentiles(AggregationToJsonProcessorTests.java:513)
The text was updated successfully, but these errors were encountered:
If tdigest or hdr percentile aggregation is used in an ML Anomaly Detection job, a no_such_element_exception is returned when there is no data returned in the percentiles bucket.
The text was updated successfully, but these errors were encountered: