mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix: typo gouroutine
fix: typo gouroutine
This commit is contained in:
parent
a1fe0b8ea3
commit
e5a80f5049
@ -817,7 +817,7 @@ func (s *EtcdServer) run() {
|
|||||||
s.cancel()
|
s.cancel()
|
||||||
sched.Stop()
|
sched.Stop()
|
||||||
|
|
||||||
// wait for gouroutines before closing raft so wal stays open
|
// wait for goroutines before closing raft so wal stays open
|
||||||
s.wg.Wait()
|
s.wg.Wait()
|
||||||
|
|
||||||
s.SyncTicker.Stop()
|
s.SyncTicker.Stop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user