From 1e658f26ea21cce37de753c8f1820cf93dc5d3ce Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Wed, 22 Dec 2021 19:13:14 +0800 Subject: [PATCH] [skip e2e]Add comments to proxy service (#13994) Signed-off-by: jingkl --- internal/distributed/proxy/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/distributed/proxy/service.go b/internal/distributed/proxy/service.go index 790e92e1d6..0f703642c0 100644 --- a/internal/distributed/proxy/service.go +++ b/internal/distributed/proxy/service.go @@ -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) }