ccczhouxin commented on issue #7145:
URL: https://github.com/apache/seatunnel/issues/7145#issuecomment-2219318772
> 您使用什么进行检查点存储?如果使用本地存储,请确保从暂停作业或创建保存点的同一节点还原作业。
>
> 此外,我会确保您的检查点存储正确地保存在后端的保存点。
this is my config
seatunnel:
engine:
classloader-cache-mode: false
history-job-expire-minutes: 1440
backup-count: 1
queue-type: blockingqueue
print-execution-info-interval: 60
print-job-metrics-info-interval: 30
slot-service:
dynamic-slot: true
checkpoint:
interval: 10000
timeout: 60000
storage:
type: hdfs
max-retained: 1
plugin-config:
namespace: /opt/share-files/seatunnel/checkpoint_snapshot
storage.type: hdfs
fs.defaultFS: file:///opt # Ensure that the directory has written
permission
disable.cache: true
--
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]