未验证 提交 7423da8c 编写于 作者: J jingkl 提交者: GitHub

[skip e2e]Add comments to proxy service (#13995)

Signed-off-by: Njingkl <jingjing.jia@zilliz.com>
上级 cd410c60
......@@ -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)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册