Skip to content

Commit 347a813

Browse files
Merge branch 'v3.9.x' into mergify/bp/v3.9.x/pr-3560
2 parents fe82b1d + fb72068 commit 347a813

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

deps/rabbit/src/rabbit_vm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ conn_sups() ->
231231

232232
ranch_server_sups() ->
233233
try
234-
ets:match(ranch_server, {{conns_sup, '_'}, '$1'})
234+
[Pid || {_, _, Pid} <- ranch_server:get_connections_sups()]
235235
catch
236236
%% Ranch ETS table doesn't exist yet
237237
error:badarg -> []

release-notes/3.9.8.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ Contributors are encouraged to update them together with their changes. This hel
2323
* When the mandatory flag was used when publishing to classic queues,
2424
but publisher confirms were not, channels memory usage would grow indefinitely.
2525

26-
GitHub issue: [#3560](https://github.com/rabbitmq/rabbitmq-server/issues/3560)
26+
GitHub issue: [#3560](https://github.com/rabbitmq/rabbitmq-server/issues/3560)
27+
28+
* `rabbitmq-diagnostics memory_breakdown` failed to read memory of connection
29+
reader, writer and channel processes.
30+
31+
GitHub issue: [#3570](https://github.com/rabbitmq/rabbitmq-server/issues/3570)
2732

2833

2934
## Dependency Upgrades

0 commit comments

Comments
 (0)