[FLINK-34510][Runtime/State]Rename RestoreMode to RecoveryClaimMode
What is the purpose of the change
As a subitem of FLIP-406,Rename RestoreMode to RecoveryClaimMode
Brief change log
Change the RestoreMode class name and variable name to RecoveryClaimMode
Verifying this change
This change is a minor rework and is already covered by existing tests.
Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
@Public(Evolving): (yes ) - The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes)
- The S3 file system connector: (no)
Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not documented)
@flinkbot run azure
CI report:
- 6bc50e3f0f467a33ea5dae5bd790788531dd3041 Azure: SUCCESS
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
@flinkbot run azure
@flinkbot run azure
@fredia Will need StateBackend#supportsNoClaimRestoreMode method name changed to supportsNoRecoveryClaimMode?
@fredia Will need
StateBackend#supportsNoClaimRestoreModemethod name changed tosupportsNoRecoveryClaimMode?
Thanks for the update, both are fine for me since StateBackend#supportsNoClaimRestoreMode returns a boolean value.