From 7423da8cb0a1bc67b68e8dd0d88fc1c7edfc8870 Mon Sep 17 00:00:00 2001 From: jingkl <34296482+jingkl@users.noreply.github.com> Date: Wed, 22 Dec 2021 19:35:27 +0800 Subject: [PATCH] [skip e2e]Add comments to proxy service (#13995) 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 be4e2af3a8..a142a19f8e 100644 --- a/internal/distributed/proxy/service.go +++ b/internal/distributed/proxy/service.go @@ -492,6 +492,7 @@ func (s *Server) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb. return s.proxy.GetCompactionStateWithPlans(ctx, req) } +// GetFlushState gets the flush state of multiple segments func (s *Server) GetFlushState(ctx context.Context, req *milvuspb.GetFlushStateRequest) (*milvuspb.GetFlushStateResponse, error) { return s.proxy.GetFlushState(ctx, req) }