This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fc1b27c40 [docs](tablet-docs) fix the tablet-repair-and-balance.md 
doucument. (#13853)
3fc1b27c40 is described below

commit 3fc1b27c401f18fb95ff5a81071a8b4bea19ff63
Author: wxy <[email protected]>
AuthorDate: Wed Nov 2 08:43:08 2022 +0800

    [docs](tablet-docs) fix the tablet-repair-and-balance.md doucument. (#13853)
    
    Co-authored-by: [email protected] <[email protected]>
---
 docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md  | 2 +-
 .../docs/admin-manual/maint-monitor/tablet-repair-and-balance.md      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md 
b/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
index 51d381def5..891b6d3e85 100644
--- a/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
+++ b/docs/en/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
@@ -99,7 +99,7 @@ Multiple copies of a Tablet may cause state inconsistencies 
due to certain circu
 
 6. FORCE\_REDUNDANT
 
-       This is a special state. It only occurs when the number of expected 
replicas is greater than or equal to the number of available nodes, and when 
the Tablet is in the state of replica missing. In this case, you need to delete 
a copy first to ensure that there are available nodes for creating a new copy.
+       This is a special state. It only occurs when the number of existed 
replicas is greater than or equal to the number of available nodes, and the 
number of available nodes is greater than or equal to the number of expected 
replicas, and when the number of alive replicas is less than the number of 
expected replicas. In this case, you need to delete a copy first to ensure that 
there are available nodes for creating a new copy.
 
 7. COLOCATE\_MISMATCH
 
diff --git 
a/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md 
b/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
index d698c70cf4..550583cf67 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/tablet-repair-and-balance.md
@@ -101,7 +101,7 @@ under the License.
 
 6. FORCE\_REDUNDANT
 
-    这是一个特殊状态。只会出现在当期望副本数大于等于可用节点数时,并且 Tablet 
处于副本缺失状态时出现。这种情况下,需要先删除一个副本,以保证有可用节点用于创建新副本。
+    
这是一个特殊状态。只会出现在当已存在副本数大于等于可用节点数,可用节点数大于等于期望副本数,并且存活的副本数小于期望副本数。这种情况下,需要先删除一个副本,以保证有可用节点用于创建新副本。
     
 7. COLOCATE\_MISMATCH
 
@@ -150,7 +150,7 @@ TabletChecker 作为常驻的后台进程,会定期检查所有分片的状态
 
 5. FORCE\_REDUNDANT
 
-    不同于 REDUNDANT,因为此时虽然 Tablet 
有副本缺失,但是因为已经没有额外的可用节点用于创建新的副本了。所以此时必须先删除一个副本,以腾出一个可用节点用于创建新的副本。
+    不同于 
REDUNDANT,因为此时虽然存活的副本数小于期望副本数,但是因为已经没有额外的可用节点用于创建新的副本了。所以此时必须先删除一个副本,以腾出一个可用节点用于创建新的副本。
     删除副本的顺序同 REDUNDANT。
     
 6. COLOCATE\_MISMATCH


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to