JeremyXin commented on issue #10417: URL: https://github.com/apache/seatunnel/issues/10417#issuecomment-3868850554
> > > [@JeremyXin](https://github.com/JeremyXin)[@yzeng1618](https://github.com/yzeng1618)[@DanielCarter堆](https://github.com/DanielCarter-stack)你好。请问有没有人能重现过这个问题? > > > > > > 我尝试重现上述问题。在保存点执行成功后,通过命令“sh bin/seatunne.sh -r {jobId} -c {jobConfig}”,任务成功恢复。 > > 我使用的是mysql-paimon-cdc,配置如下: > > ``` > > 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 > > } > > } > > } > > ``` > > > > > > > > > > > > > > > > > > > > > > > > 因此,我无法重现这个问题。能否提供更详细的信息?还是说我的繁殖有问题? > > May I ask what version of your seatunnel is? > > My version is 2.3.12 Deploy SeaTunnel Engine In Separated Cluster Mode I am using the current dev branch, which is currently at version 2.3.13. You can give it a try with this version. -- 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]
