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

db-console: graphs require refresh to show nodes added to cluster #141939

Open
angles-n-daemons opened this issue Feb 24, 2025 · 1 comment
Open
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-observability

Comments

@angles-n-daemons
Copy link
Contributor

angles-n-daemons commented Feb 24, 2025

Describe the problem
In v22.x, DB Console metrics graphs would load the time series data of nodes which had joined the cluster after the user had loaded the page. Starting in v23.x and onward, loading time series data for newly added nodes required user-initiated action.

To Reproduce

Using 23.1.0 (or later):

  1. roachprod create $CLUSTER -n 4
  2. roachprod stage $CLUSTER 23.1.0
  3. roachprod start $CLUSTER:1-2
  4. roachprod adminurl $CLUSTER:1
  5. (Go to the above link, go to the metrics page, select "Hardware" to see breakdown by node)
  6. roachprod start $CLUSTER:3
  7. Without reloading the metrics page, notice how node 3 never shows up in the graphs, even as more data is added.

Note that if you run the above with 22.1.0, the page behaves as desired.

Expected behavior
A line for node 3 (and node 4, if tested) appears in the hardware metrics graphs.

Environment:

  • CockroachDB version 23.x+

Additional context
Internal discussion about the functionality gap and reproduction steps: https://cockroachlabs.slack.com/archives/C063CP41TG9/p1740076514352659

Jira issue: CRDB-48088

@angles-n-daemons angles-n-daemons added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Feb 24, 2025
Copy link

blathers-crl bot commented Feb 24, 2025

Hi @angles-n-daemons, please add branch-* labels to identify which branch(es) this C-bug affects.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-observability
Projects
None yet
Development

No branches or pull requests

1 participant