This commit is contained in:
Michael Klishin 2019-04-08 15:01:52 +04:00 committed by Michael Klishin
parent 94f47ee51c
commit 382c664f79
1 changed files with 2 additions and 1 deletions

View File

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