mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Fix rocksmq retention typo (#10376)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
c7aea829d9
commit
39b204374b
@ -456,7 +456,7 @@ func (ri *retentionInfo) newExpiredCleanUp(topic string) error {
|
||||
}
|
||||
|
||||
if endID == 0 {
|
||||
log.Debug("All messaged are not time expired")
|
||||
log.Debug("All messages are not time expired")
|
||||
}
|
||||
log.Debug("Expired check by retention time", zap.Any("topic", topic), zap.Any("startID", startID), zap.Any("endID", endID), zap.Any("deletedAckedSize", deletedAckedSize))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user