summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/tools/advisor/test/input_files/rules_err4.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/rocksdb/tools/advisor/test/input_files/rules_err4.ini')
-rw-r--r--src/rocksdb/tools/advisor/test/input_files/rules_err4.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/rocksdb/tools/advisor/test/input_files/rules_err4.ini b/src/rocksdb/tools/advisor/test/input_files/rules_err4.ini
new file mode 100644
index 000000000..4d4aa3c70
--- /dev/null
+++ b/src/rocksdb/tools/advisor/test/input_files/rules_err4.ini
@@ -0,0 +1,15 @@
+[Rule "normal-rule"]
+suggestions=inc-bg-flush
+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+
+
+[Suggestion "inc-bg-flush"]
+option=DBOptions.max_background_flushes
+action=increase
+
+[Suggestion] # missing section name
+option=CFOptions.max_write_buffer_number
+action=increase