Earlier quoted context omitted.
You're back online from your perspective. What about all the name servers that have your SOA cached still looking at DO? You're still down for them.
Tough shit, lol. We now have reduced TTL times for future occurrences, but there's nothing we can do for those users who are still experiencing an outage.
DNS Outage at DigitalOcean
111–120 of 125 posts
Re: DNS Outage at DigitalOcean
#112DNS is hard. Very hard. It may seems trivial when it works (hint: it's not), but some of the biggest fuck ups I've seen in my professional life were caused by strange DNS things happening or DNS servers going kaboom. I feel the pain of the DO engineers trying to mitigate this issue. I really do.
BS. DNS is a trivial thing to scale, compared to most other web-scale efforts. Things break when people don't use 20 year old best practices. There is no defense against inexperience and ignorance.
Re: DNS Outage at DigitalOcean
#113Earlier quoted context omitted.
That's why you use multiple providers.
Unless you use a better resolver than the standard glibc resolver on Linux (e.g. dnsmasq, bind or similar running locally and pointing resolv.conf at it), you appear doomed to slow lookups etc. if your first resolv.conf entry fails, as most of the resolv.conf options that might have helped (if you'd set them) simply don't work or doesn't do anything particularly useful in the versions used in the Linux distro's I've…
Re: DNS Outage at DigitalOcean
#114People hating on DO "I'm losing thousands every hour". Well then should have had some failover in place if its that valuable. [1] https://twitter.com/rodrigoespinosa/status/71303563702097100...
How do you fail over your SOA on .com when the minimum TTL is 1 day?
Re: DNS Outage at DigitalOcean
#115Earlier quoted context omitted.
How do you fail over your SOA on .com when the minimum TTL is 1 day?
The answer probably is not very helpful but... change the TTL to a lower value? Is it essential to have such a big TTL of 1 day?
Re: DNS Outage at DigitalOcean
#116Earlier quoted context omitted.
That's why you use multiple providers.
I'll bite. You can have multiple NS records but only a single SOA. The .com registry minimum TTL for SOA is a day. How in the world would "multiple providers" help you in a 6 hour outage?
Re: DNS Outage at DigitalOcean
#117Earlier quoted context omitted.
I'll bite. You can have multiple NS records but only a single SOA. The .com registry minimum TTL for SOA is a day. How in the world would "multiple providers" help you in a 6 hour outage?
You can have multiple NS records. You should have ns records that point to different companies DNS servers, and preferably different continents.
Re: DNS Outage at DigitalOcean
#118Re: DNS Outage at DigitalOcean
#119Earlier quoted context omitted.
Only if you don't know what you're doing. The problem with DNS is that it might work even when it is misconfigured, and misconfiguration is the source of strange issues.
I think that we all have areas where we don't know what we're doing. This is one of mine. With all the talk of how obvious/important/easy it is to have a failover in place in case this happens, I'm having trouble finding a good resource about setting up a redundant DNS. Running a droplet on Digital Ocean with Debian and Nginx.
Re: DNS Outage at DigitalOcean
#120No offense to anyone here, but what is DO's SLA? Last time I looked, they did not have one. DO is cheap for a reason . And that's the same reason I don't host with them, I can get SLA-backed infrastructure for a reasonable price and would have no excuse to my customers or cofounders.