Apr 17 10:23:30 postfix/smtp: connect to gmail-smtp-in.l.google.com[2607:f8b0:4002:c02::1a]:25: Network is unreachable
Google Apps Services Were Down
71–80 of 80 posts
Re: Google Apps Services Were Down
#72Re: Google Apps Services Were Down
#73Re: Google Apps Services Were Down
#74This is the message: "Sorry, there seems to be a problem. The service you're looking for is temporarily unavailable. We're working hard to restore your access as soon as possible. Please try again in a few hours. Thanks for your patience." 0900 CDT edit: works for me now.
Re: Google Apps Services Were Down
#75I don't get why apps and all sorts of other google sites go down a lot, but search never has in my experience. Why is that? Is search just simpler? Does it fail in non-obvious ways? Enormous redundancy/fail-over on search?
Re: Google Apps Services Were Down
#76This is the message: "Sorry, there seems to be a problem. The service you're looking for is temporarily unavailable. We're working hard to restore your access as soon as possible. Please try again in a few hours. Thanks for your patience." 0900 CDT edit: works for me now.
Re: Google Apps Services Were Down
#77The Register reports that GMail went down exactly a year ago: http://www.theregister.co.uk/2012/04/18/google_gmail_outage/
http://www.huffingtonpost.com/2010/04/29/gmail-down-check-gm...
Google reports that Gmail also went offline on April 24th of 2009.
http://googleblog.blogspot.com/2009/02/current-gmail-outage....
(Sadly, the partial Gmail outage of 2011 seemed to be February 27th, or this would be an epic pattern of "don't trust Gmail during the end of April" ;P.)
http://www.eweek.com/c/a/Messaging-and-Collaboration/Google-...
Re: Google Apps Services Were Down
#78Re: Google Apps Services Were Down
#79Earlier quoted context omitted.
Me too, I was really scared. Now I know is Google's problem I am breading again.
> Me too, I was really scared. Now I know is Google's problem I am breading again. I hate it when Google get in the way of my sandwich making ;-)
Re: Google Apps Services Were Down
#80I don't get why apps and all sorts of other google sites go down a lot, but search never has in my experience. Why is that? Is search just simpler? Does it fail in non-obvious ways? Enormous redundancy/fail-over on search?
Things like gmail, on the other hand, are inherently stateful. When you log into gmail, you have to eventually connect to one system that maintains your mailbox. Sure, there might be replication - but the replicas are all talking to each other. It's surprisingly easy to have a cascade failure in a system like this, where one of the replicas going down triggers (directly or indirectly) all the others failing as well. Or you can have some bad data that gets replicated out, and then proceeds to confuse everything that's looking at it - unlike search, you have to replicate that data immediately, and don't get to enjoy the benefits of a staged deployment.
This also explains why not all users were affected - I'd guess that their system is divided into some number of shards, and users are assigned to a particular shard. That 0.07% of users affected probably represents a single unhealthy shard.