A colleague and I have been digging into this code base, and it looks like there's only a relaxed majority requirement in the fast path code, rather than the stricter quorum sizes in the TLA+ and paper.
|
//can we commit on the fast path? |
and
|
//can we commit on the fast path? |
both simply check that >N/2
Is there some detail we are overlooking?
Thanks