代码改变世界

随笔档案-2021年06月

Etcd中Raft linearizable read实现

2021-06-27 20:30 by DoPeter, 748 阅读, 收藏,
摘要: linearizable 有点疑惑,不确定是现在浏览的版本没开发完全,还是没有按照论文的linearizable来实现。 按照论文所说,在客户端请求的时候,实际上是一个强一致的 exactly once的过程。 在etcd中,只看到了read的 linearizable ,并且用到的地方是在诸如读取 阅读全文

Etcd中Raft joint consensus的实现

2021-06-12 15:02 by DoPeter, 885 阅读, 收藏,
摘要: Joint consensus 分为2个阶段,first switches to a transitional configuration we call joint consensus; once the joint consensus has been committed, the system 阅读全文