You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 55 Next »

Introduction

GroomServer manages Tasks by spawning new Java processes. This fault isolation mitigates the problem when tasks process fails. In addition, GroomServer periodically reports task status back to BSPMaster.

State Diagram

GroomServer state includes

  • NORMAL: Everything works fine.
  • STALE: This happens when DiskErrorException is thrown.
  • DENIED: This indicates failing to establish connection to BSPMaster.

  • No labels