zoltar9264 opened a new pull request #17136: URL: https://github.com/apache/flink/pull/17136
## What is the purpose of the change This PR include changes described in [FLINK-24149](https://issues.apache.org/jira/browse/FLINK-24149) ## Brief change log **changes to FsCheckpointStateOutputStream :** - introduce ***checkpointDirectory*** field, and remove ***allowRelativePaths*** field - introduce ***entropyInjecting*** field - ***closeAndGetHandle()*** return ***RelativeFileStateHandle*** with relative path base on ***checkpointDirectory*** (except entropy injecting file system) ## Verifying this change This change is already covered by existing tests, such as *FsCheckpointStateOutputStreamTest*. We just need to make some adjustments: - Added *getFileSystemForTest()* to create FileSystem for test - Verifying StreamStateHandle is a RelativeFileStateHandle when not in entropyInjectingFileSystem ## 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)`: no - 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: (yes / no / don't know) ## Documentation - Does this pull request introduce a new feature? no -- 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]
