This is an automated email from the ASF dual-hosted git repository. liyu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git.
from 0adc5c2 [FLINK-21021][python] Bump Beam to 2.27.0 (#14741) new be78727 [FLINK-20496][state backends] Introduce RocksDB metadata block size setting. new f743974 [FLINK-20496][state backends] RocksDB partitioned index/filters option. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../rocksdb_configurable_configuration.html | 6 +++ .../generated/rocksdb_configuration.html | 6 +++ .../generated/state_backend_rocksdb_section.html | 6 +++ .../state/DefaultConfigurableOptionsFactory.java | 24 +++++++++ .../state/RocksDBConfigurableOptions.java | 9 ++++ .../state/RocksDBMemoryConfiguration.java | 19 +++++++ .../state/RocksDBMemoryControllerUtils.java | 8 ++- .../streaming/state/RocksDBOperationUtils.java | 6 ++- .../contrib/streaming/state/RocksDBOptions.java | 14 +++++ .../streaming/state/RocksDBResourceContainer.java | 49 +++++++++++++++++ .../streaming/state/RocksDBSharedResources.java | 12 ++++- .../state/RocksDBMemoryControllerUtilsTest.java | 5 +- .../state/RocksDBResourceContainerTest.java | 62 +++++++++++++++++++++- .../state/RocksDBStateBackendConfigTest.java | 5 ++ 14 files changed, 223 insertions(+), 8 deletions(-)