[skip ci] Fix rocksmq retention typo (#10376)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-10-21 19:56:10 +08:00 committed by GitHub
parent c7aea829d9
commit 39b204374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))