gaborgsomogyi commented on PR #27423: URL: https://github.com/apache/flink/pull/27423#issuecomment-3823038851
The recusrive deletion alone makes sense but are we sure that `shared` dir remains when incremental checkpoints are enabled? I'm interested in all 3 restore modes with cross-job checkpoint dependencies. My main saying that adding recursive delete is desired but we must know exaclty that we don't try to delete complete checkpoints/savepoints which are hidden because non-recursive delete hides it. ``` /checkpoint-dir/ ├── _metadata ├── shared/ │ ├── sst-file-A ← Referenced by checkpoint 1 & 2 │ └── sst-file-B ← Referenced by checkpoint 2 only ``` -- 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]
