We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
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
running?
This will be fixed as a result of #2477
Sorry, something went wrong.
Is this still an issue?
Hah, dunno, I think we took different approach after we found this problem - not sure how it is now.
Closing then, as #2477 is the proposed fix.
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: