Skip to content

Commit f36f398

Browse files
committed
Ra 2.15.3 - bug fixes
Replication bug fixes. 1. Fix bug where occasionally one follower would receive more entries then expected resulting in triggering 2. 2. Fix bug when follower received an append_entries_rpc with no new entries in it would trigger an incorrect resend scenario when throughput is high. 3. Fix bug where a late written event could accidentally confirm unwritten entries in a higher term.
1 parent 0f9558a commit f36f398

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 = "929a58e1b823d5ea64f1a2a63f99dc20deb705726bd15d913ac34a2b15a4d8a2",
257-
version = "2.15.2",
256+
sha256 = "09bb39307a7397859befbd32906bc74842ef79e745a1c63f17578734de3a039d",
257+
version = "2.15.3",
258258
)
259259

260260
erlang_package.git_package(

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dep_khepri_mnesia_migration = hex 0.7.1
5151
dep_meck = hex 1.0.0
5252
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.6
5353
dep_prometheus = hex 4.11.0
54-
dep_ra = hex 2.15.2
54+
dep_ra = hex 2.15.3
5555
dep_ranch = hex 2.1.0
5656
dep_recon = hex 2.5.6
5757
dep_redbug = hex 2.1.0

0 commit comments

Comments
 (0)