JeremyXin commented on issue #10417:
URL: https://github.com/apache/seatunnel/issues/10417#issuecomment-3867079292

   > [@JeremyXin](https://github.com/JeremyXin) 
[@yzeng1618](https://github.com/yzeng1618) 
[@DanielCarter-stack](https://github.com/DanielCarter-stack) Hello. May I ask 
if anyone has been able to reproduce this issue?
   
   I attempted to reproduce the aforementioned problem. After the savepoint 
execution is successful, by using the command "sh bin/seatunne.sh -r {jobId} -c 
{jobConfig}" the task was restored successfully.
   
   <!-- Failed to upload "Xnip2026-02-08_20-02-46.jpg" -->
   
   I am using mysql-paimon-cdc and the configuration is as follows:
   
   ```
   env {
     execution.parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 30000
   }
   
   source {
     MySQL-CDC {
       url = "jdbc:mysql://xxx/xxx"
       username = "xxx"
       password = "xxx"
       database-names = ["xxx"]
       table-names = [
           "xxx"
       ]
       server-id = "12001"
       server-time-zone = "Asia/Shanghai"
       startup.mode = "INITIAL"
       snapshot.split.size = 81920
       snapshot.fetch.size = 8192
       scan.incremental.snapshot.enabled = true
     }
   }
   
   sink {
     Paimon {
       warehouse = "hdfs://xxx:8020/user/flink/paimon/warehouse"
       catalog_type = "hive"
       catalog_uri = "thrift://xxx"
       database = "xxx"
       table = "xxx"
       hdfs_site_path = "xxx/seatunnel/hadoop-conf/hdfs-site.xml"
       paimon.table.write-props = {
         bucket = 1
         write-only = true 
         target-file-size = 128MB
         write-buffer-spillable = true
         num-sorted-run.stop-trigger = 2147483647 
         sort-spill-threshold = 10 
         changelog-producer.lookup-wait = false 
       }
     }
   }
   ```
   
   Therefore, I am unable to reproduce this issue. Could you please provide 
some more detailed information? Or is there any problem with my reproduction 
here?
   
   
   
   
   
   
   


-- 
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