mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comments to proxy service (#14081)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
12bd3ade4c
commit
df546bc241
@ -439,6 +439,7 @@ func (s *Server) GetDdChannel(ctx context.Context, request *internalpb.GetDdChan
|
||||
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) {
|
||||
return s.proxy.GetPersistentSegmentInfo(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user