You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Tang (Jira)" <ji...@apache.org> on 2019/12/24 03:25:00 UTC

[jira] [Created] (FLINK-15370) Configured write buffer manager actually not take effect in RocksDB's DBOptions

Yun Tang created FLINK-15370:
--------------------------------

             Summary: Configured write buffer manager actually not take effect in RocksDB's DBOptions
                 Key: FLINK-15370
                 URL: https://issues.apache.org/jira/browse/FLINK-15370
             Project: Flink
          Issue Type: Bug
          Components: Runtime / State Backends
    Affects Versions: 1.10.0, 1.11.0
            Reporter: Yun Tang


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)