shardddl: add unlock ddl lock doc for optimistic mode#8714
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. DetailsReviewer can indicate their review by submitting an approval review. |
| 用于主动请求 DM-master 解除指定的 DDL lock,包括的操作:请求 owner 执行 DDL 操作,请求其他非 owner 的 DM-worker 跳过 DDL 操作,移除 DM-master 上的 lock 信息。 | ||
| 用于主动请求 DM-master 解除指定的 DDL lock。 | ||
|
|
||
| 1. 悲观模式 `unlock` 包括操作:请求 owner 执行 DDL 操作,请求其他非 owner 的 DM-worker 跳过 DDL 操作,移除 DM-master 上的 lock 信息。 |
Co-authored-by: Ran <huangran@pingcap.com>
Signed-off-by: Ran <huangran@pingcap.com>
|
/verify |
Signed-off-by: Ran <huangran.alex@gmail.com>
|
@lichunzhu @GMHDBJD PTAL at this commit cc2a426. The rest of the PR LGTM. |
|
Removed the needs-cherry-pick-release-6.6 label because the v6.6 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v6.6 and will no longer receive new updates. |
|
Removed the needs-cherry-pick-release-7.0 label because the v7.0 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v7.0 and will no longer receive new updates. |
|
Removed the |
|
Removed the |

First-time contributors' checklist
What is changed, added or deleted? (Required)
DM optimistic mode has support
shard-ddl-lockin v6.0. This PR will update the related documents.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?