From 22709abcd6477b9a092f367fee4084ce1a757d47 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 4 Aug 2017 18:35:16 +0100 Subject: [PATCH] Buit what if build initiated during fold --- docs/ANTI_ENTROPY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ANTI_ENTROPY.md b/docs/ANTI_ENTROPY.md index a8b40b4..04eb016 100644 --- a/docs/ANTI_ENTROPY.md +++ b/docs/ANTI_ENTROPY.md @@ -372,6 +372,8 @@ The AAE hashtree lock situation is complex, but can be summarised as: - it seems likely that a fold over the hashtree should be safe even when lock has been acquired for an exchange (as long as there is no overlap of flushing the in-memory queue), but not when the state of the hashtree is not built. +- however during a coverage fold for MDC AAE, a build may crash the fold so there may be a need to check for running folds before prompting a rebuild. + ### Phase 2 tbc