close experimental snapshot before merge to the master

This commit is contained in:
Xiang Li 2013-07-19 08:55:40 -07:00
parent 58501151da
commit 732f80ceda

View File

@ -267,7 +267,7 @@ func startRaft(securityType int) {
}
// open the snapshot
go raftServer.Snapshot()
//go raftServer.Snapshot()
// start to response to raft requests
go startRaftTransport(info.RaftPort, securityType)