Skip to content
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

Fix composite early termination on sorted (backport of #72101) #72127

Merged
merged 3 commits into from
Apr 27, 2021

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Apr 22, 2021

I broke composite early termination when reworking how aggregations'
contact for getLeafCollector around early termination in #70320. We
didn't see it in our tests because we weren't properly emulating the
aggregation collection stage. This fixes early termination by adhering
to the new contract and adds more tests.

Closes #72078

Co-authored-by: Benjamin Trent [email protected]

nik9000 and others added 3 commits April 22, 2021 14:48
I broke composite early termination when reworking how aggregations'
contact for `getLeafCollector` around early termination in elastic#70320. We
didn't see it in our tests because we weren't properly emulating the
aggregation collection stage. This fixes early termination by adhering
to the new contract and adds more tests.

Closes elastic#72078

Co-authored-by: Benjamin Trent <[email protected]>
@nik9000 nik9000 merged commit 2e969cf into elastic:7.x Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant