Skip to content

etcd not showing a downed node as actually being down #16461

Answered by akuzia
daveisdigital asked this question in Q&A
Discussion options

You must be logged in to vote

member list simply list members of the cluster. You need to use endpoint heath to check status of nodes. You will get smth along those lines:

# etcdctl -w table endpoint health
+--------------------+--------+------------+---------------------------+
|      ENDPOINT      | HEALTH |    TOOK    |           ERROR           |
+--------------------+--------+------------+---------------------------+
| https://etcd1:2379 |   true | 1.711468ms |                           |
| https://etcd2:2379 |   true | 2.858825ms |                           |
| https://etcd3:2379 |  false |            | context deadline exceeded |
+--------------------+--------+------------+---------------------------+
Error: un…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jmhbnz
Comment options

Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants