Fix proxy crashes when retrieve task is called (#6656)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/6682/head
congqixia 2021-07-20 22:33:09 +08:00 committed by GitHub
parent 7eacc31a47
commit 9b1708f6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1344,6 +1344,7 @@ func (node *Proxy) Retrieve(ctx context.Context, request *milvuspb.RetrieveReque
},
resultBuf: make(chan []*internalpb.RetrieveResults),
retrieve: request,
chMgr: node.chMgr,
qc: node.queryCoord,
}