mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for DropAlias (#12019)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/12026/head
parent
2d4f691905
commit
c4adca9773
|
@ -1740,6 +1740,7 @@ func (node *Proxy) CreateAlias(ctx context.Context, request *milvuspb.CreateAlia
|
|||
return cat.result, nil
|
||||
}
|
||||
|
||||
// DropAlias alter the alias of collection.
|
||||
func (node *Proxy) DropAlias(ctx context.Context, request *milvuspb.DropAliasRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
|
Loading…
Reference in New Issue