From 8bfc0ca2fa37152f7d7aeb557563f921531472d3 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Fri, 23 Mar 2018 12:18:03 +0800 Subject: [PATCH] Refactor the section of Stability --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bdfa92b..7c6d06f 100644 --- a/README.md +++ b/README.md @@ -386,12 +386,13 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Circuit Breaker for Scaling Containers](https://f5.com/about-us/blog/articles/the-art-of-scaling-containers-circuit-breakers-28919) * [Protector: Circuit Breaker for Time Series Databases at Trivago](http://tech.trivago.com/2016/02/23/protector/) * [Always use timeouts (if possible)](https://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html) -* [Let it crash/Supervisors: Embrace failure as a natural state in the life-cycle of the application](http://erlang.org/doc/design_principles/sup_princ.html) -* [Crash early: An error now is better than a response tomorrow](http://odino.org/better-performance-the-case-for-timeouts/) -* [Bulkheads: Partition and tolerate failure in one part](https://skife.org/architecture/fault-tolerance/2009/12/31/bulkheads.html) -* [Steady state: Always put logs on separate disk](https://docs.microsoft.com/en-us/sql/relational-databases/policy-based-management/place-data-and-log-files-on-separate-drives) -* [Throttling: Maintain a steady pace](http://www.sosp.org/2001/papers/welsh.pdf) -* [Multi-clustering: Improving Resiliency and Stability of a Large-scale Monolithic API Service at LinkedIn](https://engineering.linkedin.com/blog/2017/11/improving-resiliency-and-stability-of-a-large-scale-api) +* [Let it Crash/Supervisors: Embrace Failure As a Natural State](http://erlang.org/doc/design_principles/sup_princ.html) +* [Crash Early: Error Now is Better Than Response Tomorrow](http://odino.org/better-performance-the-case-for-timeouts/) +* [Crash-safe Replication for MySQL at Booking.com](https://medium.com/booking-com-infrastructure/better-crash-safe-replication-for-mysql-a336a69b317f) +* [Bulkheads: Partition and Tolerate Failure in One Part](https://skife.org/architecture/fault-tolerance/2009/12/31/bulkheads.html) +* [Steady State: Always Put Logs on Separate Disk](https://docs.microsoft.com/en-us/sql/relational-databases/policy-based-management/place-data-and-log-files-on-separate-drives) +* [Throttling: Maintain a Steady Pace](http://www.sosp.org/2001/papers/welsh.pdf) +* [Multi-Clustering: Improving Resiliency and Stability of a Large-scale Monolithic API Service at LinkedIn](https://engineering.linkedin.com/blog/2017/11/improving-resiliency-and-stability-of-a-large-scale-api) ## Performance * [Improving Performance with Background Data Prefetching at Instagram](https://engineering.instagram.com/improving-performance-with-background-data-prefetching-b191acb39898)