-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client stuck on PortUnreachableException #45
Comments
yes I am also facing the same issue. |
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.
The text was updated successfully, but these errors were encountered: