mirror of https://github.com/milvus-io/milvus.git
Fix log in indexnode (#11988)
Signed-off-by: Baiqiang Zhao <zhaobaiqiang@apache.org>pull/11996/head
parent
5185ab08d0
commit
ba9977951a
|
@ -466,7 +466,7 @@ func (it *IndexBuildTask) Execute(ctx context.Context) error {
|
|||
tr.Record("save index file done")
|
||||
}
|
||||
log.Info("IndexNode CreateIndex successfully ", zap.Int64("collect", collectionID),
|
||||
zap.Int64("partition", partitionID), zap.Int64("segment", partitionID))
|
||||
zap.Int64("partition", partitionID), zap.Int64("segment", segmentID))
|
||||
tr.Elapse("all done")
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue