mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Machine join/remove v2 API.
This commit is contained in:
1
third_party/github.com/coreos/raft/server.go
vendored
1
third_party/github.com/coreos/raft/server.go
vendored
@@ -477,6 +477,7 @@ func (s *server) Stop() {
|
||||
// make sure the server has stopped before we close the log
|
||||
<-s.stopped
|
||||
s.log.close()
|
||||
s.state = Stopped
|
||||
}
|
||||
|
||||
// Checks if the server is currently running.
|
||||
|
||||
Reference in New Issue
Block a user