Intentionally ignore return value here

the node is being removed
This commit is contained in:
Michael Klishin 2023-05-07 21:25:03 +04:00
parent 4da3ae0e05
commit 3835a137d6
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ maybe_remove_nodes([Node | Nodes], false) ->
?LOG_WARNING(
"Peer discovery: removing all quorum queue replicas on node ~ts", [Node],
#{domain => ?RMQLOG_DOMAIN_PEER_DIS}),
rabbit_quorum_queue:shrink_all(Node)
_ = rabbit_quorum_queue:shrink_all(Node)
end,
maybe_remove_nodes(Nodes, false).