-
Notifications
You must be signed in to change notification settings - Fork 12k
Description
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
centos7.0
RocketMQ version
4.7.1
JDK Version
jdk1.8
Describe the Bug
There are many warn logs in the production environment。
The message has been processed,but the client's (in processQueue)minOffset no changed for long time。
Restart the client, the problem can be solved, but many messages will be repeated consumpted。
We try to reproduce it,but have no result。
Steps to Reproduce
We try to reproduce it,but have no result。
What Did You Expect to See?
The client's minOffset can changed。
What Did You See Instead?
The client's minOffset no changed for a long time, at least one month.
Additional Context
no