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) }