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

Web UI: cluster list takes too long to load #4322

Closed
alex-kovoy opened this issue Sep 14, 2020 · 1 comment
Closed

Web UI: cluster list takes too long to load #4322

alex-kovoy opened this issue Sep 14, 2020 · 1 comment
Assignees
Milestone

Comments

@alex-kovoy
Copy link
Contributor

alex-kovoy commented Sep 14, 2020

Cluster list takes too long to load because leaf cluster attributes are not getting cached. The backend still needs to make numerous round trip calls to get this information.

We need to temporary remove "Nodes", "Version" and "URL" columns from the web ui until it gets fixed on the backed. It also requires some changes on the webapi level (do not attempt to collect this information).

image

push to master and backport to 4.3 branch

@alex-kovoy
Copy link
Contributor Author

closed by #4326

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

Successfully merging a pull request may close this issue.

2 participants