humkum commented on issue #9019:
URL: https://github.com/apache/rocketmq/issues/9019#issuecomment-2553765865

   > > 队列模型里这个是预期内的,cache 中的 min offset 
没有提交,导致看起来延迟很高,运行中实际上不影响后续消息消费,如果叠加负载均衡的影响,会有大量的重复。
   > 
   > 是的,这里是预期内的。这里其实是想改一下检测消息消费超时的定时任务的时间间隔,目前配置的间隔和消息超时时间是一致的。会导致比如我配置的超时时间是 
1h,那么有可能存在第一次定时任务检测时发现没有过期,需要再等 1h 才能判断是否过期的情况,因此实际超时时间成了 (1h, 2h]
   
   这里如果我们将消费超时时间配置为 1h, 检测间隔配置为 15min,实际过期时间最多只有 1h + 15min。消费就不会卡那么久了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to