-
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 config: update warnings about enable-ttl
#8856
TiKV config: update warnings about enable-ttl
#8856
Conversation
[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. |
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
…s://github.com/en-jin19/docs-cn into TiKV-config-update-warnings-about-`enable-ttl`
tikv-configuration-file.md
Outdated
> TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式不同,你只能在新建集群时设置该功能。 | ||
> **禁止**在已有集群上修改该项配置,否则会导致启动报错。 | ||
> **禁止**在有 TiDB 节点的集群中使用该参数,以免导致数据写坏等严重后果。 | ||
> - TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式不同,你只能在新建集群时设置该功能。 |
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
> **禁止**在有 TiDB 节点的集群中使用该参数,以免导致数据写坏等严重后果。 | ||
> - TTL 暂时只适用于 RawKV 接口。由于所涉及底层数据格式不同,你只能在新建集群时设置该功能。 | ||
> - **禁止**在已有集群上修改该项配置,否则会导致启动报错。 | ||
> - **禁止**在有 TiDB 节点的集群中使用该参数,否则会导致数据损坏、TiDB 集群升级失败等严重后果。 |
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.
无 TiDB 节点的集群是什么集群呢?TiKV 集群吗?
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.
@TomShawn 是的,没有 tidb 节点的集群。
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.
Rest LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a7a25db
|
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created: #8908. |
In response to a cherrypick label: new pull request created: #8909. |
In response to a cherrypick label: new pull request created: #8910. |
In response to a cherrypick label: new pull request created: #8911. |
In response to a cherrypick label: new pull request created: #8912. |
In response to a cherrypick label: new pull request created: #8913. |
What is changed, added or deleted? (Required)
Updated warnings about
enable-ttl
in "tikv-configuration-file.md".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?