[skip ci]Fix segment replica comment (#9654)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/9703/head
godchen 2021-10-11 21:12:44 +08:00 committed by GitHub
parent 0855347576
commit 3e26c19bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ func (replica *SegmentReplica) addFlushedSegment(segID, collID, partitionID Uniq
return fmt.Errorf("Mismatch collection, ID=%d", collID)
}
log.Debug("Add Normal segment",
log.Debug("Add Flushed segment",
zap.Int64("segment ID", segID),
zap.Int64("collection ID", collID),
zap.Int64("partition ID", partitionID),