Skip to content

Commit

Permalink
feat: update client rpc config (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong authored Jul 28, 2021
1 parent bc7e5fe commit fa5bfbb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 29 deletions.
63 changes: 35 additions & 28 deletions src/server/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -525,116 +525,123 @@
;is_profile = true

[task.RPC_RRDB_RRDB_PUT]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
profiler::size.request.server = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_PUT_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_MULTI_PUT]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
profiler::size.request.server = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_MULTI_PUT_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_REMOVE]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_REMOVE_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_MULTI_REMOVE]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_MULTI_REMOVE_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_INCR]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_INCR_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_CHECK_AND_SET]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_CHECK_AND_SET_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_CHECK_AND_MUTATE]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_CHECK_AND_MUTATE_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_GET]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
profiler::size.response.server = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_GET_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_MULTI_GET]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
profiler::size.response.server = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_MULTI_GET_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_SORTKEY_COUNT]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_SORTKEY_COUNT_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_TTL]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true
rpc_request_dropped_before_execution_when_timeout = true

[task.RPC_RRDB_RRDB_TTL_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_GET_SCANNER]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_GET_SCANNER_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_SCAN]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_SCAN_ACK]
is_profile = true

[task.RPC_RRDB_RRDB_CLEAR_SCANNER]
rpc_request_throttling_mode = TM_DELAY
rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
;rpc_request_throttling_mode = TM_DELAY
;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
is_profile = true

[task.RPC_RRDB_RRDB_CLEAR_SCANNER_ACK]
Expand Down

0 comments on commit fa5bfbb

Please sign in to comment.