From 6fda8d91d0c12bed263c3da169fc264cdcc51444 Mon Sep 17 00:00:00 2001 From: crazycs Date: Fri, 22 Mar 2024 07:48:44 +0800 Subject: [PATCH] add doc for tikv-client.enable-replica-selector-v2 (#16787) --- tidb-configuration-file.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 88643fa2b1142..96b79531c62ac 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -734,12 +734,21 @@ Configuration items related to opentracing.reporter. > **Warning:** > -> This configuration might be deprecated in future versions. **DO NOT** change the value of this configuration. +> This configuration parameter might be deprecated in future versions. **DO NOT** change the value of it. + The timeout of a single Coprocessor request. + Default value: `60` + Unit: second +### `enable-replica-selector-v2` New in v8.0.0 + +> **Warning:** +> +> This configuration parameter might be deprecated in future versions. **DO NOT** change the value of it. + ++ Whether to use the new version of the Region replica selector when sending RPC requests to TiKV. ++ Default value: `true` + ## tikv-client.copr-cache New in v4.0.0 This section introduces configuration items related to the Coprocessor Cache feature.