Skip to content

Commit 7c49eec

Browse files
committed
Ra 2.16.3 - bug fixes.
* Add num_segments to Ra counters * ra_server_proc: Fix handling of local query replies * Remove Bazel-related files by @mkuratczyk in #520 * Replication bug fixes that could cause replication to stall * Use infinity timeout for ra_log_ets:mem_table_please
1 parent 8486728 commit 7c49eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rabbitmq-components.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif
88
# PROJECT_VERSION defaults to:
99
# 1. the version exported by environment;
1010
# 2. the version stored in `git-revisions.txt`, if it exists;
11-
# 3. a version based on git-describe(1), if it is a Git clone;
11+
. a version based on git-describe(1), if it is a Git clone;
1212
# 4. 0.0.0
1313
#
1414
# Note that in the case where git-describe(1) is used
@@ -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.6
5252
dep_prometheus = hex 4.11.0
53-
dep_ra = hex 2.16.2
53+
dep_ra = hex 2.16.3
5454
dep_ranch = hex 2.2.0
5555
dep_recon = hex 2.5.6
5656
dep_redbug = hex 2.0.7

0 commit comments

Comments
 (0)