wangyang0918 edited a comment on pull request #12003: URL: https://github.com/apache/flink/pull/12003#issuecomment-625643363
@zhengcanbin I also find this issue when i test the K8s application mode. After adding small `sleep`(or any other command) via `kubernetes.container-start-command-template`. It could work. I think it because the `PID` 1 is not the java process and will not respond to the `SIGTERM`. We need to create a new follow-up ticket for this issue and find a proper solution. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
