[skip ci] Add comment for DropIndex (#11741)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11642/head
dragondriver 2021-11-12 19:25:36 +08:00 committed by GitHub
parent 780c70551d
commit ec3d723986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1081,6 +1081,7 @@ func (node *Proxy) DescribeIndex(ctx context.Context, request *milvuspb.Describe
return dit.result, nil
}
// DropIndex drop the index of collection.
func (node *Proxy) DropIndex(ctx context.Context, request *milvuspb.DropIndexRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil