You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.