[skip ci] Add comment for LoadPartitions (#11567)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11590/head
dragondriver 2021-11-10 19:57:59 +08:00 committed by GitHub
parent cfda5ecce8
commit f7d7b543cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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