未验证 提交 b6c6f036 编写于 作者: Q QinZuoyan 提交者: GitHub

config: fix config for CHECK_AND_SET (#135)

上级 fd42378a
...@@ -488,6 +488,20 @@ profiler::cancelled = false ...@@ -488,6 +488,20 @@ profiler::cancelled = false
[task.RPC_RRDB_RRDB_INCR_ACK] [task.RPC_RRDB_RRDB_INCR_ACK]
is_profile = true is_profile = true
[task.RPC_RRDB_RRDB_CHECK_AND_SET]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000
is_profile = true
profiler::inqueue = false
;profiler::queue = false
;profiler::exec = false
;profiler::qps = false
profiler::cancelled = false
;profiler::latency.server = false
[task.RPC_RRDB_RRDB_CHECK_AND_SET_ACK]
is_profile = true
[task.RPC_RRDB_RRDB_GET] [task.RPC_RRDB_RRDB_GET]
rpc_request_throttling_mode = TM_DELAY rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000 rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000
......
...@@ -491,6 +491,14 @@ ...@@ -491,6 +491,14 @@
[task.RPC_RRDB_RRDB_INCR_ACK] [task.RPC_RRDB_RRDB_INCR_ACK]
is_profile = true is_profile = true
[task.RPC_RRDB_RRDB_CHECK_AND_SET]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000
is_profile = true
[task.RPC_RRDB_RRDB_CHECK_AND_SET_ACK]
is_profile = true
[task.RPC_RRDB_RRDB_GET] [task.RPC_RRDB_RRDB_GET]
rpc_request_throttling_mode = TM_DELAY rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000 rpc_request_delays_milliseconds = 1000, 1000, 1000, 1000, 1000, 10000
......
...@@ -206,7 +206,6 @@ verify_timetag = true ...@@ -206,7 +206,6 @@ verify_timetag = true
perf_counter_cluster_name = onebox perf_counter_cluster_name = onebox
perf_counter_update_interval_seconds = 10 perf_counter_update_interval_seconds = 10
perf_counter_enable_stat = true
perf_counter_enable_logging = false perf_counter_enable_logging = false
perf_counter_enable_falcon = false perf_counter_enable_falcon = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册