I recently upgraded Logstash from 1.4 to 1.5.1 and now I am constantly seeing the following in my logstash log:
{:timestamp=>"2015-07-09T15:10:03.559000+0000", :message=>"Lumberjack input: the pipeline is blocked, temporary refusing new connection.", :level=>:warn}
{:timestamp=>"2015-07-09T15:10:03.761000+0000", :message=>"CircuitBreaker::rescuing exceptions", :name=>"Lumberjack input", :exception=>LogStash::SizedQueueTimeout::TimeoutError, :level=>:warn}
{:timestamp=>"2015-07-09T15:10:03.761000+0000", :message=>"CircuitBreaker::Open", :name=>"Lumberjack input", :level=>:warn}
{:timestamp=>"2015-07-09T15:10:03.761000+0000", :message=>"Exception in lumberjack input thread", :exception=>#<LogStash::CircuitBreaker::OpenBreaker: for Lumberjack input>, :level=>:error}
{:timestamp=>"2015-07-09T15:10:04.059000+0000", :message=>"Lumberjack input: the pipeline is blocked, temporary refusing new connection.", :level=>:warn}
Does this just mean I am receiving data faster than I can write it out to Elasticsearch? The service is staying up but I am not sure what this message means.
Hello, i had a exactly the same problem. In my case the issue was a misconfiguration in logstash <> ES. ES was configured to listen on interface IP, but logstash try to connect them on localhost. Immediately after fix this typo and restart ES and Logstash everything is OK.
Hopefully, this will help you also as a hint
Did any events make it into Elasticsearch? Events (lots of them!) are being pushed into ES. I think this is a message you get when ever Logstash is trying to throttle events from the clients.
i had this happen to me last night (logstash 1.5.2)
All events stopped going into elasticsearch. Logstash looked like it was running, but it wasn't doing anything.
I had nothing in my logstash.err, but had a bunch of these in my logstash.log servers.
{:timestamp=>"2015-07-22T00:02:53.274000+0000", :message=>"Lumberjack input: the pipeline is blocked, temporary refusing new connection.", :level=>:warn}
I ended up having to restart logstash to get it all flowing again.
For me the events didn't go into the elasticsearch. This happened when I put another elasticsearch block in the output plugin. I commented it out and the behavior was back to normal.
this constantly happens to me, events stop going into elasticsearch when this happens. All i can do is restart logstash to make it work again. Verified that this is happening on 1.5.4.
I have a 24 cpu thread logstash server and 16 workers. Also to note when this happens, the box is idle not using any resources.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.