Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periodic EOFError issue #39

Open
gmoskovicz opened this issue May 4, 2016 · 3 comments
Open

Periodic EOFError issue #39

gmoskovicz opened this issue May 4, 2016 · 3 comments

Comments

@gmoskovicz
Copy link

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

  • Version: 2.x
  • Operating System: Linux
  • Config File (if you have sensitive info, please remove it): -
  • Sample Data: -
  • Steps to Reproduce: nohup /usr/local/logstash/bin/logstash -f twitter.conf &

Periodically, you get the following exception:

{
 :timestamp=>"2016-05-03T18:52:43.058000+0200",
 :message=>"End of file reached", 
 :exception=>#<EOFError: End of file reached>, 
 :backtrace=>[
    "org/jruby/ext/openssl/SSLSocket.java:777:in `sysread'",
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/jruby-openssl-0.9.13-java/lib/jopenssl19/openssl/buffering.rb:121:in `readpartial'", 
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-twitter-2.2.2/lib/logstash/inputs/twitter/patches.rb:31:in `stream'", 
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-twitter-2.2.2/lib/logstash/inputs/twitter/patches.rb:58:in `request'", 
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/twitter-5.15.0/lib/twitter/streaming/client.rb:37:in `filter'", 
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-twitter-2.2.2/lib/logstash/inputs/twitter.rb:128:in `run'", 
    "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.3.1-java/lib/logstash/pipeline.rb:342:in `inputworker'", "/usr/local/logstash/vendor/bundle/jruby/1.9/gems/logstash-core-2.3.1-java/lib/logstash/pipeline.rb:336:in `start_input'"], 
 :options=>nil, 
 :level=>:warn
}
@pratheekrebala
Copy link

+1

@aendra-rininsland
Copy link

I'm getting this too in 3.0.3, mainly following user streams.

@soukron
Copy link

soukron commented Apr 7, 2018

+1 in logstash 6.2.1 with logstash-input-twitter 3.0.7 following streams.

It's annoying to track the error in the log to restart logstash every single time it fails.

guyboertje pushed a commit to guyboertje/logstash-input-twitter that referenced this issue Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants