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

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13682/head
jingkl 2021-12-21 11:55:31 +08:00 committed by GitHub
parent 42c6088911
commit 398a11cda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ func (s *Server) GetPersistentSegmentInfo(ctx context.Context, request *milvuspb
return s.proxy.GetPersistentSegmentInfo(ctx, request)
}
//GetQuerySegmentInfo notifies Proxy to get query segment info.
func (s *Server) GetQuerySegmentInfo(ctx context.Context, request *milvuspb.GetQuerySegmentInfoRequest) (*milvuspb.GetQuerySegmentInfoResponse, error) {
return s.proxy.GetQuerySegmentInfo(ctx, request)