Skip to content

Commit

Permalink
typo: tomestone -> tombstone (pingcap#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
toutdesuite authored and sre-bot committed Apr 9, 2020
1 parent 47f2db0 commit cccaa6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/tiflash/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The following example shows how to scale in a TiFlash node if you stop the TiFla

2. Check whether the node has been offline successfully using Grafana or pd-ctl (the offline process takes some time).

3. After the `store` corresponding to TiFlash disappears, or the `state_name` becomes `Tomestone`, execute the following command to shutdown the TiFlash process:
3. After the `store` corresponding to TiFlash disappears, or the `state_name` becomes `Tombstone`, execute the following command to shutdown the TiFlash process:

{{< copyable "shell-regular" >}}

Expand Down
4 changes: 2 additions & 2 deletions releases/2.1.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TiDB Ansible version: 2.1.17
+ New features
- Add the `WHERE` clause in TiDB’s `SHOW TABLE REGIONS` syntax
- Add the `config-check` feature in TiKV and PD to check the configuration items
- Add the `remove-tomestone` command in pd-ctl to clear tombstone store records
- Add the `remove-tombstone` command in pd-ctl to clear tombstone store records
- Add the `worker-count` and `txn-batch` configuration items in Reparo to control the recovery speed

+ Improvements
Expand Down Expand Up @@ -73,7 +73,7 @@ TiDB Ansible version: 2.1.17
## PD

- Add the `config-check` option in PD to check whether the PD configuration item is valid [#1725](https://github.com/pingcap/pd/pull/1725)
- Add the `remove-tomestone` command in pd-ctl to support clearing tombstone store records [#1705](https://github.com/pingcap/pd/pull/1705)
- Add the `remove-tombstone` command in pd-ctl to support clearing tombstone store records [#1705](https://github.com/pingcap/pd/pull/1705)
- Support actively pushing operators to speed up scheduling [#1686](https://github.com/pingcap/pd/pull/1686)

## Tools
Expand Down

0 comments on commit cccaa6c

Please sign in to comment.