首页 新闻 会员 周边 捐助

分布式 之 Raft算法 是最先进的吗?

0
悬赏园豆:10 [待解决问题]

如题。
它还没有解决什么问题呢?

据说是 paxos 的简化版。

发现不少 软件都用到了 raft算法,比如,
7.x之后的ES,采用-种新的选主算法Raft、Kafka也用 KRaft 了。
TiDB、CockroachDB 也是。

The Raft Consensus Algorithm
https://raft.github.io

What is Raft?
Raft is a consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance.
The difference is that it's decomposed into relatively independent subproblems, and it cleanly addresses all major pieces needed for practical systems.
We hope Raft will make consensus available to a wider audience, and that this wider audience will be able to develop a variety of higher quality consensus-based systems than are available today.

快乐的总统95的主页 快乐的总统95 | 老鸟四级 | 园豆:3992
提问于:2024-10-15 20:48
<
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册