This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/dev-1.0.1 by this push:
new bb272d9 [fix](doc) fix typo for show tablets command (#8740)
bb272d9 is described below
commit bb272d90db5a00ee48b36eb71d5a8847bbde8f1e
Author: dataalive <[email protected]>
AuthorDate: Wed Mar 30 10:22:00 2022 +0800
[fix](doc) fix typo for show tablets command (#8740)
---
docs/en/administrator-guide/operation/tablet-repair-and-balance.md | 4 ++--
docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/administrator-guide/operation/tablet-repair-and-balance.md
b/docs/en/administrator-guide/operation/tablet-repair-and-balance.md
index e924e62..f4f3e21 100644
--- a/docs/en/administrator-guide/operation/tablet-repair-and-balance.md
+++ b/docs/en/administrator-guide/operation/tablet-repair-and-balance.md
@@ -319,7 +319,7 @@ Duplicate status view mainly looks at the status of the
duplicate, as well as th
` The ADMIN SHOW REPLICA STATUS `command is mainly used to view the
health status of copies. Users can also view additional information about
copies of a specified table by using the following commands:
- `SHOW TABLET FROM tbl1;`
+ `SHOW TABLETS FROM tbl1;`
```
+----------+-----------+-----------+------------+---------+-------------+-------------------+-----------------------+------------------+----------------------+---------------+----------+----------+--------+-------------------------+--------------+----------------------+--------------+----------------------+----------------------+----------------------+
@@ -771,4 +771,4 @@ Overall, when we need to bring the cluster back to a normal
state quickly, consi
2. repair some tables with the `admin repair` statement.
3. Stop the replica balancing logic to avoid taking up cluster resources, and
then turn it on again after the cluster is restored.
4. Use a more conservative strategy to trigger repair tasks to deal with the
avalanche effect caused by frequent BE downtime.
-5. Turn off scheduling tasks for colocation tables on-demand and focus cluster
resources on repairing other high-optimality data.
\ No newline at end of file
+5. Turn off scheduling tasks for colocation tables on-demand and focus cluster
resources on repairing other high-optimality data.
diff --git
a/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md
b/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md
index ff09324..eb23662 100644
--- a/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md
+++ b/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md
@@ -317,7 +317,7 @@ TabletScheduler 在每轮调度时,都会通过 LoadBalancer 来选择一定
`ADMIN SHOW REPLICA STATUS` 命令主要用于查看副本的健康状态。用户还可以通过以下命令查看指定表中副本的一些额外信息:
- `SHOW TABLET FROM tbl1;`
+ `SHOW TABLETS FROM tbl1;`
```
+----------+-----------+-----------+------------+---------+-------------+-------------------+-----------------------+------------------+----------------------+---------------+----------+----------+--------+-------------------------+--------------+----------------------+--------------+----------------------+----------------------+----------------------+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]