mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3880 from xiang90/fix_stop
etcdmain: fix unstoppable startEtcd function
This commit is contained in:
commit
c0353697da
@ -323,7 +323,7 @@ func startEtcd(cfg *config) (<-chan struct{}, error) {
|
||||
grpcServer := grpc.NewServer()
|
||||
etcdserverpb.RegisterKVServer(grpcServer, v3rpc.NewKVServer(s))
|
||||
etcdserverpb.RegisterWatchServer(grpcServer, v3rpc.NewWatchServer(s.Watchable()))
|
||||
go plog.Fatal(grpcServer.Serve(v3l))
|
||||
go func() { plog.Fatal(grpcServer.Serve(v3l)) }()
|
||||
}
|
||||
|
||||
return s.StopNotify(), nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user