Abstract The consensus algorithm has been popular in current distributed systems as it is more effective solving server unreliability. It ensures a group of servers can form coordinated system, and the entire system continues to work when part service point fails. Raft well-known widely used algorithm, but built-in purpose comprehensibility, always compromised terms performance trade-off. In th...