We are running RabbitMq 3.6.2 with Erlang 17.4 on Windows Server 2008. We see the following record over and over in the sasl log. It is occurring sparratically (every few hours) with no particular pattern.
=SUPERVISOR REPORT==== 05-Jul-2016::09:52:42 ===
Supervisor: {<0.835.211>,amqp_channel_sup_sup}
Context: shutdown_error
Reason: shutdown
Offender: [ {nb_children,1},
{name,channel_sup},
{mfargs,
{amqp_channel_sup,start_link,
[direct,<0.864.211>, <<"">>]}},
{restart_type,temporary},
{shutdown,brutal_kill},
{child_type,supervisor}]
I read here that there may be a correlation to the aliveness test through the HTTP API from the admin plugin. We are also using the aliveness test from our load balancer to define which nodes should receive traffic.
Any help on understanding what the log actually means and how we can prevent it (if need be) would be greatly appreciated. I published this question on Server Fault as well here.