mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for AlterAlias (#12020)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
bc765ea65b
commit
aa17f561fe
@ -1785,6 +1785,7 @@ func (node *Proxy) DropAlias(ctx context.Context, request *milvuspb.DropAliasReq
|
||||
return dat.result, nil
|
||||
}
|
||||
|
||||
// AlterAlias alter alias of collection.
|
||||
func (node *Proxy) AlterAlias(ctx context.Context, request *milvuspb.AlterAliasRequest) (*commonpb.Status, error) {
|
||||
if !node.checkHealthy() {
|
||||
return unhealthyStatus(), nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user