Fix log in indexnode (#11988)

Signed-off-by: Baiqiang Zhao <zhaobaiqiang@apache.org>
pull/11996/head
Baiqiang Zhao 2021-11-17 16:41:13 +08:00 committed by GitHub
parent 5185ab08d0
commit ba9977951a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}