mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
close experimental snapshot before merge to the master
This commit is contained in:
parent
58501151da
commit
732f80ceda
2
etcd.go
2
etcd.go
@ -267,7 +267,7 @@ func startRaft(securityType int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// open the snapshot
|
// open the snapshot
|
||||||
go raftServer.Snapshot()
|
//go raftServer.Snapshot()
|
||||||
|
|
||||||
// start to response to raft requests
|
// start to response to raft requests
|
||||||
go startRaftTransport(info.RaftPort, securityType)
|
go startRaftTransport(info.RaftPort, securityType)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user