-
Notifications
You must be signed in to change notification settings - Fork 19
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
[GelfTcpTransport] Connection failed: executor not accepting a task error #34
Comments
@darouwan Please provide the complete log message (and some context around it) and ideally a minimal project to reproduce the issue. |
I'm running into this too. After modifying the GelfClient source to log the stack trace, I see this.
This is possible related to this netty issue but I am still investigating. The code in question in netty:
I'm running inside a Docker container in case that is relevant info. |
So for my use case the issue was that the GelfAppender had been stopped. DropWizard was taking over the logging after it had been initialized and stopped all appenders and then did its own thing. It wasn't an issue with the GelfAppender or the Graylog client. |
When I tried to initialize a gelf transport and send some logs to gelf tcp input, it throw the error "[GelfTcpTransport] Connection failed: executor not accepting a task ". It seems to be threw by netty but I cannot locate where it threw.
What is the reason it may be caused by? How to solve it?
The text was updated successfully, but these errors were encountered: