Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • receives instructions from BSPMasters.
  • spawns one or more tasks as separated jvm processes where tasks are then executed.
  • monitors spawned processes via ping; when a task is
    • out of contact (failure/ crashed): launch a new process and restart the task with max attempt set to 3
    • exceeding max attempt: update task status/ notify BSPMasters
  • sends heartbeat to BSPMasters

...