Skip to content
Distributed reliable key-value store for the most critical data of a distributed system
Go Shell Other
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github .github/ISSUE_TEMPLATE: fix of a broken link Apr 30, 2020
Documentation Documentation: Added Recover cluster from minority failure (#11988) Jun 10, 2020
auth go.mod: use go.etcd.io/etcd/v3 versioning Apr 28, 2020
client Documentation, CHANGELOG: use new go.etcd.io/etcd/v3 pkg Apr 28, 2020
clientv3 Merge pull request #11935 from tangcong/save-cindex-for-lease May 31, 2020
contrib go.mod: use go.etcd.io/etcd/v3 versioning Apr 28, 2020
embed Use http constant instead of a number (#11975) Jun 10, 2020
etcdctl fix memberList inconsistent output (#11812) May 11, 2020
etcdmain Merge pull request #11962 from spzala/incorrectflag Jun 9, 2020
etcdserver etcdserver/api/v2store: fix race in TestIssue2746WithThree (#11982) Jun 10, 2020
functional vendor: add missing failpoint Jun 8, 2020
hack grpcproxy: make grpc keep alive related options configurable (#11711) Apr 18, 2020
integration mvcc: avoid negative watcher count metrics (#11882) May 12, 2020
lease *: ensure grant/revoke won't be applied repeatedly after restarting etcd May 22, 2020
logos logos: add SVG and PNG logos Dec 18, 2014
mvcc mvcc: chanLen 1024 is to biger,and it used more memory. (#11987) Jun 10, 2020
pkg pkg: Fix dir permission check on Windows May 26, 2020
proxy go.mod: use go.etcd.io/etcd/v3 versioning Apr 28, 2020
raft raft: avoid data race by not reading raft.lead May 17, 2020
scripts *: run "gofmt -s" on genproto complete May 10, 2020
security doc: remove Product Security Committee individual emails May 4, 2020
tests Merge pull request #11864 from gyuho/go1.14 May 12, 2020
tools go.mod: use go.etcd.io/etcd/v3 versioning Apr 28, 2020
vendor vendor: add missing failpoint Jun 8, 2020
version *: add 3.5 capability for 3.5 dev tree Aug 2, 2019
wal etcdserver, et al: add --unsafe-no-fsync flag May 25, 2020
.gitignore *: remove old gitignore and build functions May 30, 2020
.header .header: update to 'etcd Authors' May 13, 2016
.travis.yml travis: bump up to Go 1.14.3 May 15, 2020
.words words: add SHA May 15, 2020
ADOPTERS.md doc: move production users to a standard ADOPTERS file Oct 17, 2019
CHANGELOG-2.3.md CHANGELOG: add "raft unbounded log growth prevention" PR Oct 24, 2018
CHANGELOG-3.0.md CHANGELOG: update with latest changes, make language consistent Aug 1, 2019
CHANGELOG-3.1.md CHANGELOG: update with patch release Sep 17, 2019
CHANGELOG-3.2.md CHANGELOG: update 3.2 changelog and 3.3 upgrade document for #11691 Jun 9, 2020
CHANGELOG-3.3.md CHANGELOG: highlight WAL fix with github issue, add 3.3/3.4 patch rel… May 20, 2020
CHANGELOG-3.4.md CHANGELOG: highlight WAL fix with github issue, add 3.3/3.4 patch rel… May 20, 2020
CHANGELOG-3.5.md CHANGELOG: update for 11990 Jun 8, 2020
CHANGELOG-4.0.md CHANGELOG: update recommended versions (#11520) Jan 15, 2020
CONTRIBUTING.md contributing: invalid link to "reporting-bugs" Feb 9, 2020
DCO docs(readme/contrib): clean up README, merge changes from CONTRIBUTIN… Apr 4, 2014
Dockerfile-release fix(Dockerfile-release): from image was missing image name May 16, 2020
Dockerfile-release.arm64 chore(Dockerfile-release): Update base image to use new debian-base:v… May 12, 2020
Dockerfile-release.ppc64le chore(Dockerfile-release): Update base image to use new debian-base:v… May 12, 2020
Dockerfile-release.s390x chore(Dockerfile-release): Update base image to use new debian-base:v… May 12, 2020
GOVERNANCE.md *: create project governance Sep 30, 2019
LICENSE License project under the Apache License Version 2.0 Jul 31, 2013
MAINTAINERS MAINTAINERS: update @philips email Apr 23, 2020
Makefile Makefile: bump up default Go version to 1.14.3 May 15, 2020
Procfile Procfiles: Added Comments To Procfiles Nov 6, 2019
Procfile.learner Procfiles: Added Comments To Procfiles Nov 6, 2019
Procfile.v2 Procfiles: Added Comments To Procfiles Nov 6, 2019
README.md Documentation: Restructure directory to accommodate new site generati… Jan 21, 2020
ROADMAP.md *: change roadmap, future release dates Oct 1, 2018
bill-of-materials.json bill-of-materials: updates for /etcd/v3 packaging Apr 28, 2020
bill-of-materials.override.json etcd: Replace ghodss/yaml with sigs.k8s.io/yaml May 2, 2019
build *: remove old gitignore and build functions May 30, 2020
build.bat vendor: only vendor on emitted binaries Apr 6, 2016
build.ps1 build.ps1: update import paths to "go.etcd.io/etcd" Aug 29, 2018
code-of-conduct.md *: update project code of conduct Sep 18, 2019
etcd.conf.yml.sample sample: correct directive name Aug 16, 2018
functional.yaml functional.yaml: try lower snapshot count for flaky tests, error thre… Aug 8, 2019
go.mod vendor: add missing failpoint Jun 8, 2020
go.sum vendor: add missing failpoint Jun 8, 2020
main.go go.mod: use go.etcd.io/etcd/v3 versioning Apr 28, 2020
main_test.go main_test: skip test when invoked via go test May 28, 2019
test test: add "mod" to build tests May 11, 2020

README.md

etcd

Go Report Card Coverage Build Status Travis Build Status Semaphore Docs Godoc Releases LICENSE

Note: The master branch may be in an unstable or even broken state during development. Please use releases instead of the master branch in order to get stable binaries.

etcd Logo

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft

etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.

etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous testing.

See etcdctl for a simple command line client.

Community meetings

etcd contributors and maintainers have monthly (every four weeks) meetings at 11:00 AM (USA Pacific) on Thursday.

An initial agenda will be posted to the shared Google docs a day before each meeting, and everyone is welcome to suggest additional topics or other agendas.

Time:

Join Hangouts Meet: meet.google.com/umg-nrxn-qvs

Join by phone: +1 405-792-0633‬ PIN: ‪299 906‬#

Getting started

Getting etcd

The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, and Docker on the release page.

For more installation guides, please check out play.etcd.io and operating etcd.

For those wanting to try the very latest version, build the latest version of etcd from the master branch. This first needs Go installed (version 1.13+ is required). All development occurs on master, including new features and bug fixes. Bug fixes are first targeted at master and subsequently ported to release branches, as described in the branch management guide.

Running etcd

First start a single-member cluster of etcd.

If etcd is installed using the pre-built release binaries, run it from the installation location as below:

/tmp/etcd-download-test/etcd

The etcd command can be simply run as such if it is moved to the system path as below:

mv /tmp/etcd-download-test/etcd /usr/local/bin/
etcd

If etcd is built from the master branch, run it as below:

./bin/etcd

This will bring up etcd listening on port 2379 for client communication and on port 2380 for server-to-server communication.

Next, let's set a single key, and then retrieve it:

etcdctl put mykey "this is awesome"
etcdctl get mykey

etcd is now running and serving client requests. For more, please check out:

etcd TCP ports

The official etcd ports are 2379 for client requests, and 2380 for peer communication.

Running a local etcd cluster

First install goreman, which manages Procfile-based applications.

Our Procfile script will set up a local example cluster. Start it with:

goreman start

This will bring up 3 etcd members infra1, infra2 and infra3 and etcd grpc-proxy, which runs locally and composes a cluster.

Every cluster member and proxy accepts key value reads and key value writes.

Follow the steps in Procfile.learner to add a learner node to the cluster. Start the learner node with:

goreman -f ./Procfile.learner start

Next steps

Now it's time to dig into the full etcd API and other guides.

Contact

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Reporting bugs

See reporting bugs for details about reporting any issues.

Reporting a security vulnerability

See security disclosure and release process for details on how to report a security vulnerability and how the etcd team manages it.

Issue and PR management

See issue triage guidelines for details on how issues are managed.

See PR management for guidelines on how pull requests are managed.

etcd Emeritus Maintainers

These emeritus maintainers dedicated a part of their career to etcd and reviewed code, triaged bugs, and pushed the project forward over a substantial period of time. Their contribution is greatly appreciated.

  • Fanmin Shi
  • Anthony Romano

License

etcd is under the Apache 2.0 license. See the LICENSE file for details.

You can’t perform that action at this time.