-
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
Client attempts to reconnect during shutdown #46
Comments
I was reading through the class GelfHttpTransport.java, lineno:113 and am wondering , if method exceptionCaught is missing ctx.close() in it.
|
Development Environment Setup for debugging JUST an FYI, to enable debugging pass this as a vm argument in INtellij
|
@danotorrey In class , GelfHttpEncoder, making the HTTP header connection, to keep alive, I'm thinking this is not a bug. Please advice. |
When shutting down the GELF Client, it immediately attempts to reconnect, which results in the following error message:
The same issue happens for the
transport.stop()
andtransport.flushAndStopSynchronously()
methods.No ill effects occur, but this should be cleaned up. Reconnects should not be attempted after calling either of the stop methods.
The text was updated successfully, but these errors were encountered: