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

Problem with pod restart stability #98

Closed
andreykont opened this issue Mar 31, 2024 · 2 comments
Closed

Problem with pod restart stability #98

andreykont opened this issue Mar 31, 2024 · 2 comments

Comments

@andreykont
Copy link
Contributor

Standard life cycle implies that any members may be restarted.

How to reproduce:
Restart any pod

Log:
{"level":"fatal","ts":"2024-03-31T06:04:27.129434Z","caller":"etcdmain/etcd.go:204","msg":"discovery failed","error":"member 21cdb8e5d2d72088 has already been bootstrapped","stacktrace":"go.etcd.io/etcd/server/v3/etcdmain.startEtcdOrProxyV2\n\tgo.etcd.io/etcd/server/v3/etcdmain/etcd.go:204\ngo.etcd.io/etcd/server/v3/etcdmain.Main\n\tgo.etcd.io/etcd/server/v3/etcdmain/main.go:40\nmain.main\n\tgo.etcd.io/etcd/server/v3/main.go:31\nruntime.main\n\truntime/proc.go:250"}

@sircthulhu
Copy link
Member

Main problem is resolved in #94, the second problem is the usage of emptyDir. If pod is deleted, all it's data is lost and it can't rejoin as there's already member with such name

@sircthulhu
Copy link
Member

resolved in #94

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

No branches or pull requests

2 participants