mirror of https://github.com/milvus-io/milvus.git
Minor fix on segment metric (#21976)
/kind improvement Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>pull/21993/head
parent
5316743a00
commit
f9495fef00
|
@ -604,11 +604,11 @@ func (m *meta) UpdateDropChannelSegmentInfo(channel string, segments []*SegmentI
|
|||
log.Error("meta update: update drop channel segment info failed",
|
||||
zap.String("channel", channel),
|
||||
zap.Error(err))
|
||||
// Apply segment metric mutation on successful meta update.
|
||||
metricMutation.commit()
|
||||
} else {
|
||||
log.Info("meta update: update drop channel segment info - complete",
|
||||
zap.String("channel", channel))
|
||||
// Apply segment metric mutation on successful meta update.
|
||||
metricMutation.commit()
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue