Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc for tikv-client.enable-replica-selector-v2 #16787

Merged
merged 4 commits into from Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion tidb-configuration-file.md
Expand Up @@ -733,12 +733,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` <span class="version-mark">New in v8.0.0</span>

> **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 <span class="version-mark">New in v4.0.0</span>

This section introduces configuration items related to the Coprocessor Cache feature.
Expand Down