mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip e2e]Fix comment typo (#14184)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
acd792515d
commit
817182f48f
@ -47,7 +47,7 @@ func (p *Partition) ID() UniqueID {
|
||||
|
||||
func (p *Partition) addSegmentID(segmentID UniqueID) {
|
||||
p.segmentIDs = append(p.segmentIDs, segmentID)
|
||||
log.Debug("add a segment to replica", zap.Int64("collectionID", p.collectionID), zap.Int64("partitionID", p.partitionID), zap.Int64("segemntID", segmentID))
|
||||
log.Debug("add a segment to replica", zap.Int64("collectionID", p.collectionID), zap.Int64("partitionID", p.partitionID), zap.Int64("segmentID", segmentID))
|
||||
}
|
||||
|
||||
func (p *Partition) removeSegmentID(segmentID UniqueID) {
|
||||
|
Loading…
Reference in New Issue
Block a user