bbengfort / cloudscope

Simulation and visualization of distributed systems and communications.
http://bbengfort.github.io/cloudscope/
MIT License
1 stars 0 forks source link

Raft detects forks and doesn't write #65

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Reject writes (drop them) if Raft detects a fork.

this is in FederatedRaft for now.