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

Fix quorum queue queue federation bugs (backport #8282) #8328

Merged
merged 3 commits into from
May 25, 2023

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented May 24, 2023

This is an automatic backport of pull request #8282 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

kjnilsson and others added 3 commits May 24, 2023 21:37
Quorum queues would due to a misunderstanding whilst porting
queue decorators from classic queues calculate the wrong maximum
consumer priority leading to strange behaviour when using queue
federation.

Also notify decorators on startup. In this case we had to do this
when a member becomes leader which isn't always at startup so
will have to rely on the mirroried supervisor to ensure we don't
start multiple federation links.

(cherry picked from commit 21b9eb5)
(cherry picked from commit 1c727a4)
around federated queue link state transitions (pause/unpause).

References #8297.

(cherry picked from commit 958043c)
@michaelklishin michaelklishin merged commit f33965e into v3.12.x May 25, 2023
@michaelklishin michaelklishin deleted the mergify/bp/v3.12.x/pr-8282 branch May 25, 2023 09:29
michaelklishin added a commit that referenced this pull request May 25, 2023
Fix quorum queue queue federation bugs (backport #8282) (backport #8328)
@michaelklishin michaelklishin added this to the 3.12.0 milestone Jan 3, 2024
michaelklishin added a commit that referenced this pull request Jan 4, 2024
That PR had no milestone set and this important
change has slipped through the cracks.
michaelklishin added a commit that referenced this pull request Jan 4, 2024
That PR had no milestone set and this important
change has slipped through the cracks.

(cherry picked from commit 36c7d26)
michaelklishin added a commit that referenced this pull request Jan 31, 2024
That PR had no milestone set and this important
change has slipped through the cracks.
michaelklishin added a commit that referenced this pull request Feb 1, 2024
That PR had no milestone set and this important
change has slipped through the cracks.
michaelklishin added a commit that referenced this pull request Feb 29, 2024
That PR had no milestone set and this important
change has slipped through the cracks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants