mirror of https://github.com/milvus-io/milvus.git
Fix proxy crashes when retrieve task is called (#6656)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/6682/head
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…
Reference in New Issue