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
MacOS
RocketMQ version
5.1.1
JDK Version
8
Describe the Bug
In slaveActingMaster mode, when master down, minId slave broker become proxy master.
When proxy master put timer message back to commitlog fail on first time, it may lost escape logic.
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
MacOS
RocketMQ version
5.1.1
JDK Version
8
Describe the Bug
In slaveActingMaster mode, when master down, minId slave broker become proxy master.
When proxy master put timer message back to commitlog fail on first time, it may lost escape logic.
rocketmq/store/src/main/java/org/apache/rocketmq/store/timer/TimerMessageStore.java
Line 1064 in a7d493b
Steps to Reproduce
What Did You Expect to See?
timer message put back to commitlog fail, it should has escape logic when retry.
What Did You See Instead?
proxy master directly write its commitlog, although it will fail because slave is readonly.
Additional Context
No response
The text was updated successfully, but these errors were encountered: