And in case writing to a bookie fail in a quorum fails, and entry is
rewritten on the other set of set of bookies, the truncation of entries on
that specific bookie beyond  last add confirmed, will also be handled by
auto recovery? So recovery does addition of missing entries, and truncation
of extra entries?

On Tue, Jan 28, 2020 at 2:59 PM Ivan Kelly <iv...@apache.org> wrote:

> > But who takes care of updating a particular Bookie in case it crashses
> (or
> > temporarily partitioned) and rejoins the cluster?
>
> Autorecovery takes care of this. The metadata describes the entries
> that should exist on a bookie. If this doesn't match what actually
> exists on the bookie, autorecovery rereplicates it.
>
> -Ivan
>

Reply via email to