zhangru-ng / distributed-system

Course projects of COP5615 Fall 15: distributed algorithms implemented in Scala
0 stars 1 forks source link

[Scala_gossip] Add fault-tolerance mechanism #5

Closed zhangru-ng closed 8 years ago

zhangru-ng commented 9 years ago

Initial planning: (1) One or more master node watch all peers (2) Use Persistence to persist masters' internal state

zhangru-ng commented 8 years ago

Time limitation.