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

QQ: improve rabbit_quorum_queue:status/2 efficiency by allowing it to use ra:key_metrics/1 (backport #12521) #12522

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 15, 2024

Currently the rabbit_quorum_queue:status/2 function always falls back to the (slower) compatibility code and never gets the benefit of using ra:key_metrics/1 due to incorrect use of the map update operatior := instead of the insert operator =>.


This is an automatic backport of pull request #12521 done by [Mergify](https://mergify.com).

Currently this function always falls back to the compatibility code
and never gets the benefit of using ra:key_metrics/1 due to incorrect
use of the map update operatior ":=" instead of the insert operator
"=>".

(cherry picked from commit 3b1ef8f)
@michaelklishin michaelklishin merged commit 62c34d3 into v4.0.x Oct 16, 2024
238 of 240 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.0.x/pr-12521 branch October 16, 2024 14:06
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.

2 participants