-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cluster View not properly reflecting the status of the nodes #74
Comments
Thanks for reporting this. Yes this has to be fixed. it'll be part of the next release. |
Ezt nem teljesen értem Tamás.
Tamas Geschitz ***@***.***> ezt írta (időpont: 2021. jún. 7.,
H, 19:37):
… Thanks for reporting this. Yes this has to be fixed. it'll be part of the
next release.
I'll do it as soon as I can
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVYJF6TPEDNGSMAL2TWDILTRT7V3ANCNFSM4VCMFPMA>
.
|
Egyenlore nem volt idom ezzel foglalkozni, de hamarosan talan lesz idon erre a projektre. |
Currently I have little for this project but I will get back to it as soon as I can. In the meantime, PRs are welcome :) If anyone wants to help, please contact me!. Comment below and mention me. Thanks in advance! |
Describe the bug

I'm running a 3-node cluster using docker
When I stop one of the containers (
etcd1
) I don't see that node as being down.To Reproduce
Setup the cluster
It should look something like this

Open ETCD Manager and point to the cluster
Note Make sure to click on the Status button for each node in order to get the green check ✅

Stop one of the nodes
Go back to ETCD Manager and check the status again
Expected behavior
As described above, I'm expecting the
etcd2
node to show as down or some sort of UI hint.I'm currently in discovery mode checking on how etcd works, mainly aspects such as high availability (HA) and fault tolerance (FT). This means I could be missing some key / critical aspect as on how etcd works, specially around clustering?
Screenshots
Supplied above
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: