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

Simplify result handling in FetchSearchPhase (#115723) #117352

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

original-brownbear
Copy link
Member

Backport of #115723

The results instance does not need to be a field.
It's state handling is fairly straight forward, it needs to be released once all fetches have been procesed. No need to even create it on any other path so I split up the method slightly to clearly isolate when and how we need the results instance.

Part of #115722

The results instance does not need to be a field.
It's state handling is fairly straight forward, it needs to be released
once all fetches have been procesed. No need to even create it on any other
path so I split up the method slightly to clearly isolate when and how
we need the results instance.

Part of elastic#115722
@original-brownbear original-brownbear added backport :Search Foundations/Search Catch all for Search Foundations auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Nov 22, 2024
@elasticsearchmachine elasticsearchmachine merged commit 3836586 into elastic:8.x Nov 22, 2024
15 checks passed
@original-brownbear original-brownbear deleted the 115723-8.x branch November 22, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Search Foundations/Search Catch all for Search Foundations v8.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants