[
https://issues.apache.org/jira/browse/FLINK-15621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Zagrebin closed FLINK-15621.
-----------------------------------
Fix Version/s: 1.12.0
Release Note:
The following option and methods have been deprecated in 1.10 and removed in
1.11:
- state.backend.rocksdb.ttl.compaction.filter.enabled
- StateTtlConfig#cleanupInRocksdbCompactFilter()
- RocksDBStateBackend#isTtlCompactionFilterEnabled
- RocksDBStateBackend#enableTtlCompactionFilter
- RocksDBStateBackend#disableTtlCompactionFilter
- (state_backend.py) is_ttl_compaction_filter_enabled
- (state_backend.py) enable_ttl_compaction_filter
- (state_backend.py) disable_ttl_compaction_filter
because the TTL compaction filter in RocksDB has been enabled in 1.10 by
default and it is now always enabled in 1.11.
Resolution: Done
merged into master by aa505a4220a4c1910bb447cb60f36ea2201bd9fb
merged into 1.11 by 6ab48912faf5355fd8d754b98ce3ea75890d2134
> State TTL: Remove deprecated option and method to disable TTL compaction
> filter
> -------------------------------------------------------------------------------
>
> Key: FLINK-15621
> URL: https://issues.apache.org/jira/browse/FLINK-15621
> Project: Flink
> Issue Type: Task
> Components: Runtime / State Backends
> Reporter: Andrey Zagrebin
> Assignee: Jiayi Liao
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.11.0, 1.12.0
>
>
> Follow-up for FLINK-15506.
> * Remove RocksDBOptions#TTL_COMPACT_FILTER_ENABLED
> * Remove
> RocksDBStateBackend#enableTtlCompactionFilter/isTtlCompactionFilterEnabled/disableTtlCompactionFilter,
> also in python API
> * Cleanup code from this flag and tests, also in python API
> * Check any related code in
> [frocksdb|https://github.com/dataArtisans/frocksdb] if any
--
This message was sent by Atlassian Jira
(v8.3.4#803005)