Live data from Hacker News

Gmail, Google Maps and YouTube had outage issues

thenextweb.com

61–70 of 105 posts

Re: Gmail, Google Maps and YouTube had outage issues

#65
post #51

Gmail is working fine on east coast. I did hear youtube having 503 errors.

East coast, been on YouTube all day. Didn't notice anything. /shrug

I am in the same boat. No problems with any Google products today.

Re: Gmail, Google Maps and YouTube had outage issues

#68
post #48
post #20

Earlier quoted context omitted.

reboot helps. May be Google runs Windows. Then they just need to reboot more frequently, ie. proactively.

Funnily enough, in one previous company I worked, which used Linux exclusively, the software was very buggy, and the servers were rebooted daily. We jokingly called that the "Windows solution". When we proposed adding a daily reboot to cron, the tech lead (which encouraged practices which lead to this low quality software) retorted that "this in not Windows, it doesn't need constant reboots", totally missing the poin…

Sounds familiar. I had a client once, who had to reboot one particular router every day because it stopped working after 8h uptime. So one of their employees did that every morning by logging into some server via remote desktop to click the "reboot" button. I asked why they don't use some kind of cron job to automate that task, they just said "it doesn't work that way, you have to do it manually".

Re: Gmail, Google Maps and YouTube had outage issues

#70

Earlier quoted context omitted.

[Removed]

There is a common practice for Node.js developers to use one of those tools that automatically reboot the site either whenever the single-threaded-event-loop-server crashes, or periodically...

While this pattern is common in node, it's not node specific. Erlang/OTP uses supervised process trees, Linux has supervisord to support this pattern, and the general idea is called "crash-only" software [1], among other names.

[1] https://en.m.wikipedia.org/wiki/Crash-only_software

Post reply on HN