Skip to content

Commit 8fdde2b

Browse files
author
Sourcegraph
committed
Append Hello World to all README.md files
1 parent 461eb90 commit 8fdde2b

26 files changed

Lines changed: 26 additions & 1 deletion

File tree

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.
44

5-
Please note that the files in this directory are *source files* for the built and rendered documentation that can be viewed at [etcd.io/docs](https://etcd.io/docs).
5+
Please note that the files in this directory are *source files* for the built and rendered documentation that can be viewed at [etcd.io/docs](https://etcd.io/docs).Hello World

Documentation/benchmarks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ It records expected memory usage in different scenarios.
1616
[2.2]: etcd-2-2-0-rc-benchmarks.md
1717
[2.2-mem]: etcd-2-2-0-rc-memory-benchmarks.md
1818
[3.0]: etcd-3-demo-benchmarks.md
19+
Hello World

Documentation/etcd-mixin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Then run the unit test:
2323
```
2424
promtool test rules test.yaml
2525
```
26+
Hello World

Documentation/learning/lock/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ failed to write to storage: error: given version (4703569812595502721) differ fr
5959
[fencing]: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html
6060
[unsafe-lock]: https://martin.kleppmann.com/2016/02/unsafe-lock.png
6161
[fencing-tokens]: https://martin.kleppmann.com/2016/02/fencing-tokens.png
62+
Hello World

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ These emeritus maintainers dedicated a part of their career to etcd and reviewed
206206
### License
207207

208208
etcd is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
209+
Hello World

client/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ if err != nil {
110110
3. Default etcd/client cannot handle the case that the remote server is SIGSTOPed now. TCP keepalive mechanism doesn't help in this scenario because operating system may still send TCP keep-alive packets. Over time we'd like to improve this functionality, but solving this issue isn't high priority because a real-life case in which a server is stopped, but the connection is kept alive, hasn't been brought to our attention.
111111

112112
4. etcd/client cannot detect whether a member is healthy with watches and non-quorum read requests. If the member is isolated from the cluster, etcd/client may retrieve outdated data. Instead, users can either issue quorum read requests or monitor the /health endpoint for member health information.
113+
Hello World

clientv3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ Client request size limit is configurable via `clientv3.Config.MaxCallSendMsgSiz
8383
## Examples
8484

8585
More code examples can be found at [GoDoc](https://godoc.org/go.etcd.io/etcd/clientv3).
86+
Hello World

contrib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Scripts and files which may be useful but aren't part of the core etcd project.
66
* [raftexample](raftexample) - an example distributed key-value store using raft
77
* [systemd/etcd2-backup-coreos](systemd/etcd2-backup-coreos) - remote backup and restore procedures for etcd2 clusters on CoreOS Linux
88
* [systemd/etcd3-multinode](systemd/etcd3-multinode) - multi-node cluster setup with systemd
9+
Hello World

contrib/raftexample/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ When the REST server submits a proposal, the raft server transmits the proposal
123123
When raft reaches a consensus, the server publishes all committed updates over a commit channel.
124124
For raftexample, this commit channel is consumed by the key-value store.
125125

126+
Hello World

contrib/systemd/etcd3-multinode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ sudo systemctl disable my-etcd-2.service
171171
sudo systemctl stop my-etcd-3.service
172172
sudo systemctl disable my-etcd-3.service
173173
```
174+
Hello World

0 commit comments

Comments
 (0)