You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
push to master and backport to 4.3 branch
The text was updated successfully, but these errors were encountered:
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).
push to master and backport to
4.3
branchThe text was updated successfully, but these errors were encountered: