[skip ci] Fix grammar (#13185)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13190/head
SS 2021-12-10 18:39:30 +08:00 committed by GitHub
parent 80130bf0c3
commit c391f5cc0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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