mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix proxy crashes when retrieve task is called (#6656)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
7eacc31a47
commit
9b1708f6e5
@ -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,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user