-
Notifications
You must be signed in to change notification settings - Fork 63
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
zh: some mirror updates #379
Conversation
zh/task-configuration-file-full.md
Outdated
@@ -42,6 +42,7 @@ target-database: # 下游数据库实例配置 | |||
port: 4000 | |||
user: "root" | |||
password: "/Q7B9DizNLLTTfiZHv9WoEAKamfpIUs=" # 推荐使用经 dmctl 加密后的密码 | |||
max-allowed-packet: 67108864 # 设置 DM 内部连接 TiDB 时客户端的 "max_allowed_packet" 限制,单位为字节,默认 67108864 (64 MB) |
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.
this can be removed after implemented pingcap/dm#1003.
@lance6716 @ireneontheway PTAL |
LGTM |
@lance6716,Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments.See the corresponding SIG page for more information. Related SIG: docs(slack). |
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
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
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-2.0 in PR #388 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
What is changed, added or deleted? (Required)
slave
has been updatedmax-allowed-packet
into task config sampleWhich DM version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?