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

Scenario

Normal Case

groomserver_state.pngImage Added

Failure Case

groomserver_state.pngImage Added

  • A task failure event happens.
  • A corresponded GroomServer detects the task failure.
  • The GroomServer tries to restart the task.
  • If failing restart, the GroomServer export by marking the task as failed.