Y
Hacker News
new
|
ask
|
show
|
jobs
by
gondaloof
1137 days ago
Everything is down. How can this happen? Many of these services are unrelated, like even the brand-new Codespaces and Copilot are completely down. Do they all have a single point of failure? (Presumably the git server)
4 comments
zackkitzmiller
1137 days ago
DNS. It's always DNS
link
capableweb
1137 days ago
When in doubt, and the outage is widespread it's either DNS or BGP, most likely DNS. My money is also on DNS in this case.
link
TimWolla
1137 days ago
I suspect you'd lose that money. Many of the recent GitHub outages were caused by database issues. Examples:
https://github.blog/2023-05-03-github-availability-report-ap...
. In fact last march they specifically mentioned “Database stability”:
https://github.blog/2022-04-06-github-availability-report-ma...
link
jallen_dot_dev
1137 days ago
It's not DNS
There's no way it's DNS
It was DNS
link
brookst
1137 days ago
DNS, BGP, PKI, probably other TLAs.
link
ehayes
1137 days ago
Yeah but they probably all share DNS or something related to networking
link
WookieRushing
1137 days ago
My bet is on cache servers having a bad release
link