danpopHP / logstash

Automatically exported from code.google.com/p/logstash
0 stars 0 forks source link

agents continually disconnect from rabbitmq #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using the amqp output transport for logstash, and I'm seeing my agents 
disconnecting from RabbitMQ with a "connection_closed_abruptly" log message
over and over.

=WARNING REPORT==== 6-Feb-2011::22:49:58 ===
exception on TCP connection <0.3910.0> from 129.21.49.17:54628
connection_closed_abruptly.

=INFO REPORT==== 6-Feb-2011::22:49:58 ===
closing TCP connection <0.3910.0> from 129.21.49.17:54628

=INFO REPORT==== 6-Feb-2011::22:49:58 ===
accepted TCP connection on 0.0.0.0:5672 from 129.21.49.17:57163

Original issue reported on code.google.com by luke.mac...@gmail.com on 11 Feb 2011 at 9:29

GoogleCodeExporter commented 8 years ago
will try to debug/fix before 1.0

Original comment by jls.semi...@gmail.com on 11 Feb 2011 at 9:54

GoogleCodeExporter commented 8 years ago
per luke:

rabbitmq-server 2.2.0 and rubygem amqp 0.7.0 and 0.6.5 both have this.

Original comment by jls.semi...@gmail.com on 11 Feb 2011 at 9:55

GoogleCodeExporter commented 8 years ago
We now use 'bunny' rubygem for amqp access (for 1.0, jruby). I don't know the 
behavior of this, but I'll test it soon.

Original comment by jls.semi...@gmail.com on 19 Mar 2011 at 4:13