mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comments to impl (#13206)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user