Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.2
Description
Since FLINK-14482 has been merged now, we should also allow users to configure more than just the log level (FLINK-20911) but also the following parameters so that they can safely enable RocksDB logging again (once disabled by default in FLINK-15068) by using a rolling logger, for example:
- max log file size via state.backend.rocksdb.log.max-file-size
- logging files to keep via state.backend.rocksdb.log.file-num
- log directory state.backend.rocksdb.log.dir, e.g. to put these logs onto a (separate) volume that may not be local and is retained after container shutdown for debugging purposes
Attachments
Issue Links
- is blocked by
-
FLINK-14482 Bump up rocksdb version
- Closed
- relates to
-
FLINK-20911 Support configuration of RocksDB log level
- Resolved
-
FLINK-21336 Activate bloom filter in RocksDB State Backend via Flink configuration
- Resolved
-
FLINK-15068 Disable RocksDB's local LOG by default
- Closed
- links to