-
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
Panic when stopping etcd process #8916
Labels
Comments
Suggestion from gRPC team grpc/grpc-go#1384 (comment) |
Easy to repro: start a single node etcd cluster with TLS. Spawn a watcher. Stop etcd. |
jamesdphillips
added a commit
to jamesdphillips/etcd
that referenced
this issue
Dec 7, 2017
Fixes: etcd-io#8916 Provided solution implements suggestion from gRPC team: grpc/grpc-go#1384 (comment)
jamesdphillips
added a commit
to jamesdphillips/etcd
that referenced
this issue
Dec 7, 2017
Fixes: etcd-io#8916 Provided solution implements suggestion from gRPC team: grpc/grpc-go#1384 (comment)
jamesdphillips
added a commit
to jamesdphillips/etcd
that referenced
this issue
Dec 7, 2017
Fixes etcd-io#8916 Provided solution (attempts to) implements suggestion from gRPC team: grpc/grpc-go#1384 (comment)
jamesdphillips
added a commit
to jamesdphillips/etcd
that referenced
this issue
Dec 7, 2017
Avoid panic on shut down gRPC Server when TLS configuration is present. Provided solution (attempts to) implements suggestion from gRPC team: grpc/grpc-go#1384 (comment). Fixes etcd-io#8916
jamesdphillips
added a commit
to jamesdphillips/etcd
that referenced
this issue
Dec 7, 2017
Avoid panic when stopping gRPC Server if TLS configuration is present. Provided solution (attempts to) implement suggestion from gRPC team: grpc/grpc-go#1384 (comment). Fixes etcd-io#8916
gyuho
pushed a commit
to gyuho/etcd
that referenced
this issue
Dec 7, 2017
Avoid panic when stopping gRPC Server if TLS configuration is present. Provided solution (attempts to) implement suggestion from gRPC team: grpc/grpc-go#1384 (comment). Fixes etcd-io#8916
gyuho
pushed a commit
to gyuho/etcd
that referenced
this issue
Dec 8, 2017
Avoid panic when stopping gRPC Server if TLS configuration is present. Provided solution (attempts to) implement suggestion from gRPC team: grpc/grpc-go#1384 (comment). Fixes etcd-io#8916
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
etcd v3.2.9
When stopping etcd, we always get the following panic error. Is there a way of gracefully stopping etcd ?
The text was updated successfully, but these errors were encountered: