liusy-bd commented on issue #10417: URL: https://github.com/apache/seatunnel/issues/10417#issuecomment-3875510804
> > > > [@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 > > > } > > > } > > > } > > > ``` > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 因此,我无法解决这个问题。能否提供更详细的信息?还是说我的增值有问题? > > > > > > 请问您的座椅隧道是哪个版本? > > 我的版本是 2.3.12,以分离集群模式部署 SeaTunnel Engine > > 我目前使用的是开发分支,版本号为 2.3.13。您可以尝试一下这个版本。 The operation and maintenance team does not allow the installation of unreleased versions. ...... -- 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]
