mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci]Fix create collection design doc typo (#9699)
Signed-off-by: tumao <yan.wang@zilliz.com>
This commit is contained in:
parent
97a4627223
commit
cd1ec0c068
@ -40,7 +40,7 @@ message CollectionSchema {
|
||||
|
||||
```
|
||||
|
||||
1. When received the `CreateCollection` request, the `Proxy` would wrap this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call method of `WatiToFinish` to wait until the task is finished.
|
||||
1. When received the `CreateCollection` request, the `Proxy` would wrap this request into `CreateCollectionTask`, and pushes this task into `DdTaskQueue` queue. After that, `Proxy` would call `WaitToFinish` method to wait until the task is finished.
|
||||
```go
|
||||
type task interface {
|
||||
TraceCtx() context.Context
|
||||
|
Loading…
Reference in New Issue
Block a user