This is an automated email from the ASF dual-hosted git repository.
liyu pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 6ecf2d3 [FLINK-18349][docs] Add release notes for Flink 1.11
new b2e344a [FLINK-17800][rocksdb] Ensure total order seek to avoid user
misuse
new 33caa00 [hot-fix][rocksdb] Ensure RocksDBKeyedStateBackend disposed
at RocksDBStateMisuseOptionTest
new 7e1c83d [FLINK-17800][rocksdb] Support customized RocksDB write/read
options and use RocksDBResourceContainer to get them
The 3 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:
.../state/RocksDBCachingPriorityQueueSet.java | 8 +-
.../state/RocksDBIncrementalCheckpointUtils.java | 4 +-
.../streaming/state/RocksDBKeyedStateBackend.java | 21 ++-
.../state/RocksDBKeyedStateBackendBuilder.java | 16 +--
.../contrib/streaming/state/RocksDBMapState.java | 6 +-
.../streaming/state/RocksDBOperationUtils.java | 15 +-
.../streaming/state/RocksDBOptionsFactory.java | 34 +++++
.../state/RocksDBPriorityQueueSetFactory.java | 9 +-
.../streaming/state/RocksDBResourceContainer.java | 34 +++++
.../RocksDBIncrementalRestoreOperation.java | 7 +-
...rtitionedPriorityQueueWithRocksDBStoreTest.java | 1 +
.../contrib/streaming/state/RocksDBResource.java | 4 +-
.../state/RocksDBResourceContainerTest.java | 14 ++
.../state/RocksDBRocksStateKeysIteratorTest.java | 2 +-
.../state/RocksDBStateBackendConfigTest.java | 28 +---
.../state/RocksDBStateMisuseOptionTest.java | 157 +++++++++++++++++++++
.../contrib/streaming/state/RocksDBTestUtils.java | 21 +++
...RocksKeyGroupsRocksSingleStateIteratorTest.java | 6 +-
.../state/benchmark/RocksDBPerformanceTest.java | 3 +-
19 files changed, 337 insertions(+), 53 deletions(-)
create mode 100644
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateMisuseOptionTest.java