[skip ci] Check grammar of index_design docs (#10973)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/10875/merge
min.tian 2021-11-01 16:23:50 +08:00 committed by GitHub
parent 598df45094
commit 9eb9741dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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