码迷,mamicode.com
首页 >  
搜索关键字:raft    ( 335个结果
一致性算法探寻(扩展版)4
5.2 Leader election Raft uses a heartbeat mechanism to trigger leader election. When servers start up, they begin as followers. A?server remains in follower state as long as it receives valid?RPC...
分类:编程语言   时间:2015-08-06 17:09:35    阅读次数:191
一致性算法探寻(扩展版)3
5 The Raft consensus algorithm Raft is an algorithm for managing a replicated log of?the form described in Section 2. Figure 2 summarizes the?algorithm in condensed form for reference, and Figure...
分类:编程语言   时间:2015-08-05 20:38:53    阅读次数:150
Consul 简介
概述 Consul 是一套开源的分布式服务发现和配置管理系统,由 HashiCorp 公司用 Go 语言开发。 它具有很多优点。包括: 基于 raft 协议,比较简洁; 支持健康检查, 同时支持 HTTP 和 DNS 协议 支持跨数据中心的 WAN 集群 提供图形界面 跨平台,支持 Linux、Mac、Windows 安装 从 www.consul.io/downloa...
分类:其他好文   时间:2015-08-04 15:38:19    阅读次数:1359
[转载] 一致性问题和Raft一致性算法
原文:http://daizuozhuo.github.io/consensus-algorithm/raft 协议确实比 paxos 协议好懂太多了.一致性问题一致性算法是用来解决一致性问题的,那么什么是一致性问题呢? 在分布式系统中,一致性问题(consensus problem)是指对于一组服...
分类:编程语言   时间:2015-07-15 09:22:44    阅读次数:203
consul 入门
1. 什么是consul? 是一个服务管理软件。 支持多数据中心下,分布式高可用的,服务发现和配置共享。 consul支持健康检查,允许存储键值对。 一致性协议采用 Raft 算法,用来保证服务的高可用. 成员管理和消息广播 采用GOSSIP协议,支持ACL访问控制。 ACL技术在路由器中被广泛采用,它是一种基于包过滤的流控制技术。控制列表通过把源地址、目的地址及端口号作为...
分类:其他好文   时间:2015-06-01 18:49:06    阅读次数:1975
River Crossing---河南省第六届大学生程序设计竞赛
题目描述 Afandi is herding N sheep across the expanses of grassland when he finds himself blocked by a river. A single raft is available for transportatio...
分类:其他好文   时间:2015-05-05 21:16:02    阅读次数:133
[转载] etcd全方位解读
原文:http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principleetcd使用了更易懂的raft数据一致性协议, 比paxos容易理解的多. 本文对etcd的使用场景和原理做...
分类:其他好文   时间:2015-02-25 10:13:50    阅读次数:178
[转]Raft [Why Not Paxos]
http://blog.csdn.net/cszhouwei/article/details/38374603动画讲解http://thesecretlivesofdata.com/raft/Why Not PaxosPaxos算法是莱斯利·兰伯特(LeslieLamport,就是LaTeX中的”L...
分类:其他好文   时间:2015-01-27 13:06:15    阅读次数:209
In Search of an Understandable Consensus Algorithm(翻译)
本文翻译了《In Search of an Understandable Consensus Algorithm》文章中的大部分,最后几节内容并非论文的主要内容,因此没有翻译。由于水平有限,请大家对着英文看,翻译出来的内容不保证正确,请多多见谅。...
分类:其他好文   时间:2015-01-15 18:29:19    阅读次数:523
NYOJ - 716 - River Crossing --第六届河南省程序设计大赛 (简单DP!!)
River Crossing 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 Afandi is herding N sheep across the expanses of grassland  when he finds himself blocked by a river. A single raft is available for transpo...
分类:其他好文   时间:2014-12-26 11:13:47    阅读次数:242
335条   上一页 1 ... 31 32 33 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!