flink
flink copied to clipboard
[FLINK-33819] support set CompressionType for RocksDBStateBackend
What is the purpose of the change
support set CompressionType for RocksDBStateBackend
Brief change log
add CompressionType option in RocksDBConfiguredOptions
Verifying this change
RocksDBStateBackendConfigTest help to verify the legality.
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: (no )
- The S3 file system connector: (yes / no / don't know)
Documentation
- Does this pull request introduce a new feature? (no)
CI report:
- 5f69e6a462e66441b5c1c769223589d59efb0277 UNKNOWN
- d928cecbb69adeedacf17b2b9b2d739f6b858874 Azure: FAILURE
Bot commands
The @flinkbot bot supports the following commands:-
@flinkbot run azure
re-run the last Azure build
@flinkbot run azure
merged 4f7725aa into master