Skip to content

Problem: rocksdb compaction could cause write rate to drop to mimimum #759

@adu-crypto

Description

@adu-crypto

Is your feature request related to a problem? Please describe.

rocksdb compaction could cause the write QPS to drop to minimum, which slows down the node performance.

Describe the solution you'd like

rocksdb 7.5.3 said that it fixed a bug related to concurrent compactions might cause unnecessary further write stalling, and this could possibly solve this problem.
maybe we could test and upgrade rocksdb to latest version to mitigate this.
https://github.com/facebook/rocksdb/releases/tag/v7.5.3

Bug Fixes
* Fix a bug in which backup/checkpoint can include a WAL deleted by RocksDB.
* Fix a bug where concurrent compactions might cause unnecessary further write stalling. In some cases, this might cause write rate to drop to minimum.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions