rules_err2.ini 425 B

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