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

dashboard: fragment graph loads slowly when there's limited bandwidth and too many actors #15127

Closed
BugenZhao opened this issue Feb 19, 2024 · 1 comment
Labels
component/dashboard type/enhancement Improvements to existing implementation.
Milestone

Comments

@BugenZhao
Copy link
Member

It's possible that we need to access the web dashboard on a remote cluster with port-forwarding. In this case, the bandwidth between the local machine and the server could be quite limited. If there're too many actors, it could take a quite long time for the browser to fetch the graph JSON and the experience is not good.

Furthermore, @KeXiangWang reported that this procedure would fail under Kubernetes port-forwarding, with an error of broken pipe. This appears to be a known issue of Kubernetes (kubernetes/kubernetes#74551) but not been resolved yet.

I believe what we can do is reduce the amount of data fetched from the meta service. Possible approaches:

@BugenZhao BugenZhao added type/enhancement Improvements to existing implementation. component/dashboard labels Feb 19, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Feb 19, 2024
@BugenZhao BugenZhao modified the milestones: release-1.7, release-1.8 Mar 6, 2024
@BugenZhao
Copy link
Member Author

This should have already been resolved by #15558.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/dashboard type/enhancement Improvements to existing implementation.
Projects
None yet
Development

No branches or pull requests

1 participant