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
This commit is contained in:
Karl Nilsson 2025-02-13 11:17:05 +00:00
parent 4703894674
commit d299eb45dc
2 changed files with 3 additions and 3 deletions

View File

@ -253,8 +253,8 @@ erlang_package.hex_package(
name = "ra", name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra", build_file = "@rabbitmq-server//bazel:BUILD.ra",
pkg = "ra", pkg = "ra",
sha256 = "bade5b4f30413cd36e754d2eb29a20b3a498695be9dec6eeb567d8c1aa4930ac", sha256 = "929a58e1b823d5ea64f1a2a63f99dc20deb705726bd15d913ac34a2b15a4d8a2",
version = "2.15.1", version = "2.15.2",
) )
erlang_package.git_package( erlang_package.git_package(

View File

@ -50,7 +50,7 @@ dep_khepri = hex 0.16.0
dep_khepri_mnesia_migration = hex 0.7.1 dep_khepri_mnesia_migration = hex 0.7.1
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5 dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
dep_prometheus = hex 4.11.0 dep_prometheus = hex 4.11.0
dep_ra = hex 2.15.1 dep_ra = hex 2.15.2
dep_ranch = hex 2.1.0 dep_ranch = hex 2.1.0
dep_recon = hex 2.5.6 dep_recon = hex 2.5.6
dep_redbug = hex 2.1.0 dep_redbug = hex 2.1.0