docs/layouts/shortcodes/generated/state_recovery_configuration.html
| Key | Default | Type | Description |
|---|---|---|---|
| NO_CLAIM |
Enum
| Describes the mode how Flink should restore from the given savepoint or retained checkpoint.
Possible values:
| |
| false | Boolean | This option configures local recovery for the state backend, which indicates whether to recovery from local snapshot.By default, local recovery is deactivated. Local recovery currently only covers keyed state backends (including both the EmbeddedRocksDBStateBackend and the HashMapStateBackend)." | |
| false | Boolean | Allow to skip savepoint state that cannot be restored. Allow this if you removed an operator from your pipeline after the savepoint was triggered. | |
| (none) | String | Path to a savepoint to restore the job from (for example hdfs:///flink/savepoint-1537). | |
| -1 | Long | Checkpoint id for which in-flight data should be ignored in case of the recovery from this checkpoint.
It is better to keep this value empty until there is explicit needs to restore from the specific checkpoint without in-flight data.
|