[
https://issues.apache.org/jira/browse/FLINK-15065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16988569#comment-16988569
]
Yun Tang commented on FLINK-15065:
----------------------------------
[~liuyufei] thanks for your careful check. Actually, we have already corrected
the writebuffer size to {{64MB}} in FLINK-14846 and
[https://github.com/facebook/rocksdb/pull/5670]. Can't believe official RocksDB
javadoc still has so many errors. I will go through all the settings and create
one PR to fix Flink's doc and another one to fix RocksDB's java doc.
> RocksDB configurable options doc description error
> --------------------------------------------------
>
> Key: FLINK-15065
> URL: https://issues.apache.org/jira/browse/FLINK-15065
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.9.0
> Reporter: YufeiLiu
> Priority: Major
>
> [RocksDB Configurable Options
> |https://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/config.html#rocksdb-configurable-options]
> As description, rocksdb has default options:
> state.backend.rocksdb.compaction.level.max-size-level-base: 10MB
> state.backend.rocksdb.compaction.level.target-file-size-base: 4MB
> state.backend.rocksdb.writebuffer.size: 2MB
> But I found the actual options is:
> state.backend.rocksdb.compaction.level.max-size-level-base: 256MB
> state.backend.rocksdb.compaction.level.target-file-size-base: 64MB
> state.backend.rocksdb.writebuffer.size: 64MB
> maybe the description is wrong
--
This message was sent by Atlassian Jira
(v8.3.4#803005)