diff --git a/reference/tiflash/maintain.md b/reference/tiflash/maintain.md index c191b7baadb9..cb1b89d87eaf 100644 --- a/reference/tiflash/maintain.md +++ b/reference/tiflash/maintain.md @@ -53,7 +53,7 @@ category: reference 4. 在 pd-ctl 中输入 `store delete `,其中 为上一步查到的该 TiFlash 节点对应的 store id。 -5. 等待该 TiFlash 节点对应的 store 消失或者 state_name 变成 Tomestone 再关闭 TiFlash 进程。 +5. 等待该 TiFlash 节点对应的 store 消失或者 state_name 变成 Tombstone 再关闭 TiFlash 进程。 > **注意:** > diff --git a/reference/tiflash/scale.md b/reference/tiflash/scale.md index ca8029a0571b..35a4d2859001 100644 --- a/reference/tiflash/scale.md +++ b/reference/tiflash/scale.md @@ -97,7 +97,7 @@ category: reference 2. 使用 Grafana 或者 pd-ctl 检查节点是否下线成功(下线需要一定时间)。 -3. 等待 TiFlash 对应的 `store` 消失,或者 `state_name` 变成 `Tomestone` 后,执行如下命令关闭 TiFlash 进程: +3. 等待 TiFlash 对应的 `store` 消失,或者 `state_name` 变成 `Tombstone` 后,执行如下命令关闭 TiFlash 进程: {{< copyable "shell-regular" >}} diff --git a/releases/2.1.17.md b/releases/2.1.17.md index 5dd52c509daa..ffb3a69a153f 100644 --- a/releases/2.1.17.md +++ b/releases/2.1.17.md @@ -14,7 +14,7 @@ TiDB Ansible 版本:2.1.17 - 新特性 - TiDB 的 `SHOW TABLE REGIONS` 语法新增 `WHERE` 条件子句 - TiKV、PD 新增 `config-check` 功能,用于配置项检查 - - pd-ctl 新增 `remove-tomestone` 命令,支持清理 tombstone store 记录 + - pd-ctl 新增 `remove-tombstone` 命令,支持清理 tombstone store 记录 - Reparo 新增 `worker-count` 和 `txn-batch` 配置项,用于控制恢复速率 - 改进提升 @@ -73,7 +73,7 @@ TiDB Ansible 版本:2.1.17 ## PD - PD 新增 `config-check` 选项,用于检查 PD 配置项是否合法 [#1725](https://github.com/pingcap/pd/pull/1725) -- pd-ctl 新增 `remove-tomestone` 命令,支持清理 tombstone store 记录 [#1705](https://github.com/pingcap/pd/pull/1705) +- pd-ctl 新增 `remove-tombstone` 命令,支持清理 tombstone store 记录 [#1705](https://github.com/pingcap/pd/pull/1705) - 支持主动下发 Operator,加快调度速度 [#1686](https://github.com/pingcap/pd/pull/1686) ## Tools