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

[Remote State] Evaluate and move remote publication to new thread pool #15437

Open
soosinha opened this issue Aug 27, 2024 · 1 comment
Open
Labels
Cluster Manager ClusterManager:RemoteState enhancement Enhancement or improvement to existing feature or request

Comments

@soosinha
Copy link
Member

Is your feature request related to a problem? Please describe

Currently remote cluster state publication is done using the GENERIC thread pool: https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/cluster/coordination/PublicationTransportHandler.java#L559

Describe the solution you'd like

Evaluate if we should use a different threadpool. Create a new threadpool and use for remote cluster state publication if needed.

Related component

Cluster Manager

Describe alternatives you've considered

No response

Additional context

No response

@rajiv-kv
Copy link
Contributor

[Triage - attendees 1 2 3] - @soosinha - Can you add details as to why this is required only for Remote publication (and not for transport publication) ?

@rajiv-kv rajiv-kv moved this from 🆕 New to Later (6 months plus) in Cluster Manager Project Board Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cluster Manager ClusterManager:RemoteState enhancement Enhancement or improvement to existing feature or request
Projects
Status: Later (6 months plus)
Development

No branches or pull requests

3 participants