-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
What did you do?
# create a 3-PD cluster
> curl -s http://<leader>/metrics | grep empty-region-count
pd_regions_status{type="empty-region-count"} 14
> pd-ctl member leader transfer <another-leader>
> pd-ctl member leader transfer <leader>
> curl -s http://<leader>/metrics | grep empty-region-count
The last command outputs nothing, meaning the metrics are missing.
What did you expect to see?
pd_regions_status{type="empty-region-count"} 14
What did you see instead?
nothing
What version of PD are you using (pd-server -V
)?
Metadata
Metadata
Assignees
Labels
affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.