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

Bug close exception #15

Closed
wants to merge 7 commits into from

Conversation

breml
Copy link

@breml breml commented Dec 1, 2015

There are irregularly situations where ZeroMQ raises an exception on
close. There is no need to stop logstash with RuntimeError and
stack backtrace if logstash is already tearing down.

The problem seems to be logstash closing an already closed ZeroMQ
socket.

May be related to #5

Bremgartner, Lucas added 7 commits February 26, 2015 13:43
There are irregularly situations where ZeroMQ raises an exception on
teardown. There  is no need to stop logstash with RuntimeError and
stack backtrace if logstash is already tearing down.

The problem seems to be logstash closing an already closed ZeroMQ
socket.
When using ZMQ::RCVTIMEO with ZeroMQ logstash input
this will produce error messages with return code ZMQ::EAGAIN.
This configuration parameter allows to disable these
error messages.
Without ZMQ::RCVTIMEO ZeroMW logstash input will not respond to
Ctrl+C interrupt if in recv_string.
This reverts commit 0894049, reversing
changes made to 37029e2.
There are irregularly situations where ZeroMQ raises an exception on
close. There is no need to stop logstash with RuntimeError and
stack backtrace if logstash is already tearing down.

The problem seems to be logstash closing an already closed ZeroMQ
socket.
@elasticsearch-release
Copy link

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@breml breml closed this Dec 1, 2015
@breml breml deleted the bug-close-exception branch December 1, 2015 14:56
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

Successfully merging this pull request may close these issues.

2 participants