Skip to content

Commit d299eb4

Browse files
committed
Ra v2.15.2
This Ra release contains a bug fix for a potential log diversion case that could cause a variety of hard to fix issues in quorum queues. Issues include: * excessive log growth on a subset of members. * message loss * loss of availability
1 parent 4703894 commit d299eb4

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
@@ -253,8 +253,8 @@ erlang_package.hex_package(
253253
name = "ra",
254254
build_file = "@rabbitmq-server//bazel:BUILD.ra",
255255
pkg = "ra",
256-
sha256 = "bade5b4f30413cd36e754d2eb29a20b3a498695be9dec6eeb567d8c1aa4930ac",
257-
version = "2.15.1",
256+
sha256 = "929a58e1b823d5ea64f1a2a63f99dc20deb705726bd15d913ac34a2b15a4d8a2",
257+
version = "2.15.2",
258258
)
259259

260260
erlang_package.git_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dep_khepri = hex 0.16.0
5050
dep_khepri_mnesia_migration = hex 0.7.1
5151
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
5252
dep_prometheus = hex 4.11.0
53-
dep_ra = hex 2.15.1
53+
dep_ra = hex 2.15.2
5454
dep_ranch = hex 2.1.0
5555
dep_recon = hex 2.5.6
5656
dep_redbug = hex 2.1.0

0 commit comments

Comments
 (0)