mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments to impl (#13206)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13213/head
parent
6556f035b2
commit
052fb7afbe
|
@ -3007,6 +3007,7 @@ func (node *Proxy) GetPersistentSegmentInfo(ctx context.Context, req *milvuspb.G
|
|||
return resp, nil
|
||||
}
|
||||
|
||||
// GetQuerySegmentInfo gets segment information from QueryCoord.
|
||||
func (node *Proxy) GetQuerySegmentInfo(ctx context.Context, req *milvuspb.GetQuerySegmentInfoRequest) (*milvuspb.GetQuerySegmentInfoResponse, error) {
|
||||
log.Debug("GetQuerySegmentInfo",
|
||||
zap.String("role", Params.RoleName),
|
||||
|
|
Loading…
Reference in New Issue