mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for LoadCollection (#11444)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11459/head
parent
e53c7eb44a
commit
b9375e62f9
|
@ -289,6 +289,7 @@ func (node *Proxy) HasCollection(ctx context.Context, request *milvuspb.HasColle
|
|||
return hct.result, nil
|
||||
}
|
||||
|
||||
// LoadCollection load a collection into query nodes.
|
||||
func (node *Proxy) LoadCollection(ctx context.Context, request *milvuspb.LoadCollectionRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
|
Loading…
Reference in New Issue