execution.savepoint-restore-mode |
NO_CLAIM |
Enum |
Describes the mode how Flink should restore from the given savepoint or retained checkpoint.
Possible values:- "CLAIM": Flink will take ownership of the given snapshot. It will clean the snapshot once it is subsumed by newer ones.
- "NO_CLAIM": Flink will not claim ownership of the snapshot files. However it will make sure it does not depend on any artefacts from the restored snapshot. In order to do that, Flink will take the first checkpoint as a full one, which means it might reupload/duplicate files that are part of the restored checkpoint.
|