Graylog2 / Graylog2/gelfclient

Client attempts to reconnect during shutdown

Open
#46 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.