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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)