jhonboHou opened a new issue, #9621: URL: https://github.com/apache/seatunnel/issues/9621
### 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 SeaTunnel Engine 分离模式集群,服务重启后,之前运行的job全部丢失了 ### SeaTunnel Version 2.3.11 ### SeaTunnel Config ```conf env { parallelism = 1 job.mode = "STREAMING" checkpoint.interval = 10000 } source { MySQL-CDC { base-url = "jdbc:mysql://10.0.0.211:3306/test_db" username = "root" password = "1234" table-names = ["test_db.user_record"] startup.mode = "latest" } } sink { jdbc { url = "jdbc:mysql://10.0.0.211:3306/test_db?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true" driver = "com.mysql.cj.jdbc.Driver" user = "root" password = "1234" generate_sink_sql = true database = test_db table = user_record primary_keys = ["id"] field_ide = UPPERCASE schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST" data_save_mode="APPEND_DATA" } } ``` ### Running Command ```shell 通过restful api 提交的 ``` ### Error Exception ```log SeaTunnel Engine 分离模式集群,重启服务后,提交的任务丢失 ``` ### 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]
