ktoso / akka-raft

A toy project implementing RAFT on top of Akka Cluster (not prod ready)
http://blog.project13.pl
Apache License 2.0
280 stars 42 forks source link

Leader should commit no-op entry upon election #63

Open colin-scott opened 9 years ago

colin-scott commented 9 years ago

From the paper:

"Raft handles this by having each leader commit a blank no-op entry into the log at the start of its term."