Skip to content
Snippets Groups Projects
Commit ef3f0a38 authored by djq2's avatar djq2
Browse files

nothin

parent aeb23330
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,12 @@ func (rf *Raft) handleCommitChannel(){
}
// rf.printLog()
// rf.mu.Lock()
// fmt.Println("Server " + strconv.Itoa(rf.me) + ", " + rf.state + ": ")
// fmt.Print("Full Log: ")
// fmt.Println(rf.log)
// fmt.Println()
// rf.mu.Unlock()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment