My understanding, paraphrased: "In order to gradually roll out one change, we had to globally push a different configuration change, which broke everything at once". But a more important takeaway: > This type of code error is prevented by languages with strong type systems
Cloudflare outage on December 5, 2025
21–30 of 601 posts
Re: Cloudflare outage on December 5, 2025
#22> Customers that did not have the configuration above applied were not impacted. Customer traffic served by our China network was also not impacted. Interesting.
Re: Cloudflare outage on December 5, 2025
#23Re: Cloudflare outage on December 5, 2025
#24I truly believe they're really going to make resilience their #1 priority now, and acknowledging the release process errors that they didn't acknowledge for a while (according to other HN comments) is the first step towards this.
HugOps. Although bad for reputation, I think these incidents will help them shape (and prioritize!) resilience efforts more than ever.
At the same time, I can't think of a company more transparent than CloudFlare when it comes to these kind of things. I also understand the urgency behind this change: CloudFlare acted (too) fast to mitigate the React vulnerability and this is the result.
Say what you want, but I'd prefer to trust CloudFlare who admits and act upon their fuckups, rather than trying to cover them up or downplaying them like some other major cloud providers.
@eastdakota: ignore the negative comments here, transparency is a very good strategy and this article shows a good plan to avoid further problems
Re: Cloudflare outage on December 5, 2025
#25Re: Cloudflare outage on December 5, 2025
#26Re: Cloudflare outage on December 5, 2025
#27https://blog.cloudflare.com/5-december-2025-outage/#what-abo...
Re: Cloudflare outage on December 5, 2025
#28Cloudflare deployed code that was literally never tested, not even once, neither manually nor by unit test, otherwise the straightforward error would have been detected immediately, and their implied solution seems to be not testing their code when written, or even adding 100% code coverage after the fact, but rather relying on a programming language to bail them out and cover up their failure to test.
Re: Cloudflare outage on December 5, 2025
#29Re: Cloudflare outage on December 5, 2025
#30i wonder why they cannot partially rollout. like the other outage they have to do a global rollout.