hazelcast-jet
hazelcast-jet copied to clipboard
Job should report why the job is not starting
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.