Normalize rocksmq comment (#8886)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
yukun 2021-09-29 20:54:00 +08:00 committed by GitHub
parent 1cb2e2153f
commit 7094722fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ func (ri *retentionInfo) retention() error {
for {
select {
case <-ri.ctx.Done():
log.Debug("aaaaaaaaaaaaa")
log.Debug("Rocksmq retention finish!")
return nil
case t := <-ticker.C:
timeNow := t.Unix()