davidyuan1223 opened a new issue, #4192: URL: https://github.com/apache/streampark/issues/4192
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version 1.8 ### Scala Version 2.11.x ### StreamPark Version 2.1.4 ### Flink Version 1.14 ### Deploy mode kubernetes-application ### What happened env: Flink 1.14 on k8s reproduction: 1. config a error FlinkSQL but could verify success 2. release and start this job, the flink on k8s jobmanager will start failed 3. update the sql content, re release&start, this job also failed, see the log could found it is run the old version sql, not the newest sql 4. the jobmanager on k8s will repeat restart 5. when you try to delete the job 6. the job config on streampark will delete the config, but in k8s cluster, the wrong jobmanager will always restart again, it will reduce the k8s resource, and people could not found that ### Error Exception ```log ``` ### Screenshots like this   ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
