[skip ci]Improve flush collections doc (#10976)

Signed-off-by: tumao <yan.wang@zilliz.com>
pull/11127/head
Tumao 2021-11-02 21:10:15 +08:00 committed by GitHub
parent 7f00753074
commit 32d9abff55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ message FlushResponse{
```
2. When `Proxy` receives `Flush` request, it would wrap this request into `FlushTask`, and push this task into `DdTaskQueue` queue. After that, `Proxy` would call method `WatiToFinish` to wait until the task finished.
2. When `Proxy` receives `Flush` request, it would wrap this request into `FlushTask`, and push this task into `DdTaskQueue` queue. After that, `Proxy` would call `WatiToFinish` to wait until the task finished.
```go
type task interface {
TraceCtx() context.Context