分布式一致性算法
一致性的介绍:
https://draveness.me/consensus
https://cloud.tencent.com/developer/article/1015442
https://snarfed.org/transactions_across_datacenters_io.html
Raft算法的介绍
https://ramcloud.atlassian.net/wiki/download/attachments/6586375/raft.pdf
上一个的翻译,(翻译的不行):
https://github.com/maemual/raft-zh_cn/blob/master/raft-zh_cn.md
复制状态机:
二阶段提交:
https://zh.wikipedia.org/wiki/%E4%BA%8C%E9%98%B6%E6%AE%B5%E6%8F%90%E4%BA%A4
三阶段提交:用来解决二阶段提交过程中leader失联的问题
https://zh.wikipedia.org/wiki/%E4%B8%89%E9%98%B6%E6%AE%B5%E6%8F%90%E4%BA%A4