etcd-io / etcdlabs

etcd playground
http://play.etcd.io
Apache License 2.0
222 stars 33 forks source link

panic when adding a new member #245

Closed gyuho closed 7 years ago

gyuho commented 7 years ago
go test -v -run TestCluster_Recover_peer_client_manual_TLS_scheme -logtostderr
goroutine 2644 [running]:
github.com/coreos/etcdlabs/cluster.(*Member).Stop(0xc4200b66c0)
    /Users/gyuho/go/src/github.com/coreos/etcdlabs/cluster/member.go:113 +0x3e
github.com/coreos/etcdlabs/cluster.(*Cluster).Shutdown.func1(0xc4245e3d30, 0xc42024c000, 0x3)
    /Users/gyuho/go/src/github.com/coreos/etcdlabs/cluster/cluster.go:397 +0x67
created by github.com/coreos/etcdlabs/cluster.(*Cluster).Shutdown
    /Users/gyuho/go/src/github.com/coreos/etcdlabs/cluster/cluster.go:398 +0x187
exit status 2