-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducible Failure in org.elasticsearch.search.aggregations.bucket.TermsDocCountErrorIT.testIncrementalReduction #75667
Labels
:Analytics/Aggregations
Aggregations
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
Comments
original-brownbear
added
:Analytics/Aggregations
Aggregations
>test-failure
Triaged test failures from CI
labels
Jul 25, 2021
elasticmachine
added
the
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
label
Jul 25, 2021
Pinging @elastic/es-analytics-geo (Team:Analytics) |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Jul 25, 2021
…T.testIncrementalReduction Relates elastic#75667
ywangd
pushed a commit
to ywangd/elasticsearch
that referenced
this issue
Jul 30, 2021
…T.testIncrementalReduction (elastic#75668) Relates elastic#75667
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Aug 11, 2021
Fix docCountError calculation in case of multiple reduces. It fixes 2 mistakes in elastic#43874. The first error was introduced in the original PR, where unknown doc count errors were initialized equal to 0, the second was introduced during in order to fix the first one by ignoring these 0s, which essentially disabled the original fix. Fixes elastic#75667
imotov
added a commit
that referenced
this issue
Aug 12, 2021
Fix docCountError calculation in case of multiple reduces. It fixes 2 mistakes in #43874. The first error was introduced in the original PR, where unknown doc count errors were initialized equal to 0, the second was introduced during in order to fix the first one by ignoring these 0s, which essentially disabled the original fix. Fixes #75667
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Aug 12, 2021
Fix docCountError calculation in case of multiple reduces. It fixes 2 mistakes in elastic#43874. The first error was introduced in the original PR, where unknown doc count errors were initialized equal to 0, the second was introduced during in order to fix the first one by ignoring these 0s, which essentially disabled the original fix. Fixes elastic#75667
imotov
added a commit
that referenced
this issue
Aug 16, 2021
…ons (#43874) (#76475) When performing incremental reductions, 0 value of docCountError may mean that the error was not previously calculated, or that the error was indeed previously calculated and its value was 0. We end up rejecting true values set to 0 this way. This may lead to wrong upper bound of error in result. To fix it, this PR makes docCountError nullable. null values mean that error was not calculated yet. Fixes #40005, #75667 Co-authored-by: Nikita Glashenko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/Aggregations
Aggregations
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
With current master:
fails 100% of the time with
for me. Also fails for a bunch of other seeds as well.
The text was updated successfully, but these errors were encountered: