This commit is contained in:
Michael Klishin 2019-04-08 15:01:52 +04:00 committed by Michael Klishin
parent e76e00aa06
commit 5ab985d2e4
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.CloseAllConnectionsCommand do
_ ->
:rabbit_misc.rpc_call(
node_name,
# As of 3.7.15, this function was moved to the rabbit_connection_tracking module with a stub.
# Continue using this one for now for maximum CLI/server version compatibility. MK.
:rabbit_connection_tracking_handler,
:close_connections,
[conns, explanation, delay]