hazelcast-jet icon indicating copy to clipboard operation
hazelcast-jet copied to clipboard

Job should report why the job is not starting

Open viliam-durina opened this issue 7 years ago • 0 comments

There are multiple reasons why a submitted job is not running:

  • cluster is doing migration
  • some member is shutting down
  • quorum is not met
  • snapshot is invalid

It might be useful if this is available through Job interface (along with JobState) and visible in the Management Center.

viliam-durina avatar Aug 03 '18 07:08 viliam-durina