Skip to content

Commit

Permalink
Merge pull request #505 from MicrosoftDocs/MikeWasson-patch-2
Browse files Browse the repository at this point in the history
Wrong direction for MTBF
  • Loading branch information
PRMerger18 authored Aug 22, 2019
2 parents 6de7f50 + e9c7e07 commit 3bace4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/pillars.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Applications often depend on multiple services. In general, the probability of e

Resiliency is the ability of the system to recover from failures and continue to function. The goal of resiliency is to return the application to a fully functioning state after a failure occurs. Resiliency is closely related to availability.

In traditional application development, there has been a focus on reducing mean time between failures (MTBF). Effort was spent trying to prevent the system from failing. In cloud computing, a different mindset is required, due to several factors:
In traditional application development, there has been a focus on increasing the mean time between failures (MTBF). Effort was spent trying to prevent the system from failing. In cloud computing, a different mindset is required, due to several factors:

- Distributed systems are complex, and a failure at one point can potentially cascade throughout the system.
- Costs for cloud environments are kept low through the use of commodity hardware, so occasional hardware failures must be expected.
Expand Down

0 comments on commit 3bace4e

Please sign in to comment.