Remove a log line related to CMQ leader transfer

We've removed this functionality in c7b9c39352
so we shouldn't log that we would do that.
This commit is contained in:
Michal Kuratczyk 2021-01-28 20:55:11 +01:00 committed by GitHub
parent d1a2f03abf
commit 7cc2c7889d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ do_drain() ->
TransferCandidates = primary_replica_transfer_candidate_nodes(),
ReadableCandidates = readable_candidate_list(TransferCandidates),
rabbit_log:info("Node will transfer primary replicas of its queues to ~b peers: ~s",
[length(TransferCandidates), ReadableCandidates]),
%% Note: only QQ leadership is transferred because it is a reasonably quick thing to do a lot of queues
%% in the cluster, unlike with CMQs.
transfer_leadership_of_quorum_queues(TransferCandidates),