liunaijie opened a new issue, #6881: URL: https://github.com/apache/seatunnel/issues/6881
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened after submit job, to cancel it. it stuck in `CANCELING` status. ### SeaTunnel Version dev ### SeaTunnel Config ```conf env { parallelism = 1 job.name = xxx job.mode = BATCH } source { Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb00 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb01 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb02 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb03 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb04 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb05 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb06 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb07 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb08 } Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" query = "xxx" connection_check_timeout_sec = 100 result_table_name = tb09 } } sink { Jdbc { url = xxx user = xxx password = xxx driver = "com.mysql.cj.jdbc.Driver" source_table_name = ["tb00","tb01","tb02","tb03","tb04","tb05","tb06","tb07","tb08","tb09"] enable_upsert = true generate_sink_sql = true database = xxx table = xxx primary_keys = ["a","b","c"] } } ``` ``` ### Running Command ```shell use restapi to submit and cancel job ``` ### Error Exception ```log no error, just job status stuck in `CANCELING` status. ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a 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]
