Details
Description
As has been described in
https://mail-archives.apache.org/mod_mbox/logging-general/200907.mbox/%3C982644df0907130457o334c6c54o6deaf7253f572956@mail.gmail.com%3E
the reconnection works only for the first time, when the connection is lost, because after the first reconnection-attempt, the thread-object is non-null.
Assuming it really should work each time when the connection is lost, either comment it out like in above proposal (which could lead to multiple simultaneous threads trying to reconnect) or set the thread-object to null when the reconnect-thread ends.
Attachments
Issue Links
- is related to
-
LOGCXX-337 Suggested fix for socketappender not reconnecting multiple times
- Resolved