fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
446 B
16 lines
446 B
[Rule "normal-rule"]
|
|
suggestions=missing-action:inc-write-buffer
|
|
conditions=missing-source
|
|
|
|
[Condition "normal-condition"]
|
|
source=LOG
|
|
regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buffer_number is set to \d+
|
|
scope=column_family
|
|
|
|
[Suggestion "missing-action"]
|
|
option=DBOptions.max_background_flushes
|
|
action=
|
|
|
|
[Suggestion "inc-write-buffer"]
|
|
option=CFOptions.max_write_buffer_number
|
|
action=increase
|
|
|