-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
etcd v3.2 fails to start with multiple peer urls #8383
Comments
Can you provide full logs? Not just leader election parts. |
confirmed via procfile:
|
heyitsanthony
pushed a commit
to heyitsanthony/etcd
that referenced
this issue
Aug 17, 2017
gyuho
pushed a commit
that referenced
this issue
Aug 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug/question
Before etcd v3.2 multiple peer urls could be configured (e.g.
ETCD_LISTEN_PEER_URLS=http://$private_ipv4:2380,http://$private_ipv4:7001
).But starting on 3.2.0 if a cluster is started or upgraded to this version with multiple peer urls it is continuously starting elections and it never reaches the healthy state (see coreos/bugs#2095), what is confusing.
As the flag is still plural we could think that it should still be supported. If it's not going to be supported I think it should fail to start with multiple peer urls.
The text was updated successfully, but these errors were encountered: