Skip to content

epaxos.go doesn't correctly check for fast quorum on fast path #10

Open
@jiaochangyang

Description

@jiaochangyang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions