Open francisdb opened 7 years ago
yes I am also facing the same issue. Is there going to be a fix or a workaround?
we switched to https://github.com/DataDog/java-dogstatsd-client
How did you guys fix it in the other library?
The problem is fixed there
Will It Retry Or Raise A Exception?
If statsd server is up and is stopped at midpoint. I am not getting any exception even after using java-dogstatsd-client.
I suggest you create a new issue on that project
v3.1.0
We create a single client for the lifetime of our services but after a while they get stuck on this PortUnreachableException. Probably our server is unreachable for a few seconds and the client never recovers. A restart of the service fixes the issue.