diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-06-12 14:41:22 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-06-12 14:41:22 +0100 |
| commit | c3caad5cb996d01308f825fb8896c4160dbdee36 (patch) | |
| tree | 7a6bb3d1d108202d70425074540c03db55a16ef9 /src/rabbit.erl | |
| parent | bc64b13637114e8e3720dc7f4f341cc7880854b0 (diff) | |
| download | rabbitmq-server-git-c3caad5cb996d01308f825fb8896c4160dbdee36.tar.gz | |
revert last commit
I had completely misunderstood what fhc does. I'll put the atomic
changes to the cluster status file in the `rabbit_node_monitor'.
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 7ae6aa25fb..a9af7335b9 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -199,8 +199,7 @@ rabbit_queue_index, gen, dict, ordsets, file_handle_cache, rabbit_msg_store, array, rabbit_msg_store_ets_index, rabbit_msg_file, rabbit_exchange_type_fanout, rabbit_exchange_type_topic, mnesia, - mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon, - ssl_connection, ssl_record, gen_fsm, ssl]). + mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon]). %% HiPE compilation uses multiple cores anyway, but some bits are %% IO-bound so we can go faster if we parallelise a bit more. In @@ -264,7 +263,7 @@ maybe_hipe_compile() -> hipe_compile() -> Count = length(?HIPE_WORTHY), - io:format("~nHiPE compiling: |~s|~n |", + io:format("HiPE compiling: |~s|~n |", [string:copies("-", Count)]), T1 = erlang:now(), PidMRefs = [spawn_monitor(fun () -> [begin @@ -410,7 +409,6 @@ start(normal, []) -> end. stop(_State) -> - ok = rabbit_mnesia:update_cluster_nodes_status(), terminated_ok = error_logger:delete_report_handler(rabbit_error_logger), ok = rabbit_alarm:stop(), ok = case rabbit_mnesia:is_clustered() of |
