From 30f4f2edf6c90e73c51cf072a0caee0583fc12f6 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Thu, 27 Oct 2016 09:45:05 +0100 Subject: [PATCH] Comment change on stall behaviour --- src/leveled_penciller.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/leveled_penciller.erl b/src/leveled_penciller.erl index 3611de7..b30aa25 100644 --- a/src/leveled_penciller.erl +++ b/src/leveled_penciller.erl @@ -73,7 +73,8 @@ %% %% The Penciller MUST NOT accept a new PUSH if the Clerk has commenced the %% conversion of the current ETS table into a SFT file, but not completed this -%% change. This should prompt a stall. +%% change. The Penciller in this case returns the push, and the Bookie should +%% continue to gorw the cache before trying again. %% %% ---------- FETCH ---------- %%