Graylog2 / Graylog2/gelfclient
Client attempts to reconnect during shutdown
Open
bug
triaged
- Dominant language
- Java
- Stars
- 42
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
When shutting down the GELF Client, it immediately attempts to reconnect, which results in the following error message:
> INFO org.graylog2.gelfclient.transport.GelfHttpTransport - Channel disconnected!
The same issue happens for the `transport.stop()` and `transport.flushAndStopSynchronously()` methods.
No ill effects occur, but this should be cleaned up. Reconnects should not be attempted after calling either of the stop methods.
Contributor guide
Assessment
This issue has not been assessed yet.