dmvk opened a new pull request #16652:
URL: https://github.com/apache/flink/pull/16652
## What is the purpose of the change
Decoupling recovery of CompletedCheckpointStore from execution graph. We
only need to recover it once, when JobMasterRunner gains leadership.
## Brief change log
- Removing `CompletedCheckpointStore#recover()` method
- Replacing `CheckpointRecoveryFactory#createCompletedCheckpointStore` with
`CheckpointRecoveryFactory#createRecoveredCompletedCheckpointStore`
-
- ## Verifying this change
* All existing tests should be passing.
## Does this pull request potentially affect one of the following parts:
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes)
## Documentation
- It's a breaking change, so we should mention this in the release notes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]