-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
tikv: add some new online configurations #8676
Conversation
Signed-off-by: Wenbo Zhang <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
PTAL @NingLin-P thanks! |
dynamic-config.md
Outdated
| raftstore.raft-max-inflight-msgs | 待确认日志个数的数量,如果超过这个数量将会减缓发送日志的个数 | | ||
| raftstore.raft-entry-max-size | 单个日志最大大小 | |
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.
Plz remove raftstore.raft-entry-max-size
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.
Fixed, thanks!
Signed-off-by: Wenbo Zhang <[email protected]>
dynamic-config.md
Outdated
@@ -123,7 +123,7 @@ show warnings; | |||
|
|||
| 配置项 | 简介 | | |||
| --- | --- | | |||
| raftstore.raft-entry-max-size | 单个日志最大大小 | | |||
| raftstore.raft-max-inflight-msgs | 待确认的日志个数,如果超过这个数量,Raft 状态机会减缓发送日志的个数 | |
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.
“减缓发送日志的个数”读起来不通
tikv-configuration-file.md
Outdated
@@ -528,7 +532,7 @@ raftstore 相关的配置项。 | |||
> | |||
> 该配置项不支持通过 SQL 语句查询,但支持在配置文件中进行配置。 | |||
|
|||
+ 待确认日志个数的数量,如果超过这个数量将会减缓发送日志的个数。 | |||
+ 待确认的日志个数,如果超过这个数量,Raft 状态机会减缓发送日志的个数。 |
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.
【减缓发送日志的个数】读起来有些奇怪
tikv-configuration-file.md
Outdated
+ 默认值:CPU * 0.5,但最大为 8 | ||
+ 可调整范围:1 ~ CPU |
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.
>
和 <
容易被误判为标签,能否使用“大于”“小于”这样的文字描述呢?
Co-authored-by: TomShawn <[email protected]>
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.
LGTM
Co-authored-by: TomShawn <[email protected]>
/merge |
@en-jin19: 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 ti-community-infra/tichi repository. |
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 05ce6d9
|
Signed-off-by: Wenbo Zhang [email protected]
First-time contributors' checklist
What is changed, added or deleted? (Required)
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 (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?