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
Is your feature request related to a problem? Please describe.
In a larger cluster, opening the dashboard on port 5691 often results in requests getting stuck at a global embedded_back_pressures interface, which frequently prevents the page from loading.
Consequently, it becomes impossible to access the fragment_graph interface, which is often the only way to observe the internal structure of the fragment.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Consequently, it becomes impossible to access the fragment_graph interface
Interesting. Theoretically, retrieving the back-pressure rate should be done asynchronously without affecting the loading and rendering of the fragment graph. Could you please provide the steps to reproduce the issue?
Is your feature request related to a problem? Please describe.
In a larger cluster, opening the dashboard on port 5691 often results in requests getting stuck at a global
embedded_back_pressures
interface, which frequently prevents the page from loading.Consequently, it becomes impossible to access the fragment_graph interface, which is often the only way to observe the internal structure of the fragment.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: