Skip to content

Commit

Permalink
Merge pull request #9678 from rabbitmq/osiris_v1.6.8
Browse files Browse the repository at this point in the history
Osiris v1.6.8
  • Loading branch information
michaelklishin authored Oct 11, 2023
2 parents 2f709e8 + 28e196f commit d4db719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bazel_dep(

bazel_dep(
name = "rabbitmq_osiris",
version = "1.6.7",
version = "1.6.8",
repo_name = "osiris",
)

Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
dep_osiris = git https://github.com/rabbitmq/osiris v1.6.8
dep_systemd = hex 0.6.1

dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
Expand Down
2 changes: 2 additions & 0 deletions deps/rabbit/src/rabbit_stream_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ consume(Q, Spec,
args := Args,
ok_msg := OkMsg} = Spec,
QName = amqqueue:get_name(Q),
rabbit_log:debug("~s:~s Local pid resolved ~0p",
[?MODULE, ?FUNCTION_NAME, LocalPid]),
case parse_offset_arg(
rabbit_misc:table_lookup(Args, <<"x-stream-offset">>)) of
{error, _} = Err ->
Expand Down

0 comments on commit d4db719

Please sign in to comment.