From c391f5cc0ab01e8fe12b7429f812c7400d467641 Mon Sep 17 00:00:00 2001 From: SS Date: Fri, 10 Dec 2021 18:39:30 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13185) Signed-off-by: sida shen --- docs/design_docs/index_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/index_design.md b/docs/design_docs/index_design.md index ae227a6974..49cb32acc7 100644 --- a/docs/design_docs/index_design.md +++ b/docs/design_docs/index_design.md @@ -75,7 +75,7 @@ When an index building task needs to be allocated, the IndexNode with the lowest ### 8.3.3 MetaTable -In order to maintain the status information of the index, we introduced MetaTable to record the status information +To maintain the status information of the index, we introduced MetaTable to record the status information of the index. In order to ensure that the MetaTable information is not lost after IndexCoord is powered off and restarted, we write the MetaTable information into etcd. When the IndexCoord service starts, it will first load the existing Meta information from etcd, and then monitor the changes of Meta through watchNodeLoop. In order to distinguish