mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for LoadPartitions (#11567)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11590/head
parent
cfda5ecce8
commit
f7d7b543cb
|
@ -730,6 +730,7 @@ func (node *Proxy) HasPartition(ctx context.Context, request *milvuspb.HasPartit
|
|||
return hpt.result, nil
|
||||
}
|
||||
|
||||
// LoadPartitions load specific partitions into query nodes.
|
||||
func (node *Proxy) LoadPartitions(ctx context.Context, request *milvuspb.LoadPartitionsRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
|
Loading…
Reference in New Issue