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
Not dependent on a specific operating system.
RocketMQ 5.3.0
JDK 11
org.apache.rocketmq.tieredstore.core.MessageStoreFetcherImpl#queryMessageAsync 查询消息时,应该过滤不在时间范围内的消息,避免上层返回了重复的两条消息。
发送一条消息到 broker,随后使用 query message by uniqueKey 查询这条消息,将错误的返回两条。
返回一条消息
No response
The text was updated successfully, but these errors were encountered:
[ISSUE apache#8438] Fix broker return two messages when query message…
200e7ed
… and index service bug
dba2621
40ea66d
[ISSUE #8438] Fix broker return two messages when query message and i…
c080e6b
…ndex service bug (#8439)
Successfully merging a pull request may close this issue.
Before Creating the Bug Report
Runtime platform environment
Not dependent on a specific operating system.
RocketMQ version
RocketMQ 5.3.0
JDK Version
JDK 11
Describe the Bug
org.apache.rocketmq.tieredstore.core.MessageStoreFetcherImpl#queryMessageAsync 查询消息时,应该过滤不在时间范围内的消息,避免上层返回了重复的两条消息。
Steps to Reproduce
发送一条消息到 broker,随后使用 query message by uniqueKey 查询这条消息,将错误的返回两条。
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: