You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Linux or other
RocketMQ version
= 5.0.0
JDK Version
No response
Describe the Bug
PopBufferMergeService#scanGarbage 代码
if (System.currentTimeMillis() - entry.getValue().getTime() > minute5) {
POP_LOGGER.info("[PopBuffer]remove long time not used sub {} of topic {} in buffer!", cid, topic);
iterator.remove();
continue;
}
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Linux or other
RocketMQ version
JDK Version
No response
Describe the Bug
PopBufferMergeService#scanGarbage 代码
对于一些开发和测试环境而言,因为消息比较少,topic与消费者订阅关系很容易被移除,然后出现消费者消息出现skip的情况。
Steps to Reproduce
消息发送者一天发送了5条消息,但是最终消费者只消费到其中三条
What Did You Expect to See?
消费者消息不丢失
What Did You See Instead?
消费者消息不丢失
Additional Context
No response
The text was updated successfully, but these errors were encountered: