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

Recover bindings for all durable queues including failed to recover. 3.7 #1879

Merged
merged 5 commits into from Feb 17, 2019

Conversation

hairyhum
Copy link
Contributor

If a queue fails to recover it may still be restarted by the supervisor
and eventually start. After that some bindings may be in rabbit_durable_route
but not rabbit_route. This can cause binding not found errors.

If bindings are recovered for failed queues, the behaviour will be
the same as for the crashed queues. (which is currently broken
but needs to be fixed separately)

This is #1878 for version 3.7.x

Addresses #1873
[#163919158]

hairyhum and others added 2 commits February 12, 2019 17:57
If a queue fails to recover it may still be restarted by the supervisor
and eventually start. After that some bindings may be in rabbit_durable_route
but not rabbit_route. This can cause binding not found errors.

If bindings are recovered for failed queues, the behaviour will be
the same as for the crashed queues. (which is currently broken
but needs to be fixed separately)

This is a commit for version 3.7.x

Addresses #1873
[#163919158]
@michaelklishin michaelklishin merged commit 7e57fae into v3.7.x Feb 17, 2019
@michaelklishin michaelklishin deleted the rabbitmq-server-1873-binding-recovery-37 branch February 17, 2019 05:03
@michaelklishin michaelklishin added this to the 3.7.13 milestone Feb 17, 2019
@michaelklishin
Copy link
Member

Setting milestone on the PR here because we are not yet ready to consider #1873 resolved (and thus can't know what milestone it should use).

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

Successfully merging this pull request may close these issues.

None yet

2 participants