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

ui: Raft ranges debug page shouldn't auto-refresh #21700

Closed
a-robinson opened this issue Jan 23, 2018 · 0 comments
Closed

ui: Raft ranges debug page shouldn't auto-refresh #21700

a-robinson opened this issue Jan 23, 2018 · 0 comments
Assignees
Labels
S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
Milestone

Comments

@a-robinson
Copy link
Contributor

The /#/raft/ranges page is really cool -- it was a great reference yesterday while reproducing/debugging #20241. However, it was very tough to use because it auto-refreshes every few seconds, replacing the great content with a "Loading..." message and then scrolling you back up to the top instead of keeping your place when the new content loads. I see no reason for this page to need to auto-refresh, but if for some reason we need to keep the auto-refresh then it at least shouldn't scroll you back up to the top of the page when it does so.

@BramGruneir

@couchand couchand added the S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption. label Jan 23, 2018
@couchand couchand added this to the 2.0 milestone Jan 23, 2018
@couchand couchand modified the milestones: 2.0, Later Jan 29, 2018
mrtracy pushed a commit to mrtracy/cockroach that referenced this issue Mar 5, 2018
Two debug pages (Localities and Raft Ranges) were flashing content while
refreshing data; this is because they were using the wrong criteria for
determing whether to display a "loading..." message instead of content.

Fixes cockroachdb#23411
Fixes cockroachdb#21700

Release note: None
mrtracy pushed a commit to mrtracy/cockroach that referenced this issue Mar 6, 2018
Two debug pages (Localities and Raft Ranges) were flashing content while
refreshing data; this is because they were using the wrong criteria for
determing whether to display a "loading..." message instead of content.

Fixes cockroachdb#23411
Fixes cockroachdb#21700

Release note: None
@couchand couchand modified the milestones: Later, 2.0 Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
Projects
None yet
Development

No branches or pull requests

3 participants