tikv / pd

Placement driver for TiKV
Apache License 2.0
1.04k stars 719 forks source link

The removed member should no longer appear in the list of evicted endpoints #8286

Closed JmPotato closed 3 months ago

JmPotato commented 3 months ago

Bug Report

[2024/06/04 15:07:36.180 +05:30] [INFO] [health_checker.go:386] ["remove stale etcd client"] [endpoint=http://{pd_addr_a}:2379] [source=election-etcd-client]
...
[2024/06/04 15:07:45.167 +05:30] [INFO] [health_checker.go:294] ["evicted etcd endpoint found"] [endpoint=http://{pd_addr_a}:2379] [source=election-etcd-client]

Once a member is removed from the cluster, its endpoint should no longer exist in the health checker.