mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Fix typos in design doc (#13775)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
676f300f12
commit
79bf61b264
@ -61,7 +61,7 @@ type createIndexTask struct {
|
||||
3. There is a background service in `Proxy`, this service would get the `CreateIndexTask` from `DdTaskQueue`, and execute it in three phases.
|
||||
|
||||
- `PreExecute`, do some static checking at this phase, such as check if the index param is legal, etc.
|
||||
- `Execute`, at this phase, `Proxy` would send `CreateIndex` request to `RootCoord` via `Grpc`, and wait the response, the `proto` is defined as the follow:
|
||||
- `Execute`, at this phase, `Proxy` would send `CreateIndex` request to `RootCoord` via `Grpc`, and wait the response, the `proto` is defined as the following:
|
||||
|
||||
```proto
|
||||
service RootCoord {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user