mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Add note for design doc (#13585)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
572afa502c
commit
996573ecce
@ -178,7 +178,7 @@ message CreateIndexRequest {
|
||||
}
|
||||
```
|
||||
|
||||
13. When receive `CreateIndex` request, `IndexNode` would wrap this request into `IndexBuildTask`, and push this task into `IndexBuildQueue`, then send response to `IndexCoord`
|
||||
13. When receive `CreateIndex` request, `IndexNode` would wrap this request into `IndexBuildTask`, and push this task into `IndexBuildQueue`, then send response to `IndexCoord`.
|
||||
|
||||
14. There is a background service, `indexBuildLoop`, in the `IndexNode`. `indexBuildLoop` would call `scheduleIndexBuildTask` to get a `IndexBuildTask` from `IndexBuildQueue`, and then start another `goroutine` to build index and update meta.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user