Stephan Ewen created FLINK-15506: ------------------------------------ Summary: State TTL Compaction Filter option off by default Key: FLINK-15506 URL: https://issues.apache.org/jira/browse/FLINK-15506 Project: Flink Issue Type: Bug Components: Runtime / State Backends Reporter: Stephan Ewen Assignee: Andrey Zagrebin Fix For: 1.10.0, 1.11.0
Compaction filters for state TTL cleanup is on by default in some places, but the config option still is set to {{false}} by default. https://github.com/apache/flink/blob/6ff392842f9dc4d3c9c808e7912558d477826379/flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBOptions.java#L63 -- This message was sent by Atlassian Jira (v8.3.4#803005)