Timelessprod/algorep

Step 4 - Recover (3 pts)

Closed this issue · 1 comments

We now want to implement a RECOVERY command for our REPL. In other words, the possibility for a process to come back into the system. This part is the most difficult because we have to set up a protocol to recover the correct state of the system. Half of the points will be assigned to error-free behavior during this phase, the other half if processes fail during this phase.

Les tâches à faire :

  • ajouter la commande RECOVER (juste la commande) pour relancer un SchedulerNode qui a crash.
  • Créer une table d'états de tous les follower sur le leader
  • Re-sync un follower recover
  • (optionnel car on peut pas le tests en l'état) Recover d'un worker qui a claim un job