mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comments to proxy service (#13994)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
9cc10271c4
commit
1e658f26ea
@ -486,6 +486,7 @@ func (s *Server) ManualCompaction(ctx context.Context, req *milvuspb.ManualCompa
|
||||
return s.proxy.ManualCompaction(ctx, req)
|
||||
}
|
||||
|
||||
// GetCompactionStateWithPlans gets the state of a compaction by plan
|
||||
func (s *Server) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error) {
|
||||
return s.proxy.GetCompactionStateWithPlans(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user