Skip to content

Commit b66f65d

Browse files
committed
address the comment
Signed-off-by: Ryan Leung <[email protected]>
1 parent 58b886c commit b66f65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6053,14 +6053,14 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
60536053
> - `PARALLEL` and `PARALLEL-FAST` modes are designed to reduce the average time for retrieving TS in TiDB. In situations with significant latency fluctuations, such as long-tail latency or latency spikes, these two modes might not provide any remarkable performance improvements.
60546054
60556055
6056-
### tidb_cb_pd_metadata_error_rate_threshold_pct
6056+
### tidb_cb_pd_metadata_error_rate_threshold_ratio
60576057
60586058
- Scope: GLOBAL
60596059
- Persists to cluster: Yes
60606060
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
60616061
- Default value: `0`
60626062
- Range: `[0, 1]`
6063-
- This variable is used to control when TiDB triggers the circuit breaker. If set to 0 (the default) then the circuit breaker is disabled. If the variable is set to 0.01 to 1 then the circuit breaker is triggered if the error rate percentage, of the specific requests sent to PD, meets or exceeds the threshold.
6063+
- This variable is used to control when TiDB triggers the circuit breaker. If set to 0 (the default) then the circuit breaker is disabled. If the variable is set to 0.01 to 1 then the circuit breaker is triggered if the error rate ratio, of the specific requests sent to PD, meets or exceeds the threshold.
60646064
60656065
### tidb_ttl_delete_rate_limit <span class="version-mark">New in v6.5.0</span>
60666066

0 commit comments

Comments
 (0)