[skip ci] Add comment for DropCollection (#11332)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11343/head
dragondriver 2021-11-05 19:50:22 +08:00 committed by GitHub
parent 479e83bf45
commit 2064dde4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ func (node *Proxy) CreateCollection(ctx context.Context, request *milvuspb.Creat
return cct.result, nil
}
// DropCollection drop a collection.
func (node *Proxy) DropCollection(ctx context.Context, request *milvuspb.DropCollectionRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil