Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upetcdctl endpoint health should check for alarms #12032
Comments
|
Do you have any more information? |
|
Yes. Ref: #11973 |
|
@jingyih Should "endpoint health" not simply call '/health' endpoint on each member instead of performing a quorum read on cluster? |
|
i can take look at this issue but the problem is am not that familiar with the project. so can anyone guide me through this |
I think by design [1] Line 33 in ebdcced [2] Lines 36 to 38 in ebdcced |
|
@gyuho @spzala Just want to double check with you. Is the current behavior of
|
|
use
and |
@jingyih I have made the change and issued a pull request. /cc @gyuho @xiang90 |
Today,
etcdctl endpoint healthonly performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returnshealthy.