devinli05 / DistributedKeyValueStore

CS 416 class project
0 stars 0 forks source link

Consider alternatives for node failure handling and consequences for failure recovery #9

Open devinli05 opened 8 years ago

devinli05 commented 8 years ago

Replication needs to be implemented before starting failure handling. Option 1: have a proxy node be a temporary owner for the keys owned by the failed node. Option 2: redistribute keys owned by the failed node to all other active nodes evenly.