Cause of today's Github outage
github.com
Cause of today's Github outage
1–10 of 119 posts
Re: Cause of today's Github outage
#2Anyone know what database system they use?
Re: Cause of today's Github outage
#3Good thing git is distributed. I've been working on my code all day and never even noticed!
Re: Cause of today's Github outage
#4Lesson, don't let your CI machine talk to your production servers (firewalls are good at this).
Re: Cause of today's Github outage
#5[deleted]
Re: Cause of today's Github outage
#6I think it's a measure of the goodwill in the community for Github (and perhaps, the fact that a lot of us have done something similar in the past) that they won't cop much flak at all for this.
Re: Cause of today's Github outage
#7Anyone know what database system they use?
MySQL. Not that using anything else would have prevented this or would help restore the table faster...
Re: Cause of today's Github outage
#8rookie mistake, better security if they isolate their networks too...
Re: Cause of today's Github outage
#9Anyone know what database system they use?
MySQL. Not that using anything else would have prevented this or would help restore the table faster...
fwiw, Cassandra automatically takes a snapshot (which is basically instantaneous -- see http://www.riptano.com/blog/whats-new-cassandra-066 for a brief explanation why) before truncating or dropping a column family, exactly because it makes recovering from a foot/gun incident like this so much less painful.
Re: Cause of today's Github outage
#10Ouch. I think we've all done this once or twice, in some fashion or another. I'm just happy they're so open about it. Learning experience == good thing.
From Chris' Twitter stream (http://twitter.com/#!/defunkt):
Seriously, I blame whoever wrote our crappy continuous integration software.
Oh that's me