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

Restatectl becomes slow if multiple nodes are unreachable #2787

Open
tillrohrmann opened this issue Feb 26, 2025 · 0 comments
Open

Restatectl becomes slow if multiple nodes are unreachable #2787

tillrohrmann opened this issue Feb 26, 2025 · 0 comments

Comments

@tillrohrmann
Copy link
Contributor

When running restatectl to fetch information from a cluster where nodes are down, the output takes a long time to be printed. I think it might be caused by awaiting timeouts for network requests sequentially. Maybe we can prevent a linear increase in the output delay by running the network requests in parallel instead of sequentially. Maybe we can also show some indicator in the cli that it is still fetching the information (some kind of progress indicator).

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