[skip ci]Add comments to impl (#13206)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13213/head
jingkl 2021-12-10 22:53:27 +08:00 committed by GitHub
parent 6556f035b2
commit 052fb7afbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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),