-
Notifications
You must be signed in to change notification settings - Fork 39
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
Listener dies and fails to restart causing massive loss of logs #26
Labels
Comments
Same issue here. Is someone already into the issue?
|
#27 fixes the crash. It does not fix the fact that the listener does not restart after crashing but it will avoid the crash on the JSON parser. |
Is the restart something that has to be implemented on logstash side? |
PR #51 should avoid listener dying |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the GELF input crashes it enters a loop where it restarts and dies again. It looks to me like the thread that died first failed to release the socket so any subsequent attempts to bind to that same socket cause a new crash:
It just gets stuck on this start-crash-restart loop.
The text was updated successfully, but these errors were encountered: