-
Notifications
You must be signed in to change notification settings - Fork 696
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
move tikv configure item pd.enable-forwarding
to correct place (#16067)
#16107
move tikv configure item pd.enable-forwarding
to correct place (#16067)
#16107
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
### `endpoints` | ||
|
||
+ The endpoints of PD. When multiple endpoints are specified, you need to separate them using commas. | ||
+ Default value: `["127.0.0.1:2379"]` | ||
|
||
### `retry-interval` | ||
|
||
+ The interval for retrying the PD connection. | ||
+ Default value: `"300ms"` | ||
|
||
### `retry-log-every` | ||
|
||
+ Specified the frequency at which the PD client skips reporting errors when the client observes errors. For example, when the value is `5`, after the PD client observes errors, the client skips reporting errors every 4 times and reports errors every 5th time. | ||
+ To disable this feature, set the value to `1`. | ||
+ Default value: `10` | ||
|
||
### `retry-max-count` | ||
|
||
+ The maximum number of times to retry to initialize PD connection | ||
+ To disable the retry, set its value to `0`. To release the limit on the number of retries, set the value to `-1`. | ||
+ Default value: `-1` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JaySon-Huang: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hfxsd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is an automated cherry-pick of #16067
First-time contributors' checklist
What is changed, added or deleted? (Required)
enable-forwarding
belongs topd
but notlog.file
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
pd.enable-forwarding
to correct place docs-cn#16102Do your changes match any of the following descriptions?