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 fbae8fc [FLINK-17666][table-planner-blink] Insert into partitioned
table can fail with select *
new 5c0de8d [FLINK-17800][roksdb] Ensure total order seek to avoid user
misuse
new 8f31729 [FLINK-17800][roksdb] Support customized RocksDB write/read
options and use RocksDBResourceContainer to get them
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:
.../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 | 147 +++++++++++++++++++++
.../contrib/streaming/state/RocksDBTestUtils.java | 21 +++
...RocksKeyGroupsRocksSingleStateIteratorTest.java | 6 +-
.../state/benchmark/RocksDBPerformanceTest.java | 3 +-
19 files changed, 327 insertions(+), 53 deletions(-)
create mode 100644
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateMisuseOptionTest.java