Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.10.0, 1.11.0
Description
Currently, we call DBOptions#setWriteBufferManager after we extract the DBOptions from RocksDBResourceContainer, however, we would extract a new DBOptions when creating the RocksDB instance. In other words, the configured write buffer manager would not take effect in the DBOptions which finally used in target RocksDB instance.
Attachments
Issue Links
- is related to
-
FLINK-15368 Add end-to-end test for controlling RocksDB memory usage
- Closed
- links to