Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

zh: add files about manage task #90

Merged
merged 35 commits into from
May 25, 2020

Conversation

GMHDBJD
Copy link
Collaborator

@GMHDBJD GMHDBJD commented May 21, 2020

What is changed, added or deleted? (Required)

  • add manage-source.md
  • add create-task.md
  • add pause-task.md
  • add resume-task.md
  • add stop-task.md
  • add query-task.md
  • add query-error.md
  • update query-status.md
  • skip-or-replace-abnormal-sql-statements.md
  • add summary in precheck.md

Which TiDB Data Migration (DM) version(s) do your changes apply to? (Required)

  • master (the latest development version, including v2.0 changes for now)
  • v1.0 (TiDB DM 1.0 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

@sre-bot sre-bot added special-week PR from Document Special Week. status/PTAL This PR is ready for reviewing. translation/welcome Waits for a contributor to translate this PR to docs-dm/zh or docs-dm/en. labels May 21, 2020
@sre-bot sre-bot requested review from kissmydb and miaoqingli May 21, 2020 09:24
@yikeke yikeke requested review from lilin90 and WangXiangUSTC and removed request for kissmydb May 21, 2020 09:28
Copy link
Contributor

@WangXiangUSTC WangXiangUSTC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest LGTM

Copy link
Member

@csuzhangxc csuzhangxc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

更新一下 TOC.md?

rest LGTM

Copy link
Member

@csuzhangxc csuzhangxc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@toutdesuite
Copy link
Contributor

@csuzhangxc PTAL again, thanks

Copy link
Member

@csuzhangxc csuzhangxc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest LGTM


本文介绍了如何使用 [dmctl](overview.md#dmctl) 组件来进行数据同步任务的管理和维护。对于用 DM-Ansible 部署的 DM 集群,dmctl 二进制文件路径为 `dm-ansible/dmctl`。

dmctl 支持交互模式用于人工操作,同时也支持命令模式用于脚本。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在哪个文档里可以比较方便地了解 交互模式命令模式

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

再加个dmctl简介的文档?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还是直接把TOC里的任务管理变成文档?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还是直接把TOC里的任务管理变成文档?

那种有子项的 TOC 项,好像都没有加 link 的,可能不太合适?

再加个dmctl简介的文档?

感觉可以

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@toutdesuite 你觉得呢?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我觉得可以在『任务管理』的子项加一个~

Copy link
Contributor

@toutdesuite toutdesuite May 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GMHDBJD 是否还需要加上 任务管理概览 这部分内容?还有 更新数据同步任务 以及其他任务与集群管理命令

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e94e7ce 加入了dmctl使用简介

@toutdesuite
Copy link
Contributor

@GMHDBJD please rename dmctl-intro.md to dmctl-introduction.md

@toutdesuite
Copy link
Contributor

@csuzhangxc Please take a look at the changes( a doc added while another removed) again, thanks~

GMHDBJD and others added 3 commits May 25, 2020 20:03
Co-authored-by: toutdesuite <guizhiluo2014@163.com>
@GMHDBJD
Copy link
Collaborator Author

GMHDBJD commented May 25, 2020

@csuzhangxc @toutdesuite PTAL

Copy link
Member

@csuzhangxc csuzhangxc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@toutdesuite toutdesuite merged commit fc76845 into pingcap:docs-special-week May 25, 2020
lilin90 added a commit that referenced this pull request May 27, 2020
* scripts: add a script to run markdownlint check locally (#74)

* Update ci.yaml (#84)

* zh: update TOC (#75)

* update TOC

* Update TOC.md

* Update TOC.md

* Update zh/TOC.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* Update zh/TOC.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* address comments

* fix dead link and address comment

* Apply suggestions from code review

* fix levels

* Update links in TOC

* fix CI

* remove link for 测试验证

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: yikeke <yikeke@pingcap.com>

* zh: add the requirement of software and hardware (#76)

* add requirement

* Apply suggestions from code review

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* update word

* address comemnt

* Apply suggestions from code review

Co-authored-by: Lilian Lee <lilin@pingcap.com>

* update disk requirement

* Apply suggestions from code review

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* rename file name

* Apply suggestions from code review

Co-authored-by: Lilian Lee <lilin@pingcap.com>

* address comment

Co-authored-by: toutdesuite <guizhiluo2014@163.com>
Co-authored-by: Lilian Lee <lilin@pingcap.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* zh: update documents about error handling (#78)

* zh: add a document about performance handling (#81)

* zh: add document about creating task and verify (#77)

* zh: add quick start doc for dm deployment (#80)

* zh: update docs about key features (#86)

* zh: add a document about how to optimize config (#89)

* add config optimize

* rename file

* Apply suggestions from code review

Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>

* format

* address comment

* Apply suggestions from code review

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Apply suggestions from code review

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/tune-configuration.md

* Apply suggestions from code review

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/tune-configuration.md

Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
Co-authored-by: toutdesuite <guizhiluo2014@163.com>
Co-authored-by: Lilian Lee <lilin@pingcap.com>

* zh: Further update TOC.md (#92)

* Update TOC.md

* add omitted links

* update format

* Update TOC.md

* Update TOC.md

* Update zh/TOC.md

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* update file name

* add alias

* fix dead links

* Revert "fix dead links"

This reverts commit 9cf7b75.

* fix dead links in zh

Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>

* zh: update dm-upgrade (#87)

* zh: add a document about scenarios (#88)

* zh: update daily-check.md (#91)

* update daily-check.md

* address comment

* address comment

* Update zh/daily-check.md

* Update zh/daily-check.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/daily-check.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/daily-check.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: toutdesuite <guizhiluo2014@163.com>
Co-authored-by: WangXiangUSTC <wx347249478@gmail.com>

* zh: update docs about alert rules and handling (#93)

* zh: add a doc about command-line-flags and update TOC (#94)

* zh: add a doc about command-line-flags and update TOC

* zh: update TOC

* command-line-flags: address comments

* Update zh/command-line-flags.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/command-line-flags.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* Update zh/command-line-flags.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* command-line-flags: address comments

* remove empty files

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* zh: add files about manage task (#90)

* add task manage for special week

* minor change

* rename file

* rename file

* minor change

* minor change

* fix CI

* fix CI

* address comment

* minor change

* Update skip-or-replace-abnormal-sql-statements.md

* Update zh/create-task.md

Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>

* address comment

* address comment

* update TOC

* address comment

* Update TOC.md

* add query-status and query-error in TOC

* fix toc

* Update zh/query-error.md

Co-authored-by: Lilian Lee <lilin@pingcap.com>

* Update zh/query-status.md

Co-authored-by: Lilian Lee <lilin@pingcap.com>

* rm manage-replication-tasks.md

* fix CI

* fix CI

* address comment

* fix bug

* update TOC

* add dmctl-intro.md

* Update zh/dmctl-intro.md

Co-authored-by: toutdesuite <guizhiluo2014@163.com>

* rename file

* Update TOC.md

* address comment

Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
Co-authored-by: toutdesuite <guizhiluo2014@163.com>
Co-authored-by: Lilian Lee <lilin@pingcap.com>
Co-authored-by: WangXiangUSTC <wx347249478@gmail.com>

* zh: add document about how to do performance test (#85)

* zh: update TOC and remove empty files (#95)

* update TOC and remove empty files

* Update TOC.md

Co-authored-by: yikeke <yikeke@pingcap.com>

* zh: update release notes in toc

* zh: update wording

* *: make image name unique at the repo level (#96)

* *: make image name unique at repo level

* en: fix one link

Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
Co-authored-by: toutdesuite <guizhiluo2014@163.com>
Co-authored-by: yikeke <yikeke@pingcap.com>
Co-authored-by: WangXiangUSTC <wx347249478@gmail.com>
Co-authored-by: Xuecheng Zhang <csuzhangxc@gmail.com>
Co-authored-by: Chunzhu Li <lichunzhu@stu.xjtu.edu.cn>
Co-authored-by: GMHDBJD <35025882+GMHDBJD@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
@toutdesuite toutdesuite self-assigned this Jun 18, 2020
@toutdesuite toutdesuite added translation/doing This PR’s assignee is translating this PR. and removed translation/welcome Waits for a contributor to translate this PR to docs-dm/zh or docs-dm/en. labels Jun 18, 2020
@toutdesuite toutdesuite added translation/done This PR has been translated. and removed translation/doing This PR’s assignee is translating this PR. labels Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
special-week PR from Document Special Week. status/LGT2 Indicates that a PR has LGTM 2. translation/done This PR has been translated.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants