登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
gaiquanhe
/
etcd
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v0.5.0-alpha.1
etcd v0.5.0-alpha.1 - add etcdctl member {list,add,remove} see https://github.com/coreos/etcd/blob/master/Documentation/0.5/runtime-configuration.md - add `etcdctl ls -p` to to emulate `ls -p` - attach cluster ID in http headers for client response - cleanup the logging of member IDs - cleanup the logging of member removal - bump the server timeout for requests to a more reasonable value - move /v2/admin/members to /v2/members - test cases added that matches 1-to-1 to consistency considerations in the raft paper - add admin guide. See https://github.com/coreos/etcd/blob/master/Documentation/0.5/admin_guide.md - remove etcdctl weak consistency to the exec-watch Thank you to: Yicheng Qin, Xiang Li, Micah Hausler, Pierre Phaneuf, Kelsey Hightower, Jonathan Boulle, Brian “BC” Waldon, Brian Ketelsen, Brandon Philips
f35130a
2014-11-01 06:36
下载
v0.5.0-alpha.0
v0.5.0-alpha.0 - etcd now listens on its IANA assigned ports along with its temporary ports (4001/7001) by default - 2379 for client communication - 2380 for peer communication - Members can listen on and advertise multiple ports. This enables a single member to listen on a public interface and a container bridge at the same time. - etcd peers proxy requests to the leader so clients no longer need to follow HTTP 307 redirects. This means if you can reach a single etcd member you can successfully read from/write to the cluster without regard to the network topology. - An etcd cluster now has a “cluster id” and each member has a unique “member id”. etcd will reject requests from members with mismatched cluster ids or unknown member ids. This protects the cluster from many common misconfigurations (like the dreaded duplicate ETCD_NAME) - etcd cluster bootstrap configuration has changed to be fully static. The team found that users attempting to bootstrap a cluster often had trouble configuring the cluster correctly and using a static configuration makes it easier to tell users when something has gone wrong. Full details can be found in the clustering documentation: https://github.com/coreos/etcd/blob/master/Documentation/0.5/clustering.md - Runtime cluster reconfiguration is done explicitly through an HTTP API (/v2/admin/members. Full details can be found in the API documentation: https://github.com/coreos/etcd/blob/master/Documentation/0.5/admin_api.md - The Raft implementation (github.com/coreos/etcd/raft) has been re-designed to enable faster and more thorough testing. The central raft state machine code is succinct (>600 LOC) and easy to understand when read alongside the Raft whitepaper. - The Raft log is now a strict append-only write-ahead log and includes a rolling CRC to each of the records in the log. - The key store starts up completely clean. The internal _etcd/* keys are no longer exposed to the user from the /v2/keys API. - etcd can operate in a pure proxy mode not participating in Raft consensus and also includes a readonly proxy. - ETCD_NAME is now advisory only and is not used internally by etcd to identify a member. This means that it is safe to change the name. Also, the client URL list that each member publishes can be changed from the flags and updated on restart. - The peers flags has been deprecated, in order to support the ability to specify machines with multiple addresses - Cluster auto adjustment (also known as standby-mode) has been deprecated. This feature was meant to help people manage their etcd cluster but it was a difficult to understand feature which lead to a lot of support burden. Instead, we have introduced an explicit proxy mode for etcd, and explicit cluster configuration operations (joining and removing nodes). - The TOML configuration file has been deprecated. The recommended replacement is to use environment variables (e.g. in a systemd unit file). - Discovery services now must provide a target cluster size. This is due to our experience helping users debug cluster bootstrap with the discovery service. We found that users could become confused when they thought that they had launched three machines (for a fault tolerance of one), but that only two had successfully started, and so etcd was accepting writes. Then when the inevitable happened and a single machine failed, etcd became unavailable.
2b9cabc
2014-10-25 08:25
下载
v0.4.6
v0.4.6 * Fix long-term timer leak (#900, #875, #868, #904) * Fix `Running` field in standby_info file (#881) * Add `quorum=true` query parameter for GET requests (#866, #883) * Add `Access-Control-Allow-Headers` header for CORS requests (#886) * Various documentation improvements (#907, #882)
49e0dff
2014-07-30 01:31
下载
v0.4.5
v0.4.5 * Flush headers immediatly on `wait=true` requests (#877) * Add `ETCD_HTTP_READ_TIMEOUT` and `ETCD_HTTP_WRITE_TIMEOUT` (#880) * Add `ETCDCTL_PEERS` configuration to etcdctl (#95) * etcdctl takes stdin for mk (#91)
13b0e72
2014-07-08 09:10
下载
v0.4.4
v0.4.4
4fb6087
2014-06-25 01:55
下载
v0.4.3
v0.4.3
9970141
2014-06-08 09:17
下载
v0.4.2
v0.4.2
99dcc8c
2014-06-03 06:25
下载
v0.4.1
v0.4.1
a2d16b5
2014-05-21 11:46
下载
v0.4.0
v0.4.0
07d1eb0
2014-05-21 08:08
下载
v0.3.0
v0.3.0
f9d27c3
2014-02-08 07:57
下载
v0.2.0
v0.2.0
5271378
2013-12-24 03:14
下载
v0.2.0-rc4
v0.2.0-rc4
f026d1c
2013-12-23 12:43
下载
v0.2.0-rc3
v0.2.0-rc3
fd8ce5d
2013-12-17 06:55
下载
v0.2.0-rc2
v0.2.0-rc2
5edaee7
2013-12-06 12:33
下载
v0.2.0-rc1
f499100
2013-11-14 11:38
下载
v0.2.0-rc0
v0.2.0-rc0
088a01f
2013-10-18 00:27
下载
v0.1.2
v0.1.2
e77b9aa
2013-10-11 06:28
下载
v0.1.1
7b28904
2013-08-20 00:45
下载
v0.1.0
2403fe7
2013-08-12 04:31
下载
0
20ca21a
2013-06-07 08:43
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Go
1
https://gitee.com/gaiquanhe/etcd.git
git@gitee.com:gaiquanhe/etcd.git
gaiquanhe
etcd
etcd
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册