You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey Zagrebin (Jira)" <ji...@apache.org> on 2019/12/20 13:26:00 UTC

[jira] [Closed] (FLINK-15065) RocksDB configurable options doc description error

     [ https://issues.apache.org/jira/browse/FLINK-15065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Zagrebin closed FLINK-15065.
-----------------------------------
    Fix Version/s: 1.11.0
                   1.9.2
                   1.8.4
       Resolution: Fixed

merged into master by ef7ee76eb99054b1ff621ae43ba2c97bcf853156

merged into 1.10 by 836b8ae4c178be6c91fbb64580361ab50bfecdc0

merged into 1.9 by ea5f2418331d8d54cb47313edcdf74923f0f19c8

merged into 1.8 by b38ada077c2ce487dde64a04cb0857d91327c04d

> 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
>            Assignee: Yun Tang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.4, 1.9.2, 1.10.0, 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> [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)