diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index 3326f40038..7e18e0d0ac 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -493,6 +493,7 @@ func (qc *QueryCoord) GetPartitionStates(ctx context.Context, req *querypb.GetPa }, nil } +// GetSegmentInfo returns infomation of all the segments on queryNodes, and the infomation includes memSize, numRow, indexName, indexID ... func (qc *QueryCoord) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error) { status := &commonpb.Status{ ErrorCode: commonpb.ErrorCode_Success,