|
@@ -130,6 +130,7 @@ func newParticipant(id int64, pubAddr string, raftPubAddr string, dir string, cl
|
|
|
p.node.Node = raft.Recover(n.Id, n.Ents, n.State, defaultHeartbeat, defaultElection)
|
|
p.node.Node = raft.Recover(n.Id, n.Ents, n.State, defaultHeartbeat, defaultElection)
|
|
|
log.Printf("id=%x participant.load path=%s\n", p.id, walPath)
|
|
log.Printf("id=%x participant.load path=%s\n", p.id, walPath)
|