From 2494dbf678083d5b59c2663885786ba582d881cc Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Fri, 13 Oct 2023 12:01:57 +0100 Subject: [PATCH] Osiris v1.6.9 This contains a fix for a situation where a replica may not discover the current commit offset until the next entry is written to the stream. Should help with a frequent flake in rabbit_stream_queue_SUITE:add_replicas --- MODULE.bazel | 2 +- deps/rabbit/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 311614753105..3b1f679280e0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -43,7 +43,7 @@ bazel_dep( bazel_dep( name = "rabbitmq_osiris", - version = "1.6.8", + version = "1.6.9", repo_name = "osiris", ) diff --git a/deps/rabbit/Makefile b/deps/rabbit/Makefile index fb6be2ccc5c3..36cd659633c0 100644 --- a/deps/rabbit/Makefile +++ b/deps/rabbit/Makefile @@ -148,7 +148,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop PLT_APPS += mnesia dep_syslog = git https://github.com/schlagert/syslog 4.0.0 -dep_osiris = git https://github.com/rabbitmq/osiris v1.6.8 +dep_osiris = git https://github.com/rabbitmq/osiris v1.6.9 dep_systemd = hex 0.6.1 dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1