mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix grammar (#13185)
Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
parent
80130bf0c3
commit
c391f5cc0a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user