[skip ci] Fix typo in index_design.md doc (#11734)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-11-12 19:07:10 +08:00 committed by GitHub
parent 413aa42796
commit 2050b333fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ RootCoord, it will first check whether the same index has been created according
return the IndexBuildID of the existing task. Otherwise, it would assign a globally unique IndexBuildID to the task,
record the task in the MetaTable, write the MetaTable to etcd, and then return the IndexBuildID to RootCoord.
RootCoord confirms the index building was generated successfully by the IndexBuildID. At this time, the index construction
is completed yet. IndexCoord starts a background process to find all the index tasks that need to be
is not completed yet. IndexCoord starts a background process to find all the index tasks that need to be
allocated periodically, and then allocates them to IndexNode for actual execution.
When IndexCoord receives a request to delete an index from RootCoord, IndexCoord traverses the MetaTable,