wangyang0918 opened a new pull request #133: URL: https://github.com/apache/flink-kubernetes-operator/pull/133
After shutting down the cluster with HA ConfigMap retained, we could simply delete the JobGraph information in the ConfigMap. When the FlinkDeployment is resumed, the EmbeddedExecutor will generate a new JobGraph, which picks up the latest job config changes, and then submit the job. It could also recover from the latest checkpoint. This is a short-term but not temporary hack and it could work both for 1.14 and 1.15. -- 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]
