mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for DropIndex (#11741)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11642/head
parent
780c70551d
commit
ec3d723986
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue