Skip to content

Commit 59a9069

Browse files
committed
Update Ra to 2.4.9
This Ra release * Omproves election availability in certain mixed versions failure scenarios * Optimises segment reference compaction which may becomes expensive in quorum queues with very long backlogs * Various log message improvements and level tweaks * Better cleans up machine monitor records after quorum queue rebalancing
1 parent bf2a97a commit 59a9069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ erlang_package.hex_package(
276276
erlang_package.hex_package(
277277
name = "ra",
278278
build_file = "@rabbitmq-server//bazel:BUILD.ra",
279-
sha256 = "7fae3112cea737bc64d5ff51c1b79a7f30f13ed3d11c565d2a6966ea5aa40473",
280-
version = "2.4.6",
279+
sha256 = "e5b6c3fa434c357a2b5e6d53198871721a8a9da6fa20b7e639e8540ba72f7ae7",
280+
version = "2.4.9",
281281
)
282282

283283
erlang_package.hex_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dep_cowboy = hex 2.8.0
115115
dep_cowlib = hex 2.9.1
116116
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master
117117
dep_prometheus = hex 4.10.0
118-
dep_ra = hex 2.4.6
118+
dep_ra = hex 2.4.9
119119
dep_ranch = hex 2.1.0
120120
dep_recon = hex 2.5.3
121121
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)