We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Ubuntu 20.04
5.1.1
1.8.0_362-8u362-ga-0ubuntu1~22.04-b09
cannot query all messages of the same msgId, using mqadmin queryMsgByUniqueKey
./consumer.sh -n localhost:9876 -g group1 -r 1
./mqadmin queryMsgByUniqueKey -n localhost:9876 -i <msgId> -t %RETRY%group1 -a true
show multiple messages
only one message
No response
The text was updated successfully, but these errors were encountered:
[ISSUE #6917] fix cannot query all messages of the same msgId
fd4a397
Co-authored-by: y00421926 <[email protected]>
Successfully merging a pull request may close this issue.
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
Ubuntu 20.04
RocketMQ version
5.1.1
JDK Version
1.8.0_362-8u362-ga-0ubuntu1~22.04-b09
Describe the Bug
cannot query all messages of the same msgId, using mqadmin queryMsgByUniqueKey
Steps to Reproduce
./consumer.sh -n localhost:9876 -g group1 -r 1
./mqadmin queryMsgByUniqueKey -n localhost:9876 -i <msgId> -t %RETRY%group1 -a true
"-a true" means show all messages.
What Did You Expect to See?
show multiple messages
What Did You See Instead?
only one message
Additional Context
No response
The text was updated successfully, but these errors were encountered: