gyfora opened a new pull request, #791:
URL: https://github.com/apache/flink-kubernetes-operator/pull/791
## What is the purpose of the change
We recently improved the JM deployment deletion mechanism, however it seems
like task manager pod deletion can get stuck sometimes for a couple of minutes
in native mode if we simply try to delete everything at once.
It speeds up the process and leads to cleaner shutdown if we scale down the
JM deployment to 0 (shutting down the JM pods first) and then perform the
deletion.
## Verifying this change
- Manually verified in local Kube env
- E2Es
- Unit tests [TODO]
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changes to the `CustomResourceDescriptors`:
no
- Core observer or reconciler logic that is regularly executed: yes
## Documentation
- Does this pull request introduce a new feature? 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]