Skip to content
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 member list will not be updated anymore if etcd cluster crushed for a period #149

Open
panli889 opened this issue Mar 6, 2017 · 1 comment · May be fixed by #150
Open

etcd member list will not be updated anymore if etcd cluster crushed for a period #149

panli889 opened this issue Mar 6, 2017 · 1 comment · May be fixed by #150

Comments

@panli889
Copy link

panli889 commented Mar 6, 2017

We build our docker and swarm cluster based on etcd.

Those days we encountered a problem, our etcd cluster crushed. Then When we try to recover the etcd cluster in another node, docker and swarm cann't connected to etcd again before we restart them.

After I checked the code, it's because the etcd member list will not be updated anymore if it exists an error when sync the member list. I think ignoring this sync error may be a better option.

Here is the link of sync code: https://github.com/docker/libkv/blob/master/store/etcd/etcd.go#L94

@panli889 panli889 linked a pull request Mar 6, 2017 that will close this issue
@panli889
Copy link
Author

panli889 commented Mar 8, 2017

ping @sanimej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant