Skip to content
New issue

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

NullPointerException when pop message from light message queue #6576

Closed
HScarb opened this issue Apr 11, 2023 · 3 comments · Fixed by #6577
Closed

NullPointerException when pop message from light message queue #6576

HScarb opened this issue Apr 11, 2023 · 3 comments · Fixed by #6577
Assignees
Labels

Comments

@HScarb
Copy link
Contributor

HScarb commented Apr 11, 2023

Pop message from LMQ will return messageExt of the original topic.
When building its POP_CK in the client, a NullPointerException will occur in MQClientAPIImpl#processPopResponse().
Because LMQ only has 1 queue, but the original topic has several queues, it will cause an error when getting the original topic's msgQueueOffset from LMQ's msgOffsetInfo.

image
image

client version: 5.1.0

HScarb added a commit to HScarb/rocketmq that referenced this issue Apr 11, 2023
@pingww
Copy link
Contributor

pingww commented Apr 12, 2023

Indeed, currently LMQ does not support POP

HScarb added a commit to HScarb/rocketmq that referenced this issue Apr 18, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Apr 18, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Apr 28, 2023
HScarb added a commit to HScarb/rocketmq that referenced this issue Jun 5, 2023
@lzkisok
Copy link

lzkisok commented Oct 12, 2023

请问目前LMQ支持POP模式了吗?

1 similar comment
@lepdou
Copy link

lepdou commented Jan 10, 2024

请问目前LMQ支持POP模式了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants