Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
- RunningJobsRegistry
- Registry for the running jobs. All the jobs in the registry will be recovered when JobManager failover.
- JobGraphStore
- JobGraph instances for running JobManagers. Note that only the meta information(aka location reference, DFS path) will be stored in the Zookeeper/ConfigMap. The real data is stored on the DFS.
Each component(Dispatcher, ResourceManager, JobManager, RestEndpoint) will have a dedicated ConfigMap. All the HA information relevant for a specific component will be stored in a single ConfigMap. So the Dispatcher's ConfigMap would then contain the current leader, the running jobs and the pointers to the persisted JobGraphs.
Attachments
Issue Links
- causes
-
FLINK-26285 ZooKeeperStateHandleStore does not handle not existing nodes properly in getAllAndLock
- Resolved
- links to