Live data from Hacker News

Status.github.com: “We're failing over a data storage system”

news.ycombinator.com

21–30 of 173 posts

Re: Status.github.com: “We're failing over a data storage system”

#22
post #12

Before all the trolling about Microsoft starts up, does anyone have current information on what these systems are? In the enterprise space, a 'data storage system' could be an Array or a SAN or a lightpath etc, with usually quite long failover times. For an org like GitHub I'd think more like an object store (an Array-of-Hosts, if you will) or whatever storage mechanism holds their database files. Do they self host t…

For storing things other than git repos, GitHub is heavily invested in MySQL. AFAIK all of GitHub is hosted on their own hardware.

https://githubengineering.com/mysql-high-availability-at-git...

Re: Status.github.com: “We're failing over a data storage system”

#23

Anyone know if this could be related to the Youtube outage? It's been a while since I've seen these big websites go down.

In what way? Youtube runs on internal google hardware, GitHub runs on its own hardware too.

It could be a networking issue, but you'd expect more sites to be impacted.

If it were a software issue, you'd expect a big player like google to be aggressively patching and talking about a bad release.

More likely is its just a coincidence.

Re: Status.github.com: “We're failing over a data storage system”

#25
post #24

Interesting how everyone uses a tool designed to eliminate SPOF in a way it has a SPOF.

GitHub does not equal git; the reason I’m paused is because I use Github’s issue queues to organize my OSS work. Much easier than self hosting an issue repository/bug tracker. I am still able to do all my work, run new containers, etc., but GitHub is more tied into business processes than actual code (which is what causes the pain during these outages).

Re: Status.github.com: “We're failing over a data storage system”

#28
post #12

Before all the trolling about Microsoft starts up, does anyone have current information on what these systems are? In the enterprise space, a 'data storage system' could be an Array or a SAN or a lightpath etc, with usually quite long failover times. For an org like GitHub I'd think more like an object store (an Array-of-Hosts, if you will) or whatever storage mechanism holds their database files. Do they self host t…

I can push a branch but I cannot access the pull requests that I create off of that branch

Re: Status.github.com: “We're failing over a data storage system”

#30
This has been super frustrating, as people have deadlines and are working to finish projects before Monday morning.

What are the (good) alternatives to Github? Gitlab supposedly is Google-backed, so I don't want to have my private code there. Is Bitbucket the only one left?

I don't mind paying monthly, which I already do for GitHub.

Post reply on HN