mirror of https://github.com/milvus-io/milvus.git
[skip ci] Check grammar of index_design docs (#10973)
Signed-off-by: min.tian <min.tian.cn@gmail.com>pull/10875/merge
parent
598df45094
commit
9eb9741dc7
|
@ -73,7 +73,7 @@ When the IndexCoord service starts, it first obtains the node information of all
|
|||
current IndexNodes from etcd, and then adds the node information to the NodeManager. After that, the online and offline
|
||||
information of IndexNode node is obtained from watchNodeLoop. Then it will traverse the entire MetaTable, get the load
|
||||
information corresponding to each IndexNode node, and update the priority queue in the NodeManager. When an index building
|
||||
task need to be allocated, the IndexNode with the lowest load will be selected according to the
|
||||
task needs to be allocated, the IndexNode with the lowest load will be selected according to the
|
||||
priority queue to execute the task.
|
||||
|
||||
### 8.3.3 MetaTable
|
||||
|
|
Loading…
Reference in New Issue