diff options
| author | kjnilsson <knilsson@pivotal.io> | 2020-07-16 14:30:31 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2020-09-07 09:42:10 +0100 |
| commit | b4468c76c42f811c9f98ea25307ccb03d462de73 (patch) | |
| tree | 36f0a60e9d32858b71da9f6852980043ffe95a52 /src | |
| parent | 91f80c55ad9ff9df33dfb77ee5cce07b569eeb69 (diff) | |
| download | rabbitmq-server-git-b4468c76c42f811c9f98ea25307ccb03d462de73.tar.gz | |
Skip more tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_quorum_queue.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl index 7cc7b1d516..591157ed5c 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -124,7 +124,6 @@ declare(Q) when ?amqqueue_is_quorum(Q) -> TickTimeout = application:get_env(rabbit, quorum_tick_interval, ?TICK_TIMEOUT), RaConfs = [make_ra_conf(NewQ, ServerId, TickTimeout) || ServerId <- members(NewQ)], - rabbit_log:info("quorum_queue starting cluster ~w", [RaConfs]), case ra:start_cluster(RaConfs) of {ok, _, _} -> %% TODO: handle error - what should be done if the |
