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

panic on GracefulStop with TLS-enabled #878

Closed
Connor1996 opened this issue Dec 9, 2017 · 3 comments
Closed

panic on GracefulStop with TLS-enabled #878

Connor1996 opened this issue Dec 9, 2017 · 3 comments
Labels
type/bug The issue is confirmed as a bug.

Comments

@Connor1996
Copy link
Member

Connor1996 commented Dec 9, 2017

caused by bug of embed etcd

panic: Drain() is not implemented
goroutine 101105 [running]:
github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/transport.(*serverHandlerTransport).Drain(0xc4217b18c0)
	/home/gyuho/etcd/release/etcd/gopath/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/transport/handler_server.go:374 +0x64
github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc.(*Server).GracefulStop(0xc420464620)
	/home/gyuho/etcd/release/etcd/gopath/src/github.com/coreos/etcd/cmd/vendor/google.golang.org/grpc/server.go:1006 +0x2e6
github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/embed.(*Etcd).Close.func2(0xc424b04300, 0xc4202f5cc0)
	/home/gyuho/etcd/release/etcd/gopath/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/embed/etcd.go:201 +0x54
created by github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/embed.(*Etcd).Close
	/home/gyuho/etcd/release/etcd/gopath/src/github.com/coreos/etcd/cmd/vendor/github.com/coreos/etcd/embed/etcd.go:202 +0x20a
@Connor1996
Copy link
Member Author

fix this bug in etcd-io/etcd#8987
update vendor when there is a new release

@Connor1996 Connor1996 added the type/bug The issue is confirmed as a bug. label Dec 9, 2017
@disksing
Copy link
Contributor

Please check if this bug is fixed in current master. @Connor1996

@Connor1996
Copy link
Member Author

etcd v3.2.13 has already fixed it. @disksing

@disksing disksing closed this as completed Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants