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:
parent
4703894674
commit
d299eb45dc
|
@ -253,8 +253,8 @@ erlang_package.hex_package(
|
|||
name = "ra",
|
||||
build_file = "@rabbitmq-server//bazel:BUILD.ra",
|
||||
pkg = "ra",
|
||||
sha256 = "bade5b4f30413cd36e754d2eb29a20b3a498695be9dec6eeb567d8c1aa4930ac",
|
||||
version = "2.15.1",
|
||||
sha256 = "929a58e1b823d5ea64f1a2a63f99dc20deb705726bd15d913ac34a2b15a4d8a2",
|
||||
version = "2.15.2",
|
||||
)
|
||||
|
||||
erlang_package.git_package(
|
||||
|
|
|
@ -50,7 +50,7 @@ dep_khepri = hex 0.16.0
|
|||
dep_khepri_mnesia_migration = hex 0.7.1
|
||||
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
|
||||
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_recon = hex 2.5.6
|
||||
dep_redbug = hex 2.1.0
|
||||
|
|
Loading…
Reference in New Issue