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

SQS input plugin won't restart #1776

Closed
karnauskas opened this issue Sep 24, 2014 · 4 comments
Closed

SQS input plugin won't restart #1776

karnauskas opened this issue Sep 24, 2014 · 4 comments
Labels

Comments

@karnauskas
Copy link

Logstash stops reading from SQS but is still running. Error message says plugin is restarting but nothing actually happen.

... :message=>"A plugin had an unrecoverable error. Will restart this plugin.\n Plugin: <LogStash::Inputs::S3 type=>"elb", credentials=>.... region_endpoint=>"eu-west-1", tags=>["s3"]>\n Error: Socket closed", :level=>:error}

@jsvd
Copy link
Member

jsvd commented Jan 30, 2015

this is likely due to input workers calling teardown before retry
since sqs checks for running?, at that point the plugin instance is not usable anymore https://github.com/logstash-plugins/logstash-input-sqs/blob/master/lib/logstash/inputs/sqs.rb#L114

This will be fixed as a result of #2477

@jsvd jsvd added the bug label Jan 30, 2015
@jordansissel
Copy link
Contributor

Is this still an issue?

@karnauskas
Copy link
Author

Hah, dunno, I think we took different approach after we found this problem - not sure how it is now.

@untergeek
Copy link
Member

Closing then, as #2477 is the proposed fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants