This is an automated email from the ASF dual-hosted git repository.
liyu pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 23ad7e3 [FLINK-18168][table-runtime-blink] Fix array reuse for
BinaryArrayData in converters
new de6f3aa [FLINK-17800][rocksdb] Ensure total order seek to avoid user
misuse
new 3f8649e [hot-fix][rocksdb] Ensure RocksDBKeyedStateBackend disposed
at RocksDBStateMisuseOptionTest
new 9b45486 [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 +-
.../api/operators/TimerHeapInternalTimer.java | 2 +-
20 files changed, 338 insertions(+), 54 deletions(-)
create mode 100644
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateMisuseOptionTest.java