分布式
lijingkuan
In restless dreams I walked alone
展开
-
分布式系列文章——Paxos算法原理与推导
原文地址:http://linbingdong.com/2017/03/17/%E5%88%86%E5%B8%83%E5%BC%8F%E7%B3%BB%E5%88%97%E6%96%87%E7%AB%A0%E2%80%94%E2%80%94Paxos%E7%AE%97%E6%B3%95%E5%8E%9F%E7%90%86%E4%B8%8E%E6%8E%A8%E5%AF%BC/Paxos算法在分布式领转载 2017-08-06 18:02:54 · 410 阅读 · 0 评论 -
Raft基本理论
本文以问答的方式,总结Raft相关知识。 所有信息来源于Raft论文 第一章 1.为什么要寻找一个新的一致性算法? Unfortunately, Paxos has two significant drawbacks. The first drawback is that Paxos is exceptionally difficult to understand. The se...原创 2018-06-27 13:43:58 · 3041 阅读 · 1 评论 -
zookeeper启动后查看状态报Error contacting service. It is probably not running.错误
在集群上安装并启动zookeeper后,查看zookeeper状态,出现以下情况: [hadoop@oceanbase06 zookeeper-3.4.12]$ zkServer.sh status ZooKeeper JMX enabled by default Using config: /opt/modules/zookeeper-3.4.12/bin/../conf/zoo.cfg ...原创 2018-07-04 13:48:54 · 2462 阅读 · 0 评论