-
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
Update migration-tidb-faq.md #5855
Conversation
/translation doing |
/label needs-cherry-pick-4.0 |
@lance6716 Please involve a technical review~ |
/cc @lichunzhu @glorv |
faq/migration-tidb-faq.md
Outdated
@@ -12,6 +12,20 @@ aliases: ['/docs-cn/dev/faq/migration-tidb-faq/'] | |||
|
|||
TiDB 支持绝大多数 MySQL 语法,一般不需要修改代码。 | |||
|
|||
### 导入导出速度慢,且日志中出现大量重试、EOF 错误 |
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.
能不能写下是 什么日志 中出现大量重试 错误?
faq/migration-tidb-faq.md
Outdated
iperf3 -c <server-IP> | ||
``` | ||
|
||
检查带宽、延迟、重传等指标是否有异常。 |
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.
什么样的结果正常,什么样的结果异常?
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.
客户自己买的线路是什么指标不好概括
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.
这个 faq 内容有点短吧,如果不是硬件网络资源的问题然后呢?或者应该把标题和症状修改成能比较确定是网络问题的情况
@glorv @lichunzhu PTAL again |
faq/migration-tidb-faq.md
Outdated
@@ -12,6 +12,20 @@ aliases: ['/docs-cn/dev/faq/migration-tidb-faq/'] | |||
|
|||
TiDB 支持绝大多数 MySQL 语法,一般不需要修改代码。 | |||
|
|||
### 导入导出速度慢,且各组件日志中出现大量重试、EOF 错误 | |||
|
|||
首先怀疑网络问题,使用相关工具排查网络连通状况。下面是使用 [iperf](https://iperf.fr/) 进行排查的例子 |
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.
首先怀疑网络问题,使用相关工具排查网络连通状况。下面是使用 [iperf](https://iperf.fr/) 进行排查的例子 | |
可首先考虑是否存在网络问题,使用相关工具排查网络连通状况。以下示例使用 [iperf](https://iperf.fr/) 进行排查: |
faq/migration-tidb-faq.md
Outdated
iperf3 -c <server-IP> | ||
``` | ||
|
||
检查带宽、延迟、重传等指标是否有异常。 |
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]>
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.
Rest LGTM
[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 writing |
Co-authored-by: TomShawn <[email protected]>
/merge |
This pull request has been accepted and is ready to merge. Commit hash: a895f40
|
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #6224 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0 in PR #6225 |
/translation done |
iperf3 -s | ||
``` | ||
|
||
+ 在出现重试、EOF 错误的服务器端节点执行以下命令: |
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.
typo fixed in #6228.
What is changed, added or deleted? (Required)
update FAQ from oncallWhich TiDB 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?