-
Notifications
You must be signed in to change notification settings - Fork 42
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
Occasional DNS lookup failures when calling hologram agent #73
Comments
I'd normally use |
I have been having the same issue intermittently. Until today it generally cleared up in a short 10 minutes or so, but I have been getting the error for about 3 hours straight now. |
I am on Mac OS when this happens, and https://golang.org/pkg/net/#pkg-overview suggests there might be some intricacies in ho Go does DNS on Mac OS. |
Also potentially relevant: http://stackoverflow.com/questions/12952833/lookup-host-no-such-host-error-in-go and golang/go#3575. |
I've noticed that I get the issue when I switch roles in rapid succession. Anyone else get this? |
I'm not sure what would cause this, but I've seen this a few times on more than one computer:
If I try pinging
hologram.server.dns
(not the real domain) myself, everything else on my system seems to be able to resolve it just fine. Hologram will continue complaining about the "no such host" for a while and then after a few minutes, will start resolving it fine again.It might worth noting that
hologram.server.dns
started as a cname for an Amazon ELB. After seeing this issue for a bit, I pointed my hologram agent directly at the ELB DNS, in case hologram didn't like cnames, but the issue persists.Any suggestions? I don't see anything particularly interesting in the agent logs, but if someone has suggestions on how to debug this I'm happy to try things next time it happens.
The text was updated successfully, but these errors were encountered: