mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci] Fix some grammar issues (#9697)
Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
parent
a346d497c8
commit
97a4627223
@ -122,7 +122,7 @@ message CreateCollectionRequest {
|
||||
|
||||
```
|
||||
|
||||
9. After all these operations, `RootCoord` would update internal timestamp and return, so the `Proxy` would get the response.
|
||||
9. After all these operations, `RootCoord` would update the internal timestamp and return, so the `Proxy` would get the response.
|
||||
|
||||
*Notes:*
|
||||
1. In the `Proxy`, all `DDL` requests will be wrapped into `task`, and push the `task` into `DdTaskQueue`, the background service will read a new `task` from `DdTaskQueue` only when the previous one is finished. So all the `DDL` requests are executed serially on the `Proxy`
|
||||
|
Loading…
Reference in New Issue
Block a user