Releases
v1.0.2
Features
Purely based on Paxos Made Simple by Lamport.
Transfering message in a async mechanism architecture.
Using fsync
to guarantee the correctness in every IO write operations.
Latency of a successful Propose
is one RTT and one IO write.
Using P2P stream protocol to learn paxos log.
Cleaning Checkpoint
and PaxosLog
automatically.
Pulling Checkpoint
across nodes automatically.
Supporting more than one state-machines in a single PhxPaxos Instance.
Supporting recover checkpoint by snapshot+paxoslog automatically.
Implementing Master election as a state-machine embedded in PhxPaxos
Implementing reconfiguration as a state-machine embedded in PhxPaxos
Using signature algorithm embedded in PhxPaxos to recognise invalid hosts.
Using checksum to verifying the data consistency of increment data in realtime.
Implementing Network, Stroage, Monitor, Logging module as a plugin, they can be implemented customly
Supporting overload protection in a self-adaption way.
You can’t perform that action at this time.