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

Priority queue badmatch prioritising message read from disk #65

Closed
simonmacmullen opened this issue Mar 13, 2015 · 2 comments
Closed

Priority queue badmatch prioritising message read from disk #65

simonmacmullen opened this issue Mar 13, 2015 · 2 comments
Assignees
Milestone

Comments

@simonmacmullen
Copy link
Contributor

See bug report: https://groups.google.com/d/msg/rabbitmq-users/bD0Pex1LXAE/mPvEjFdiXUkJ

The line badmatching is here:

#'P_basic'{priority = Priority0} = Props,

I am pretty sure the problem is that it's looking at a message which has been read from disk (user says you need a large queue) and doesn't have decoded content, hence {badmatch, none}.

@simonmacmullen
Copy link
Contributor Author

I guess it would be polite to backport this to the 3.4.x plugin when fixed...

@dumbbell
Copy link
Member

dumbbell commented Apr 1, 2015

Since 3.5.0.

dcorbacho pushed a commit that referenced this issue Jul 5, 2023
Avoid race condition when attaching at last + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants