Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
0.9
-
None
Description
Sessions make sure that the JobManager does not immediately discard a JobGraph after execution, but keeps it around for further operations to be attached to the graph. By keeping the JobGraph around, the cached streams (intermediate data) are also kept,
That is the way of realizing interactive sessions on top of a streaming dataflow abstraction.
ExecutionGraphs should be kept as long as
- no timeout occurred or
- the session has not been explicitly ended
Attachments
Issue Links
- is duplicated by
-
FLINK-2251 Implement job session management
- Closed
- relates to
-
FLINK-1730 Add a FlinkTools.persist style method to the Data Set.
- Closed