You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging for leader changes does not appear to be correct on peers. I just setup a brand new, 3 node cluster.
From app02
[etcd] Jul 30 20:50:00.253 INFO | app02: leader changed from '' to 'app03'.
[etcd] Jul 30 20:50:13.509 INFO | app02: term #4 started.
[etcd] Jul 30 20:50:13.509 INFO | app02: leader changed from 'app03' to ''.
But, if you curl leader information, it returns that there is a leader, app01. app01's logs agree.
[etcd] Jul 30 20:50:13.504 INFO | app01: leader changed from 'app03' to ''.
[etcd] Jul 30 20:50:13.509 INFO | app01: state changed from 'candidate' to 'leader'.
[etcd] Jul 30 20:50:13.509 INFO | app01: leader changed from '' to 'app01'.
The text was updated successfully, but these errors were encountered:
Logging for leader changes does not appear to be correct on peers. I just setup a brand new, 3 node cluster.
From app02
But, if you curl leader information, it returns that there is a leader, app01. app01's logs agree.
The text was updated successfully, but these errors were encountered: