mirror of https://github.com/milvus-io/milvus.git
Add log for building index about num rows (#7811)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/7860/head
parent
691e4c5bc9
commit
8a458b7a38
|
@ -840,8 +840,7 @@ func (c *Core) BuildIndex(ctx context.Context, segID typeutil.UniqueID, field *s
|
|||
}
|
||||
}
|
||||
log.Debug("build index", zap.String("index name", idxInfo.IndexName),
|
||||
zap.String("field name", field.Name),
|
||||
zap.Int64("segment id", segID))
|
||||
zap.String("field name", field.Name), zap.Int64("segment id", segID), zap.Int64("num rows", rows))
|
||||
return bldID, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue