我们在Windows Server 2008上使用Erlang 17.4运行RabbitMq 3.6.2。我们在sasl日志中一遍又一遍地看到以下logging。 这种情况正在发生(每几个小时),没有特定的模式。
=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}]
我在这里读到,pipe理插件通过HTTP API可能与活性testing有关。 我们还使用来自负载均衡器的活性testing来定义哪些节点应该接收stream量。
任何帮助理解日志实际上意味着什么,以及如何防止(如果需要),将不胜感激。 我也在这里发布了Stack Overflow的这个问题。