Skip to content

Can we resue serialized ShardSearchRequest in coordinator? And reuse it among channels? #127547

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

Closed
vsop-479 opened this issue Apr 30, 2025 · 1 comment
Labels
>enhancement needs:triage Requires assignment of a team area label

Comments

@vsop-479
Copy link
Contributor

Description

When coordinator send ShardSearchRequest to data nodes, it need serialize this shard request many times for every shard, even these request are all the same.

Can we just serialize it one time, and send it to different shards? Furthermore, just send one request for multi shards when these shards stay in same node ?

Can we also use this serialized singleton msg among different channels to send it ?

@vsop-479 vsop-479 added >enhancement needs:triage Requires assignment of a team area label labels Apr 30, 2025
@DaveCTurner
Copy link
Contributor

Thanks very much for your interest in Elasticsearch.

This appears to be a user question, and we'd like to direct these kinds of things to the Elasticsearch forum. If you can stop by there, we'd appreciate it. This allows us to use GitHub for verified bug reports, feature requests, and pull requests.

There's an active community in the forum that should be able to help get an answer to your question. As such, I hope you don't mind that I close this.

@DaveCTurner DaveCTurner closed this as not planned Won't fix, can't repro, duplicate, stale May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement needs:triage Requires assignment of a team area label
Projects
None yet
Development

No branches or pull requests

2 participants