mirror of https://github.com/milvus-io/milvus.git
parent
ae00a0a22b
commit
3f0970153c
|
@ -3329,6 +3329,7 @@ func (node *Proxy) LoadBalance(ctx context.Context, req *milvuspb.LoadBalanceReq
|
|||
return status, nil
|
||||
}
|
||||
|
||||
//GetCompactionState gets the compaction state of multiple segments
|
||||
func (node *Proxy) GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error) {
|
||||
log.Info("received GetCompactionState request", zap.Int64("compactionID", req.GetCompactionID()))
|
||||
resp := &milvuspb.GetCompactionStateResponse{}
|
||||
|
|
Loading…
Reference in New Issue