Aitozi opened a new pull request, #164: URL: https://github.com/apache/flink-kubernetes-operator/pull/164
This PR is meant to support the upgrade/trigger savepoint for the session job. The brief change as below: - Complete the `FlinkSessionJobReconciler` to handle spec change - Complete the `SessionJobObserver` to observe the job status and savepoint result - Add the `FlinkSessionJobReconcilerTest` and `SessionJobObserverTest` to verify the change. I have done the basic verification locally to verify the upgrade with `sateless` and `savepoint` and trigger savepoint. But as I test, the `cancel` operation will always cleanup the HA data. So I have not figured out how to support `last_state` mode in session job. So I disable the `last_state` mode now. -- 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]
