-
Notifications
You must be signed in to change notification settings - Fork 4.1k
webui: update to handle removal of decommissioned nodes #61812
Copy link
Copy link
Closed
Labels
A-kv-observabilityA-webuiTriage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
In #56529 we remove a node's status entry once it's decommissioned. This means that it no longer shows up in neither "Recently Decommissioned Nodes", nor the "Decommissioned Node History" in the UI. We may want to either remove these views, or change them to use ephemeral info from gossip liveness (e.g. crdb_internal.gossip_liveness) rather than the status entry (e.g. crdb_internal.kv_node_status).
Also requested a docs update in #61808, should coordinate any follow-up actions.
Epic CRDB-10792
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-observabilityA-webuiTriage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)