Raft consistency algorithm

Source: Internet
Author: User

Introduced:

In the past, Paxos has been the standard of distributed protocols, but Paxos difficult to understand, more difficult to achieve, Google's distributed lock system Chubby as a Paxos implementation has encountered many pits.

The new distributed Protocol study from Stanford, called Raft, is a protocol built for real-world applications that focuses on the floor and the understanding of the Protocol.

The raft protocol is based on the replication state Machine (replicated), where a group of servers executes the same command from the same initial state, in the same order, and eventually reaches a consistent state.

Watch the animation first:

http://thesecretlivesofdata.com/raft/

Raft papers:

Https://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf

Raft Web site

http://raftconsensus.github.io/

Raft instances of Java:

http://blog.csdn.net/dc_726/article/details/48832405

Should be able to find Python.

In addition Ali's OB, and its PAXOS,ZK (Paxos) Contrast:

Http://www.cnblogs.com/liuhao/p/3860742.html

http://www.zhihu.com/question/28242561

http://ju.outofmemory.cn/entry/106833

A lot of Chinese have introduced raft.

Raft consistency algorithm

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.