1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 etcd 2.0 发布,官方首个主要稳定版 下载

本帖由 漂亮的石头2015-01-29 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    etcd 2.0 发布了,这是官方首个主要的稳定版本,与上一个 0.4.6 版本比较,该版本值得关注的改进有:


    • 内部协议的改进以避免意外的错误配置


    • etcdctl backup 命令用于轻松的从集群失败中恢复


    • etcdctl member list/add/remove 命令用于轻松管理集群


    • 改进磁盘存储的安全性,使用 CRC 校验和只追加的行为


    • An improved Raft consensus implementation already used in other projects like CockroachDB


    • More rigorous and faster running tests of the underlying Raft implementation, covering all state machine and cases explained in the original Raft white paper in 1.5 seconds


    • Additional administrator focused documentation explaining common scenarios


    • Official IANA assigned ports for etcd TCP 2379/2380

    etcd 是一个高可用的 Key/Value 存储系统,主要用于分享配置和服务发现。etcd 的灵感来自于 ZooKeeper 和 Doozer,侧重于:


    • 简单:支持 curl 方式的用户 API (HTTP+JSON)


    • 安全:可选 SSL 客户端证书认证


    • 快速:单实例可达每秒 1000 次写操作


    • 可靠:使用 Raft 实现分布式
    etcd 2.0 发布,官方首个主要稳定版下载地址
     
正在加载...