Metastable Failures in Distributed Systems
1–10 of 12 posts
Re: Metastable Failures in Distributed Systems
#2I wrote a blog post about this paper, too: https://brooker.co.za/blog/2021/05/24/metastable.html
Re: Metastable Failures in Distributed Systems
#3Re: Metastable Failures in Distributed Systems
#4Re: Metastable Failures in Distributed Systems
#5The HotOS'21 paper (Aleksey is one of the authors) is very much worth reading if you're building or maintaining large-scale distributed systems: https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s... I wrote a blog post about this paper, too: https://brooker.co.za/blog/2021/05/24/metastable.html
[0]: http://charap.co/metastable-failures-in-distributed-systems/
(Having said that, my traffic engineering cluefulness is roughly at the “casual reader glancing at headlines” level, if that, but I found the comparison interesting.)
I’m unfamiliar with HotOS, so I’m curious about the context behind this sentence:
> But it's a HotOS paper, and this sure is a hot topic, so I won't hold the lack of a rigorous investigation of the background against the authors.
Re: Metastable Failures in Distributed Systems
#6This scares me as someone who is working on performance tuning and is adding fast paths every other day....
The paper kinds of reminded me the "Gray failure" paper by the way.
https://blog.acolyer.org/2017/06/15/gray-failure-the-achille...
Re: Metastable Failures in Distributed Systems
#7Re: Metastable Failures in Distributed Systems
#8I had never seen the term “goodput” before. Kind of a clumsy portmanteau... https://en.m.wikipedia.org/wiki/Goodput
I found the paper on metastable failures brought back a lot of systems theory for me.
Re: Metastable Failures in Distributed Systems
#9After this incident we installed a per-instance rate limit on all services.
Re: Metastable Failures in Distributed Systems
#10One is reminded of Nassim Taleb's writing on efficiency and fragility. Long-lived systems (e.g. in biology) have a built in surplus, rather than operating everything at peak efficiency, because longevity is often determined not by how well you perform normally, but how well you perform during your worst crisis moments.