From e836e3b525873ec01e54c364a6fdbb56afc92011 Mon Sep 17 00:00:00 2001 From: "local-bolaji-ghapp[bot]" <175208209+local-bolaji-ghapp[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:34:48 +0000 Subject: [PATCH] Append Hello World to all README.md files --- Documentation/README.md | 1 + Documentation/benchmarks/README.md | 1 + Documentation/etcd-mixin/README.md | 1 + Documentation/learning/lock/README.md | 1 + README.md | 1 + client/README.md | 1 + clientv3/README.md | 1 + contrib/README.md | 1 + contrib/raftexample/README.md | 1 + contrib/systemd/etcd3-multinode/README.md | 1 + etcdctl/README.md | 1 + functional/README.md | 1 + hack/README.md | 1 + hack/benchmark/README.md | 1 + hack/insta-discovery/README.md | 1 + hack/kubernetes-deploy/README.md | 1 + hack/patch/README.md | 1 + hack/tls-setup/README.md | 1 + pkg/README.md | 1 + pkg/adt/README.md | 1 + raft/README.md | 1 + security/README.md | 1 + tools/benchmark/README.md | 1 + tools/etcd-dump-db/README.md | 1 + tools/etcd-dump-logs/README.md | 1 + tools/local-tester/README.md | 1 + 26 files changed, 26 insertions(+) diff --git a/Documentation/README.md b/Documentation/README.md index 8961c07af..40c3ff26e 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -3,3 +3,4 @@ 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. 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 2 +Hello World Bolaji diff --git a/Documentation/benchmarks/README.md b/Documentation/benchmarks/README.md index 33517832d..636f41260 100644 --- a/Documentation/benchmarks/README.md +++ b/Documentation/benchmarks/README.md @@ -17,3 +17,4 @@ It records expected memory usage in different scenarios. [2.2-mem]: etcd-2-2-0-rc-memory-benchmarks.md [3.0]: etcd-3-demo-benchmarks.md Hello World 2 +Hello World Bolaji diff --git a/Documentation/etcd-mixin/README.md b/Documentation/etcd-mixin/README.md index b704c0dde..a340a35b8 100644 --- a/Documentation/etcd-mixin/README.md +++ b/Documentation/etcd-mixin/README.md @@ -24,3 +24,4 @@ Then run the unit test: promtool test rules test.yaml ``` Hello World 2 +Hello World Bolaji diff --git a/Documentation/learning/lock/README.md b/Documentation/learning/lock/README.md index 163f6d4c8..5ecafe8d5 100644 --- a/Documentation/learning/lock/README.md +++ b/Documentation/learning/lock/README.md @@ -60,3 +60,4 @@ failed to write to storage: error: given version (4703569812595502721) differ fr [unsafe-lock]: https://martin.kleppmann.com/2016/02/unsafe-lock.png [fencing-tokens]: https://martin.kleppmann.com/2016/02/fencing-tokens.png Hello World 2 +Hello World Bolaji diff --git a/README.md b/README.md index 3e7e441b7..f533fa669 100644 --- a/README.md +++ b/README.md @@ -207,3 +207,4 @@ These emeritus maintainers dedicated a part of their career to etcd and reviewed etcd is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details. Hello World 2 +Hello World Bolaji diff --git a/client/README.md b/client/README.md index 613ea5f33..583b01ef8 100644 --- a/client/README.md +++ b/client/README.md @@ -111,3 +111,4 @@ if err != nil { 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. Hello World 2 +Hello World Bolaji diff --git a/clientv3/README.md b/clientv3/README.md index cc8377e39..a3a33eebd 100644 --- a/clientv3/README.md +++ b/clientv3/README.md @@ -84,3 +84,4 @@ Client request size limit is configurable via `clientv3.Config.MaxCallSendMsgSiz More code examples can be found at [GoDoc](https://godoc.org/go.etcd.io/etcd/clientv3). Hello World 2 +Hello World Bolaji diff --git a/contrib/README.md b/contrib/README.md index 10a21856b..6e0f6be19 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -7,3 +7,4 @@ Scripts and files which may be useful but aren't part of the core etcd project. * [systemd/etcd2-backup-coreos](systemd/etcd2-backup-coreos) - remote backup and restore procedures for etcd2 clusters on CoreOS Linux * [systemd/etcd3-multinode](systemd/etcd3-multinode) - multi-node cluster setup with systemd Hello World 2 +Hello World Bolaji diff --git a/contrib/raftexample/README.md b/contrib/raftexample/README.md index 4ce9efd2a..774dc6d5a 100644 --- a/contrib/raftexample/README.md +++ b/contrib/raftexample/README.md @@ -124,3 +124,4 @@ When raft reaches a consensus, the server publishes all committed updates over a For raftexample, this commit channel is consumed by the key-value store. Hello World 2 +Hello World Bolaji diff --git a/contrib/systemd/etcd3-multinode/README.md b/contrib/systemd/etcd3-multinode/README.md index 45592be9a..001ce0b73 100644 --- a/contrib/systemd/etcd3-multinode/README.md +++ b/contrib/systemd/etcd3-multinode/README.md @@ -172,3 +172,4 @@ sudo systemctl stop my-etcd-3.service sudo systemctl disable my-etcd-3.service ``` Hello World 2 +Hello World Bolaji diff --git a/etcdctl/README.md b/etcdctl/README.md index 3f19812ad..2a91f3ea1 100644 --- a/etcdctl/README.md +++ b/etcdctl/README.md @@ -1686,3 +1686,4 @@ backward compatibility for `JSON` format and the format in non-interactive mode. [etcdrpc]: ../etcdserver/etcdserverpb/rpc.proto [storagerpc]: ../mvcc/mvccpb/kv.proto Hello World 2 +Hello World Bolaji diff --git a/functional/README.md b/functional/README.md index db7815927..9c9c66a11 100644 --- a/functional/README.md +++ b/functional/README.md @@ -217,3 +217,4 @@ $ curl -L http://localhost:1381/blackhole-rx -X PUT # s1 becomes follower after election timeout ``` Hello World 2 +Hello World Bolaji diff --git a/hack/README.md b/hack/README.md index d337356ae..6ef56542d 100644 --- a/hack/README.md +++ b/hack/README.md @@ -1,2 +1,3 @@ Various hacks that are used by developers. Hello World 2 +Hello World Bolaji diff --git a/hack/benchmark/README.md b/hack/benchmark/README.md index 45c14d37a..ea71fb38c 100644 --- a/hack/benchmark/README.md +++ b/hack/benchmark/README.md @@ -13,3 +13,4 @@ Benchmark 3-member etcd cluster to get its read and write performance. 1. Set environment variable `GOMAXPROCS` as the number of available cores to maximize CPU resources for both etcd member and bench process. 2. Set the number of open files per process as 10000 for amounts of client connections for both etcd member and benchmark process. Hello World 2 +Hello World Bolaji diff --git a/hack/insta-discovery/README.md b/hack/insta-discovery/README.md index af3b41623..30929bb7b 100644 --- a/hack/insta-discovery/README.md +++ b/hack/insta-discovery/README.md @@ -1,2 +1,3 @@ Starts a cluster via the discovery service locally. Useful for testing. Hello World 2 +Hello World Bolaji diff --git a/hack/kubernetes-deploy/README.md b/hack/kubernetes-deploy/README.md index 8a28a813d..ba58aae97 100644 --- a/hack/kubernetes-deploy/README.md +++ b/hack/kubernetes-deploy/README.md @@ -20,3 +20,4 @@ TODO: - create a replication controller like service that knows how to add and remove nodes from the cluster correctly - use kubernetes secrets API to configure TLS for etcd clients and peers Hello World 2 +Hello World Bolaji diff --git a/hack/patch/README.md b/hack/patch/README.md index 45f1d1c10..578bf8f03 100644 --- a/hack/patch/README.md +++ b/hack/patch/README.md @@ -36,3 +36,4 @@ To cherry pick 12345 then 56789 and propose them togther as a single PR, run: Hello World 2 +Hello World Bolaji diff --git a/hack/tls-setup/README.md b/hack/tls-setup/README.md index 137e09909..6e41b76d8 100644 --- a/hack/tls-setup/README.md +++ b/hack/tls-setup/README.md @@ -30,3 +30,4 @@ Example: ``` 3. Run `make` to generate the certs Hello World 2 +Hello World Bolaji diff --git a/pkg/README.md b/pkg/README.md index 53d04ba96..a2a9d5028 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -1,3 +1,4 @@ pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future. Hello World 2 +Hello World Bolaji diff --git a/pkg/adt/README.md b/pkg/adt/README.md index 9f010a1cb..c3190c6d6 100644 --- a/pkg/adt/README.md +++ b/pkg/adt/README.md @@ -47,3 +47,4 @@ Deleting the node `11` triggers multiple rotates for rebalancing: Try yourself at https://www.cs.usfca.edu/~galles/visualization/RedBlack.html. Hello World 2 +Hello World Bolaji diff --git a/raft/README.md b/raft/README.md index b33285d1f..c91b61fd1 100644 --- a/raft/README.md +++ b/raft/README.md @@ -196,3 +196,4 @@ To ensure there is no attempt to commit two membership changes at once by matchi This approach introduces a problem when removing a member from a two-member cluster: If one of the members dies before the other one receives the commit of the confchange entry, then the member cannot be removed any more since the cluster cannot make progress. For this reason it is highly recommended to use three or more nodes in every cluster. Hello World 2 +Hello World Bolaji diff --git a/security/README.md b/security/README.md index 8f6e4c45b..8eab81997 100644 --- a/security/README.md +++ b/security/README.md @@ -32,3 +32,4 @@ As the security issue moves from triage, to identified fix, to release planning A public disclosure date is negotiated by the etcd Product Security Committee and the bug reporter. We prefer to fully disclose the bug as soon as possible once user mitigation is available. It is reasonable to delay disclosure when the bug or the fix is not yet fully understood, the solution is not well-tested, or for vendor coordination. The timeframe for disclosure is from immediate (especially if it's already publicly known) to a few weeks. As a basic default, we expect report date to disclosure date to be on the order of 7 days. The etcd Product Security Committee holds the final say when setting a disclosure date. Hello World 2 +Hello World Bolaji diff --git a/tools/benchmark/README.md b/tools/benchmark/README.md index 366440fd3..b128478f8 100644 --- a/tools/benchmark/README.md +++ b/tools/benchmark/README.md @@ -11,3 +11,4 @@ $ ls $GOPATH/bin benchmark ``` Hello World 2 +Hello World Bolaji diff --git a/tools/etcd-dump-db/README.md b/tools/etcd-dump-db/README.md index 4f3815715..ed58906bd 100644 --- a/tools/etcd-dump-db/README.md +++ b/tools/etcd-dump-db/README.md @@ -73,3 +73,4 @@ key="\x00\x00\x00\x00\x005@x_\x00\x00\x00\x00\x00\x00\x00\bt", value="\n\x153640 key="\x00\x00\x00\x00\x005@x_\x00\x00\x00\x00\x00\x00\x00\at", value="\n\x153640412599896088633_7" ``` Hello World 2 +Hello World Bolaji diff --git a/tools/etcd-dump-logs/README.md b/tools/etcd-dump-logs/README.md index be8c49a9d..7b2c37e4a 100644 --- a/tools/etcd-dump-logs/README.md +++ b/tools/etcd-dump-logs/README.md @@ -132,3 +132,4 @@ Entry types () count is : 4 ``` [decoder_correctoutputformat.sh]: ./testdecoder/decoder_correctoutputformat.sh Hello World 2 +Hello World Bolaji diff --git a/tools/local-tester/README.md b/tools/local-tester/README.md index 204607a06..e3e485f17 100644 --- a/tools/local-tester/README.md +++ b/tools/local-tester/README.md @@ -24,3 +24,4 @@ The fault injected cluster is invoked with `goreman`: goreman -f tools/local-tester/Procfile start ``` Hello World 2 +Hello World Bolaji