-
Notifications
You must be signed in to change notification settings - Fork 59
Unexpected IO failure #53
Comments
Interesting. a
I'm guessing it's 2 or 3. But if that's true, the issue is that the Socket never reconnects. I'll do a little playing to see if I can reproduce it. |
I ran ip tables to simulate a rejected UDP port and reproduced the issue. Once an error has occurred, the flush() function throws an IOException which essentially crashes the Appender. I'll add in some restart functionality into the mix. Thanks for trying out 0.2 and submitting the report! |
Glad to be able to help. Looking forward for the fix. |
Fixed in PR #54 |
I just released beta3 with this fix. Should be up on maven central in 2 hours. |
Hi,
|
We had just experienced this error on projects using 0.2beta2 version, and not on projects communicating with same gl2 server with 0.1x versions of gelf appender. After this error, logs were no longer sent to gl2 server (though connection was just fine).
The text was updated successfully, but these errors were encountered: