1[Rule "normal-rule"] 2suggestions=inc-bg-flush:inc-write-buffer 3conditions=missing-source 4 5[Condition "missing-source"] 6source= 7regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buffer_number is set to \d+ 8 9[Suggestion "inc-bg-flush"] 10option=DBOptions.max_background_flushes 11action=increase 12 13[Suggestion "inc-write-buffer"] 14option=CFOptions.max_write_buffer_number 15action=increase 16