Hi,
I'm having a problem when using any version of Rabbitmq higher than 3.4.3.
After some time, rabbit will give an error like this:
=ERROR REPORT==== 22-Jan-2016::10:24:03 ===
Error on AMQP connection <0.16286.0> (192.168.48.93:39818 -> 192.168.48.13:5672, vhost: '/', user: 'guest', state: running), channel 1:
operation basic.publish caused a connection exception channel_error: "expected 'channel.open'"
And fluentd will stop processing requests with the following error:
2016-01-22 09:36:10 +0000 [error]: unexpected error error=#<Bunny::NetworkFailure: detected a network failure: IO timeout when writ
ing to socket> error_class=Bunny::NetworkFailure
2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.3.0/lib/cool.io/loop.rb:88:in run_o nce' 2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.3.0/lib/cool.io/loop.rb:88:inrun'
2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.12/lib/fluent/plugin/in_forward.r
b:91:in `run'
Do you know if there is any way to make fluentd continue processing the requests even after this error?
Hi,
I'm having a problem when using any version of Rabbitmq higher than 3.4.3.
After some time, rabbit will give an error like this:
=ERROR REPORT==== 22-Jan-2016::10:24:03 ===
Error on AMQP connection <0.16286.0> (192.168.48.93:39818 -> 192.168.48.13:5672, vhost: '/', user: 'guest', state: running), channel 1:
operation basic.publish caused a connection exception channel_error: "expected 'channel.open'"
And fluentd will stop processing requests with the following error:
2016-01-22 09:36:10 +0000 [error]: unexpected error error=#<Bunny::NetworkFailure: detected a network failure: IO timeout when writ
ing to socket> error_class=Bunny::NetworkFailure
2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.3.0/lib/cool.io/loop.rb:88:in
run_o nce' 2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/cool.io-1.3.0/lib/cool.io/loop.rb:88:inrun'2016-01-22 09:36:10 +0000 [error]: /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluentd-0.12.12/lib/fluent/plugin/in_forward.r
b:91:in `run'
Do you know if there is any way to make fluentd continue processing the requests even after this error?