Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.0
Description
This is a follow up to FLINK-16866.
Currently, in the ExecutionGraph, the timestamp for JobStatus.INITIALIZING is not set (defaulting to 0), leading to an inconsistent stateTimestamps array.
To resolve this ticket, one needs to forward the timestamp from the Dispatcher (where the initialization is started) to the ExecutionGraph.
Attachments
Issue Links
- relates to
-
FLINK-16866 Make job submission non-blocking
- Closed
- links to