mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#14081)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/14089/head
parent
12bd3ade4c
commit
df546bc241
|
@ -439,6 +439,7 @@ func (s *Server) GetDdChannel(ctx context.Context, request *internalpb.GetDdChan
|
||||||
return s.proxy.GetDdChannel(ctx, request)
|
return s.proxy.GetDdChannel(ctx, request)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//GetPersistentSegmentInfo notifies Proxy to get persistent segment info.
|
||||||
func (s *Server) GetPersistentSegmentInfo(ctx context.Context, request *milvuspb.GetPersistentSegmentInfoRequest) (*milvuspb.GetPersistentSegmentInfoResponse, error) {
|
func (s *Server) GetPersistentSegmentInfo(ctx context.Context, request *milvuspb.GetPersistentSegmentInfoRequest) (*milvuspb.GetPersistentSegmentInfoResponse, error) {
|
||||||
return s.proxy.GetPersistentSegmentInfo(ctx, request)
|
return s.proxy.GetPersistentSegmentInfo(ctx, request)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue