...

/

Containing Impact of Failure

Containing Impact of Failure

Let's look at some techniques to contain the impact of failure in distributed systems

Most of the techniques described in this chapter are used to identify failure and recover from it. It’s also useful to contain the impact of a failure, so we will now discuss some techniques for this purpose. This can be done via technical means, such as fault isolation.

Fault isolation

One common way to contain the impact of the failure is to ...