From 1816b740410c43575d6e939c88627b756cc6b637 Mon Sep 17 00:00:00 2001 From: Jody Donetti Date: Tue, 14 Nov 2023 23:45:52 +0100 Subject: [PATCH] Update AutoRecovery.md --- docs/AutoRecovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/AutoRecovery.md b/docs/AutoRecovery.md index b2a38e58..00085da8 100644 --- a/docs/AutoRecovery.md +++ b/docs/AutoRecovery.md @@ -6,7 +6,7 @@ # ↩️ Auto-Recovery -Both the distributed cache and the backplane are, as the names suggest, distributed components. +Both the [distributed cache](CacheLevels.md) and the [backplane](Backplane.md) are, as the names suggest, distributed components. This means that, as we know from the [Fallacies Of Distributed Computing](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing), something may go wrong while we are using them, even if only in a transient way. @@ -18,7 +18,7 @@ Enter **Auto-Recovery**. With auto-recovery FusionCache will automatically detect transient errors for both the distributed cache and the backplane, and it will act accordingly to ensure that the **global state** is kept as much in-sync as possible, without any intervention on our side. -This is done thanks to an auto-recovery queue, where items are put when something bad happened during the distributed side of things: the queue is then actively processed, periodically, to ensure that as soon as possible everything will be taken care of. +This is done thanks to an internal auto-recovery queue, where items are put when something bad happened during the distributed side of things: the queue is then actively processed, periodically, to ensure that as soon as possible everything will be taken care of. More errors on a subsequent retry? Again, all taken care of until everything works out well. @@ -105,4 +105,4 @@ Wanna see auto-recovery in action? Sure, why not? Thanks to the [Simulator](Simulator.md) it's very easy: -[![FusionCache Simulator](https://img.youtube.com/vi/6jGX6ePgD3Q/maxresdefault.jpg)](https://youtu.be/6jGX6ePgD3Q) \ No newline at end of file +[![FusionCache Simulator](https://img.youtube.com/vi/6jGX6ePgD3Q/maxresdefault.jpg)](https://youtu.be/6jGX6ePgD3Q)