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

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5746a0f  correct problem in duplication http api doc
5746a0f is described below

commit 5746a0f5f94c3f9b4720d46d1c2c51cd01a9f8b0
Author: neverchanje <[email protected]>
AuthorDate: Wed Aug 19 21:43:25 2020 +0800

    correct problem in duplication http api doc
---
 _api/http.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_api/http.md b/_api/http.md
index 90d3b6d..f92d119 100644
--- a/_api/http.md
+++ b/_api/http.md
@@ -455,7 +455,7 @@ replica
 - `not_confirmed_mutations_num`:当前有多少数据写尚未复制到目的集群,并且进度被同步至MetaServer
 - `not_duplicated_mutations_num`:当前有多少数据写尚未复制到目的集群
 
-**NOTE:**:`not_duplicated_mutations_num >= not_confirmed_mutations_num`
+**NOTE:**`not_duplicated_mutations_num <= not_confirmed_mutations_num`
 
 ```json
 {


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

Reply via email to