EricJoy2048 commented on issue #6678: URL: https://github.com/apache/seatunnel/issues/6678#issuecomment-2058168441
1. SeaTunnel Engine(Zeta) will use hdfs api to write checkpoint to FileSystem, The config is at `$SEATUNNEL_HOME/conf/seatunnel.yaml`, And the codes are in `seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/src/main/java/org/apache/seatunnel/engine/checkpoint/storage/hdfs/common` package . I do not know the content about this config file in your environment, But I think we need disable the cache in checkpoint storage too. -- 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]
