mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix segment replica comment (#9654)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
0855347576
commit
3e26c19bad
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user