mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for DropIndex (#11741)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user