From eb965e1bc3c8a1e5b3c48ee5c86f6a8ad0251a82 Mon Sep 17 00:00:00 2001 From: sdong Date: Wed, 23 Dec 2015 09:40:37 -0800 Subject: [PATCH] Revert "db_bench: --soft_pending_compaction_bytes_limit should set options.soft_pending_compaction_bytes_limit" This reverts commit c726b0fdc1dd9ed178f0fb740d30f72516b7106a. Bad backporting --- db/db_bench.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/db_bench.cc b/db/db_bench.cc index 896c36fdf..b30b07245 100644 --- a/db/db_bench.cc +++ b/db/db_bench.cc @@ -2488,8 +2488,6 @@ class Benchmark { } options.soft_rate_limit = FLAGS_soft_rate_limit; options.hard_rate_limit = FLAGS_hard_rate_limit; - options.soft_pending_compaction_bytes_limit = - FLAGS_soft_pending_compaction_bytes_limit; options.hard_pending_compaction_bytes_limit = FLAGS_hard_pending_compaction_bytes_limit; options.delayed_write_rate = FLAGS_delayed_write_rate;