24h time format used in Postmortem. Interesting.
Google Cloud Networking Incident Postmortem
131–140 of 190 posts
Re: Google Cloud Networking Incident Postmortem
#132Google has a huge quality problem and their service is extremely unreliable. Another 3-day-outage in kubernetes: https://news.ycombinator.com/item?id=18428497 login issues: https://news.ycombinator.com/item?id=19687029 storage system outage: https://news.ycombinator.com/item?id=19392452 ... So, basically Google created the most unreliable cloud system in the world.
Re: Google Cloud Networking Incident Postmortem
#133Earlier quoted context omitted.
You have the gist I would say. It's important to understand that Google separates the control plane and data plane, so if you think of the internet, routing tables and bgp are the control part and the hardware, switching, and links are data plane. Often times those two are combined in one device. At Google, they are not. So the part that sets up the routing tables talking to some global network service went down. The…
It shouldn't. Amazon believes in strict regional isolation, which means that outages only impact 1 region and not multiple. They also stagger their releases across regions to minimize the impact of any breaking changes (however unexptected...)
Re: Google Cloud Networking Incident Postmortem
#134Earlier quoted context omitted.
> Debugging the problem was significantly hampered by failure of tools competing over use of the now-congested network. Man that's got to suck.
This happens way more often than you think A very simple example, you do something stupid on a remote machine (either high network usage or CPU usage) over SSH then you can't undo it because SSH becomes unresponsive
Re: Google Cloud Networking Incident Postmortem
#135I was curious to know how cascading failures in one region effected other regions. Impact was " ...increased latency, intermittent errors, and connectivity loss to instances in us-central1, us-east1, us-east4, us-west2, northamerica-northeast1, and southamerica-east1." Answer, and the root cause summarized: Maintenance started in a physical location, and then "... the automation software created a list of jobs to des…
[0] https://scholar.harvard.edu/files/mickens/files/thesaddestmo...
Re: Google Cloud Networking Incident Postmortem
#136Re: Google Cloud Networking Incident Postmortem
#137Earlier quoted context omitted.
> Debugging the problem was significantly hampered by failure of tools competing over use of the now-congested network. Man that's got to suck.
It isn't a worst-case though. They should have had the capability to resolve this issue with no network connectivity, which would be the worst case failure of the network control plane.
Re: Google Cloud Networking Incident Postmortem
#138Given the fact that the status page was reporting for more than 30 minutes an erroneous infrastructure state and this is google, is it okay for Amazon to put the SRE books into the "Science Fiction" category or should we keep them under tech?
I still feel for the on-call engineers.
Re: Google Cloud Networking Incident Postmortem
#139Simplify it Google!
Re: Google Cloud Networking Incident Postmortem
#140Earlier quoted context omitted.
There is this from May from Network World: https://www.networkworld.com/article/3394341/when-it-comes-t... GCP was basically even with AWS, and Microsoft was ~6x their downtime according to that article.
From the article: > AWS has the most granular reporting, as it shows every service in every region. If an incident occurs that impacts three services, all three of those services would light up red. If those were unavailable for one hour, AWS would record three hours of downtime. Was this reflected in their bar graph or not? Also, GCP has had a number of global events, e.g. the inability to modify any load balancer f…
When the primary S3 nodes went down, it caused connectivity issues to S3 buckets globally, and services like RDS, SES, SQS, Load Balancers, etc etc, all relied on getting config information from the "hidden" S3 buckets, thus people couldn't edit load balancers.
(Outage also meant they couldn't update their own status page! [2])
[1]: https://aws.amazon.com/message/41926/ [2]: https://www.theregister.co.uk/2017/03/01/aws_s3_outage/