|
|
|
|
|
by ncmncm
1696 days ago
|
|
I don't need to read the article to know that Paxos and Raft have substantial commonality. That does not make them the same. That does not make a proof about one a proof about the other. That does not make a program that implements one a program that implements the other. An abstract state machine, such as defines a version of Paxos, maps trivially one-to-one to parts of a program that implements it. A different abstract state machine, such as one that implements Raft, maps trivially one-to-one to a different program. You might reasonably demonstrate that two different state machines define the same system behavior, but you would need to provide that demonstration. That has not been reported. |
|