Skip to content

Is the epaxos implementation correct? #11

Description

@Nugine

After a quick search, I find that the epaxos message definitions have no Prepare and PrepareReply.
Is the recovery procedure implemented somewhere else?

paxi/epaxos/msg.go

Lines 10 to 16 in 768848a

func init() {
gob.Register(PreAccept{})
gob.Register(PreAcceptReply{})
gob.Register(Accept{})
gob.Register(AcceptReply{})
gob.Register(Commit{})
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions