Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
djq2
ECE 428 - Distributed Systems
Commits
ef3f0a38
Commit
ef3f0a38
authored
Apr 05, 2022
by
djq2
Browse files
nothin
parent
aeb23330
Changes
1
Hide whitespace changes
Inline
Side-by-side
mp2/src/raft/raft.go
View file @
ef3f0a38
...
...
@@ -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()
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment