Zakelly Lan created FLINK-26998: ----------------------------------- Summary: Remove log-related configuration from predefined options in RocksDB state backend Key: FLINK-26998 URL: https://issues.apache.org/jira/browse/FLINK-26998 Project: Flink Issue Type: Bug Components: Runtime / State Backends Affects Versions: 1.15.0 Reporter: Zakelly Lan Fix For: 1.15.0
After FLINK-23791, the RocksDB log should be enabled by default. However, the log-related configuration remains inĀ _PredefinedOptions_, which will override the default value provided in _RocksDBConfigurableOptions_. We could remove the values in _PredefinedOptions_ and let _RocksDBConfigurableOptions_ take control of the default value. -- This message was sent by Atlassian Jira (v8.20.1#820001)