[rabbitmq-discuss] connection closed abruptly errors on logs
Dave Greggory
davegreggory at yahoo.com
Fri Jul 23 15:33:05 BST 2010
Hi,
I configured my 2 node cluster to behind a load balancer that round robins to
the two nodes. Once I did that, I started noticing these errors in RabbitMQ
logs.
_________________________________________________________________________
=INFO REPORT==== 23-Jul-2010::10:27:09 ===
starting TCP connection <0.3870.4> from <loadbalancer_ip>:33407
=WARNING REPORT==== 23-Jul-2010::10:27:09 ===
exception on TCP connection <0.3870.4> from <loadbalancer_ip>:33407
connection_closed_abruptly
=INFO REPORT==== 23-Jul-2010::10:27:09 ===
closing TCP connection <0.3870.4> from <loadbalancer_ip>:33407
=INFO REPORT==== 23-Jul-2010::10:27:14 ===
accepted TCP connection on 0.0.0.0:5672 from <loadbalancer_ip>:1706
=INFO REPORT==== 23-Jul-2010::10:27:14 ===
starting TCP connection <0.3879.4> from <loadbalancer_ip>:1706
=WARNING REPORT==== 23-Jul-2010::10:27:14 ===
exception on TCP connection <0.3879.4> from <loadbalancer_ip>:1706
connection_closed_abruptly
=INFO REPORT==== 23-Jul-2010::10:27:14 ===
closing TCP connection <0.3879.4> from <loadbalancer_ip>:1706
_________________________________________________________________________
Messages sent to RabbitMQ are being handled properly and consumers seem to be
receiving them just fine. What do these errors mean?
I'm using RabbitMQ 1.8.1 with Erlang R13B04.
Thanks,
Dave
More information about the rabbitmq-discuss
mailing list