copy of etcd repository
 
 
 
 
 
 
Go to file
lorneli 54827d47ee pkg/idutil: use count field as atomic variable
Use atomic.AddUint64 instead of mutex lock to inc count field.

Bench result:
benchmark           old ns/op     new ns/op     delta
BenchmarkNext-4     163           26.3          -83.87%
2018-04-27 00:44:45 +08:00
.github .github: simplify templates 2018-04-13 11:11:01 -07:00
Documentation Documentation/upgrades: highligh YAML auto-compaction-retention flag change 2018-04-20 12:58:32 -07:00
alarm *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
auth auth: support structured logger 2018-04-16 17:36:00 -07:00
client client: manually delete "yynn2 = 0" 2018-04-09 13:42:50 -07:00
clientv3 clientv3,etcdctl: support structured logger 2018-04-16 17:36:00 -07:00
compactor compactor: simplify interval logic on periodic compactor 2018-03-24 07:33:19 -07:00
contrib contrib/tools: support structured logger 2018-04-16 17:36:00 -07:00
discovery *: revert "internal/discovery" change 2018-02-26 17:11:40 -08:00
embed embed: sync logger on server close 2018-04-20 10:54:37 -07:00
etcdctl etcdctl/ctlv3: fix snapshot command e2e tests 2018-04-16 17:36:00 -07:00
etcdmain etcdmain: sync logger on exit 2018-04-20 10:58:33 -07:00
etcdserver etcdserver: print server configuration duration fields in string 2018-04-20 13:11:11 -07:00
functional functional: add TODO for network isolate tests 2018-04-19 17:44:16 -07:00
hack hack/benchmark: add back (for docs) 2018-04-09 11:22:45 -07:00
integration integration: set strings for LogOutput 2018-04-17 12:47:06 -07:00
lease leaes: remove unnecessary O(log N) operation when nothing is expiry 2018-04-02 16:34:34 -07:00
logos logos: add SVG and PNG logos 2014-12-18 14:59:06 -08:00
mvcc mvcc: Clone the key index for compaction and lock on each item 2018-04-18 13:29:27 -07:00
pkg pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
proxy *: configure server logger 2018-04-16 17:36:00 -07:00
raft raft: Propose in raft node wait the proposal result so we can fail fast while dropping proposal. 2018-04-03 11:04:09 +08:00
rafthttp rafthttp: add/fix debugging lines 2018-04-19 13:18:57 -07:00
raftsnap raftsnap: support structured logger 2018-04-16 17:36:00 -07:00
scripts *: move "scripts/docker-*" to "tests" 2018-04-09 10:31:00 -07:00
snapshot snapshot: set string for LogOutput 2018-04-17 12:47:06 -07:00
tests *: clarify gRPC gateway changelogs 2018-04-20 10:33:03 -07:00
tools contrib/tools: support structured logger 2018-04-16 17:36:00 -07:00
vendor vendor: upgrade "google/btree" 2018-04-16 16:54:44 -07:00
version *: revert "internal/version" change 2018-02-26 17:11:40 -08:00
wal wal: support structured logger 2018-04-16 17:36:00 -07:00
.gitignore gitignore: remove outdated lists 2018-04-13 11:01:19 -07:00
.header .header: update to 'etcd Authors' 2016-05-12 20:56:50 -07:00
.travis.yml travis: parallelize integration with CPU parameters 2018-04-20 14:10:33 -07:00
.words words: whitelist more words 2018-03-22 11:01:26 -07:00
CHANGELOG-2.3.md CHANGELOG: add Go versions, add security change details 2018-03-17 01:57:20 -07:00
CHANGELOG-3.0.md CHANGELOG: add Go versions, add security change details 2018-03-17 01:57:20 -07:00
CHANGELOG-3.1.md CHANGELOG: add 3.1.13 and 3.2.18 release dates. 2018-03-29 10:59:34 -07:00
CHANGELOG-3.2.md CHANGELOG: highlight TLS reload fixes 2018-04-13 14:19:37 -07:00
CHANGELOG-3.3.md CHANGELOG: clarify compaction YAML type 2018-04-20 12:04:25 -07:00
CHANGELOG-3.4.md CHANGELOG: clarify compaction YAML type 2018-04-20 12:04:25 -07:00
CHANGELOG-3.5.md *: clarify gRPC gateway changelogs 2018-04-20 10:33:03 -07:00
CHANGELOG-4.0.md *: clarify gRPC gateway changelogs 2018-04-20 10:33:03 -07:00
CONTRIBUTING.md Documentation: point contributing irc channel to #etcd 2017-07-14 10:56:09 -07:00
DCO docs(readme/contrib): clean up README, merge changes from CONTRIBUTING.md and split out DCO 2014-04-04 10:58:34 -07:00
Dockerfile-release Dockerfile-release: add nsswitch.conf into image 2017-03-21 13:08:42 +02:00
Dockerfile-release.arm64 build-docker: Updates for multi-arch release 2017-04-21 10:04:41 -07:00
Dockerfile-release.ppc64le build-docker: Change baseimage for ppc64le dockerfile 2018-03-20 04:34:46 -04:00
Gopkg.lock vendor: upgrade "google/btree" 2018-04-16 16:54:44 -07:00
Gopkg.toml Gopkg.toml: remove unnecessary constraints and add pruning 2018-01-31 10:21:24 -05:00
LICENSE feat(*): initial commit 2014-01-19 12:25:11 -08:00
MAINTAINERS MAINTAINERS: remove deprecated CoreOS email, update other maintainers 2018-04-12 11:51:56 -07:00
MAINTAINERS_RULES.md MAINTAINERS: add "MAINTAINERS_RULES" and second email 2018-01-30 14:05:47 -08:00
Makefile snapshot: ignore server logs 2018-04-16 17:36:00 -07:00
NOTICE feat(*): initial commit 2014-01-19 12:25:11 -08:00
Procfile Procfile: use zap in Procfile 2018-04-19 13:19:02 -07:00
Procfile.v2 Documentation/v2: add Procfile.v2 for proxy 2017-10-03 09:22:31 -07:00
README.md README: update meeting notes link 2018-04-17 12:05:14 -07:00
ROADMAP.md ROADMAP: update 3.4 roadmap 2018-01-16 14:42:37 -08:00
bill-of-materials.json bill-of-materials.json: regenerate without "bitbucket.org/ww/goautoneg" 2018-04-10 18:38:01 -07:00
bill-of-materials.override.json bill-of-materials.json: regenerate without "bitbucket.org/ww/goautoneg" 2018-04-10 18:38:01 -07:00
build build: fix tools/build tests 2018-04-09 11:55:10 -07:00
build.bat vendor: only vendor on emitted binaries 2016-04-05 21:01:16 -07:00
build.ps1 build.ps1: remove .\cmd 2018-02-07 10:36:27 +08:00
code-of-conduct.md CODE_OF_CONDUCT: update CoC 2018-01-04 22:44:07 +00:00
etcd.conf.yml.sample etcd.conf.yml.sample: remove deprecated fields 2018-04-20 11:51:34 -07:00
functional.yaml functional: add TODO for network isolate tests 2018-04-19 17:44:16 -07:00
main.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
main_test.go *: remove os.Kill from signal.Notify 2017-04-07 10:52:54 -07:00
test test: configure go test -cpu flag 2018-04-20 14:10:30 -07:00

README.md

etcd

Go Report Card Coverage Build Status Travis Build Status Semaphore 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.

the etcd v2 documentation has moved

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 bi-weekly meetings at 11:00 AM (USA Pacific) on Tuesdays. Anyone is welcome to join via BlueJeans. 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.

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.10+ 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 build 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_API=3 etcdctl put mykey "this is awesome"
ETCDCTL_API=3 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.

Running etcd on Kubernetes

To run an etcd cluster on Kubernetes, try etcd operator.

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.

License

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