mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Add comment for DropPartition (#11565)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
5a264fbd05
commit
c60cf1133c
@ -614,6 +614,7 @@ func (node *Proxy) CreatePartition(ctx context.Context, request *milvuspb.Create
|
|||||||
return cpt.result, nil
|
return cpt.result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DropPartition drop a partition in specific collection.
|
||||||
func (node *Proxy) DropPartition(ctx context.Context, request *milvuspb.DropPartitionRequest) (*commonpb.Status, error) {
|
func (node *Proxy) DropPartition(ctx context.Context, request *milvuspb.DropPartitionRequest) (*commonpb.Status, error) {
|
||||||
if !node.checkHealthy() {
|
if !node.checkHealthy() {
|
||||||
return unhealthyStatus(), nil
|
return unhealthyStatus(), nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user