cheb2003 opened a new issue, #9348:
URL: https://github.com/apache/seatunnel/issues/9348

   ### 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
   
   使用local模式能跑通,集群模式不能增量同步。
   
   ### SeaTunnel Version
   
   2.3.10
   
   ### SeaTunnel Config
   
   ```conf
   env {
     
     parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 2000
   }
   
   source {
     
     MySQL-CDC {
       base-url = "jdbc:mysql://host.docker.internal:3307/dcraft_copy"
       username = "root"
       password = "1111aaaa"
       table-names = ["dcraft_copy.jdbc_database_connection"]
       startup.mode = "initial"
     }
   
   
   }
   
   sink {
     jdbc {
       url = 
"jdbc:mysql://host.docker.internal:3308/dcraft_co?useUnicode=true&characterEncoding=UTF-8"
       driver = "com.mysql.cj.jdbc.Driver"
       user = "root"
       password = "1111aaaa"
       database = "dcraft_co"
       table = "dcraft_co.jdbc_database_connection"
       generate_sink_sql = true,
       primary_keys=["id"]
     }
   }
   ```
   
   ### Running Command
   
   ```shell
   POST http://localhost:8085/submit-job?format=hocon
   
   env {
     # You can set SeaTunnel environment configuration here
     parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 2000
   }
   
   source {
   
     MySQL-CDC {
       base-url = "jdbc:mysql://host.docker.internal:3307/dcraft_copy"
       username = "root"
       password = "1111aaaa"
       table-names = ["dcraft_copy.jdbc_database_connection"]
       startup.mode = "initial"
     }
   
   
   }
   
   sink {
     jdbc {
       url = 
"jdbc:mysql://host.docker.internal:3308/dcraft_co?useUnicode=true&characterEncoding=UTF-8"
       driver = "com.mysql.cj.jdbc.Driver"
       user = "root"
       password = "1111aaaa"
       database = "dcraft_co"
       table = "dcraft_co.jdbc_database_connection"
       generate_sink_sql = true,
       primary_keys=["id"]
     }
   }
   ```
   
   ### Error Exception
   
   ```log
   无异常堆栈。控制台和webui都有数据变化的相关信息,但目标数据库数据没有改变。
   ```
   
   ### Zeta or Flink or Spark Version
   
   zeta
   
   ### 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]

Reply via email to