摘要: ZooKeeper:分布式应用程序的分布式协调服务 特点 数据结构 常见应用场景 https://zookeeper.apache.org/doc/current/zookeeperOver.html 阅读全文
posted @ 2019-04-21 12:35 江湖小小白 阅读(440) 评论(0) 推荐(0)
摘要: CAP 关键结论:若系统需容忍网络分区(Partition-tolerance),则必须在一致性(Consistency)和可用性(Availability)之间做出取舍。 网络分区(Partition-tolerance)特指分布式系统中节点间因网络故障导致通信完全中断,形成两个或多个彼此隔离的集 阅读全文
posted @ 2019-04-21 11:17 江湖小小白 阅读(548) 评论(0) 推荐(0)