tweise opened a new pull request, #440:
URL: https://github.com/apache/flink-kubernetes-operator/pull/440
## What is the purpose of the change
* Cleanup underlying deployment resources after cancel with savepoint. Flink
version < 1.15 is supposed to do that automatically but we see instances where
stray HA config maps cause resume/restore to fail.
## Brief change log
* if the Flink version is < 1.15, cleanup deployment after cancel
## Verifying this change
* unit test modified to cover the version specific behavior
* manual verification with existing deployment
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (yes / **no**)
- The public API, i.e., is any changes to the `CustomResourceDescriptors`:
(yes / **no**)
- Core observer or reconciler logic that is regularly executed: (yes /
**no**)
## Documentation
- Does this pull request introduce a new feature? (yes / **no**)
--
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]