January 28th Incident Report
github.com
January 28th Incident Report
1–10 of 198 posts
Re: January 28th Incident Report
#2Re: January 28th Incident Report
#3Re: January 28th Incident Report
#4There's no mention of why they don't have redundant systems in more than one datacenter. As they say, it is unavoidable to have power or connectivity disruptions in a datacenter. This is why reliable configurations have redundancy in another datacenter elsewhere in the world.
Re: January 28th Incident Report
#5Re: January 28th Incident Report
#6Re: January 28th Incident Report
#7There's no mention of why they don't have redundant systems in more than one datacenter. As they say, it is unavoidable to have power or connectivity disruptions in a datacenter. This is why reliable configurations have redundancy in another datacenter elsewhere in the world.
This is also hidden by the fact that Redis is really reliable (in my experience at least). In my experience it usually takes an ops event (like adding more RAM to the redis machine) to realize where a crutch has been developed on Redis in critical paths.
Re: January 28th Incident Report
#8This just shows how difficult it is to avoid hidden dependencies without a complete, cleanly isolated, testing environment of sufficient scale to replicate production operations and do strange system fault scenarios somewhere that won't kill production.
If only things were that easy.
Re: January 28th Incident Report
#9Re: January 28th Incident Report
#10This just shows how difficult it is to avoid hidden dependencies without a complete, cleanly isolated, testing environment of sufficient scale to replicate production operations and do strange system fault scenarios somewhere that won't kill production.