RaymondFishWang opened a new issue, #7852: URL: https://github.com/apache/seatunnel/issues/7852
### 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 I test tidb cdc function. After I delete the data from source db, the data can't sycn from target db. at the same time ,the deleted data was been duplicated and inserted into the target db . ### SeaTunnel Version 2.3.8 ### SeaTunnel Config ```conf env { job.mode = "STREAMING" job.name="SeaTunnel_Job" } source { TiDB-CDC { base-url="jdbc:mysql://********/**********?" driver="com.mysql.cj.jdbc.Driver" username="*****" password="********" pd-addresses = "********:2379,*********:2379" tikv.grpc.timeout_in_ms = 20000 tikv.grpc.scan_timeout_in_ms=20000 database-name = "*********" table-name ="**********" startup.mode="initial" } } transform { } sink { Doris { fenodes = "*********" table="*************" database="*****" password="*******" username="**********" data_save_mode="DROP_DATA" schema_save_mode="ERROR_WHEN_SCHEMA_NOT_EXIST" doris.batch.size=100000 doris.config { format = "json" read_json_by_line = "true" } } } ``` ### Running Command ```shell sh ./seatunnel.sh --config ./test.config ``` ### Error Exception ```log no ``` ### Zeta or Flink or Spark Version zeta ### Java or Scala Version 1.8 ### Screenshots _No response_ ### Are you willing to submit PR? - [X] 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]
