lanjiangshui opened a new issue, #9030: URL: https://github.com/apache/seatunnel/issues/9030
### 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 Version SeaTunnel v2.3.9 ### SeaTunnel Config ```conf env { parallelism = 2 job.mode = "STREAMING" checkpoint.interval = 10000 } source { MySQL-CDC { base-url = "jdbc:mysql://172.16.35.7:3306/energy_hefei" username = "******" password = "******" table-names = ["energy_hefei.power_statistics","energy_hefei.power_statistics_shift"] startup.mode = "initial" schema-changes.enabled = true } } transform { // 如果需要对数据进行转换,可以在这里添加转换逻辑 } sink { Doris { fenodes = "172.16.35.70:8030" username = "******" password = "******" database = "test" table = "ods_${table_name}" sink.label-prefix = "test" sink.enable-2pc = true sink.enable-delete = true doris.config { format = "json" read_json_by_line = true } } } ``` ### Running Command ```shell dolphinscheduler v3.2.2 建立工作流任务 ``` ### Error Exception ```log 没有报错,但是dolphinscheduler工作流实例的运行状态显示“恢复被容错的工作流”,其他都正常 ``` ### Zeta or Flink or Spark Version Zeta版本应该也是v2.3.9 ### Java or Scala Version _No response_ ### Screenshots   ### 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: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org