Skip to content

Force all per-node query response handling onto a single thread #127317

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

original-brownbear
Copy link
Member

Same reasoning as for field_caps in #120863, no need to have multiple threads contending the same mutex(s) when the heavy lifting step in handling the results is sequential anyway.

Same reasoning as for field_caps in elastic#120863,
no need to have multiple threads contending the same mutex(s) when the heavy lifting
step in handling the results is sequential anyway.
@original-brownbear original-brownbear added >non-issue :Search Foundations/Search Catch all for Search Foundations labels Apr 24, 2025
@original-brownbear original-brownbear requested a review from a team as a code owner April 24, 2025 11:46
@elasticsearchmachine elasticsearchmachine added v9.1.0 Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch labels Apr 24, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch v8.19.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants