F
Failfast

Similar to failstop, but it also concedes that the stopping may not be instantaneous and that stopping quickly may be good enough. Sometimes, watchdog timers are employed as a mechanism to achieve failfast behavior.

Failstop

In practice, a component should be internally checking its own correct operation; upon detecting an error in itself, it should stop its execution before it has a chance to corrupt data or propagate errors to other components outside itself. The concept that a component either executes completely correctly or it halts.

Failure fencing

Closely related to failstop and fault containment. A method to ensure that a faulty component cannot propagate errors or failure. Surviving components prevent the defective component ...

Get Designing Enterprise Solutions with Sun™ Cluster 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.