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

Improve performance of querying instance configs when new participant joins cluster #2928

Open
GrantPSpencer opened this issue Sep 25, 2024 · 0 comments

Comments

@GrantPSpencer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
findInstancesWithMatchingLogicalId should perform work in parallel or leverage a method of the base dataAccessor such as getChildValues which performs async get operations.

We should also investigate if there are other areas in the code that make sequential calls to ZK that can be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant