Readit News logoReadit News
vb-8448 · 3 years ago
It's curious that all of the incidents are database related.
fwlr · 3 years ago
One thought: GitHub is basically a bunch of very complicated interconnected databases, no? I mean, to some extent all large web companies are, but GitHub much more than most. Any failure is going to be, in some sense, a database failure.

Another thought: this could speak to a critical weakness in GitHub’s database team. Maybe they hired a lot of bad developers to the database team at the same time, maybe a bad culture took root in the database wing’s management team.

vb-8448 · 3 years ago
Looking at the issue details, I'll guess they have "poor ops practices":

- 9th may: during a deployment, rollback didn't work

- 10th may: a recently deployed function killed the database

- 11th may: failover didn't work

aaomidi · 3 years ago
Databases are legitimately the worst part of every company.

All the new, and much better tech is so fucking expensive.

CockroachDB has the worst sales people that can’t even demonstrate their own benchmarks.

Spanner is just unaffordable for most.

Postgres/MySQL are great but making them scale for write heavy workloads is a pain. I also hate managing primary/failover systems. We have consensus algorithms now. Let’s just use them.

Randis · 3 years ago
Care to expand on "CockroachDB has the worst sales people that can’t even demonstrate their own benchmarks"
grepfru_it · 3 years ago
No, well kinda. I think it's related to how github chunks data on the backend. That chunking methodology does depend on the database. They mention it worked elsewhere in the org, which makes me wonder if it was a fix to support their managed hosts.
jtschmidt · 3 years ago
While the ad-hoc blog post to address last week's outage is appreciated, I'm curious as to why GitHub would continue to roll these up in a monthly report as opposed to when an investigation concludes? Many companies that operate live services that have a global user base do this now.
footlose_3815 · 3 years ago
>GitHub recently has been

Not just recently, not recently too. Within the last 3 months, maybe longer, it's been miserable.

I've had to add their status to an RSS feed so my dev team knows when they're down, now.

toastal · 3 years ago
Have you considered a different host or at least mirroring elsewhere?
thadjo · 3 years ago
aaaaand it's down again