https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
bbe86b0 version: 3.4.2 09 October 2019, 22:26:52 UTC
2c36cab Merge pull request #11223 from YoyinZyc/automated-cherry-pick-of-#11179-origin-release-3.4 Automated cherry pick of #11179 09 October 2019, 20:28:04 UTC
480d551 etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact() 09 October 2019, 19:40:12 UTC
9245518 etcdserver: trace raft requests. 09 October 2019, 19:40:12 UTC
daa432c etcdserver: add put request steps. mvcc: add put request steps; add trace to KV.Write() as input parameter. 09 October 2019, 19:40:12 UTC
8717327 pkg: use zap logger to format the structure log output. 09 October 2019, 19:40:12 UTC
4f1bbff pkg: add field to record additional detail of trace; add stepThreshold to reduce log volume. 09 October 2019, 19:40:12 UTC
28bb803 pkg: create package traceutil for tracing. mvcc: add tracing steps:range from the in-memory index tree; range from boltdb. etcdserver: add tracing steps: agreement among raft nodes before linerized reading; authentication; filter and sort kv pairs; assemble the response. 09 October 2019, 19:40:12 UTC
03b5e72 Merge pull request #11213 from jpbetz/automated-cherry-pick-of-#11211-origin-release-3.4 Automated cherry pick of #11211 09 October 2019, 01:47:06 UTC
0781c03 clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints 09 October 2019, 01:27:03 UTC
99774d8 Merge pull request #11214 from jpbetz/automated-cherry-pick-of-#11184-origin-release-3.4 Automated cherry pick of #11184 09 October 2019, 00:35:02 UTC
c454344 clientv3: Set authority used in cert checks to host of endpoint 08 October 2019, 22:35:27 UTC
dae0a72 Merge pull request #11200 from jingyih/automated-cherry-pick-of-#11194-origin-release-3.4 Automated cherry pick of #11194 on release-3.4 03 October 2019, 23:03:23 UTC
c91a6bf tests/e2e: fix metrics tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 03 October 2019, 23:02:39 UTC
b7ff97f etcdctl: fix member add command 03 October 2019, 20:52:22 UTC
d08bb07 scripts/build-binary: fix darwin tar commands Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 28 September 2019, 18:39:04 UTC
3a736a8 scripts/release: fix SHA256SUMS command Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 17 September 2019, 21:12:18 UTC
a14579f version: 3.4.1 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 17 September 2019, 20:53:25 UTC
ade66a5 scripts/release: fix docker push command Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 17 September 2019, 20:53:12 UTC
67cc709 integration: fix bug in for loop, make it break properly 17 September 2019, 20:30:12 UTC
21dcadc Merge pull request #11148 from spzala/automated-cherry-pick-of-#11147-upstream-release-3.4 Automated cherry pick of #11147 13 September 2019, 18:12:41 UTC
c7c379e embed: expose ZapLoggerBuilder This exposes the ZapLoggerBuilder in the embed.Config to allow for custom loggers to be defined and used by embedded etcd. Fixes #11144 13 September 2019, 18:09:54 UTC
9ed5f76 vendor: upgrade to gRPC v1.23.1 https://github.com/grpc/grpc-go/releases/tag/v1.23.1 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 11 September 2019, 21:54:24 UTC
994865c Merge pull request #11133 from jingyih/automated-cherry-pick-of-#11126-origin-release-3.4 Automated cherry pick of #11126 on release-3.4 07 September 2019, 07:03:37 UTC
ccbbb2f mvcc: add store revision metrics Add experimental metrics etcd_debugging_mvcc_current_revision and etcd_debugging_mvcc_compact_revision. 07 September 2019, 00:03:21 UTC
d5f79ad etcdserver: remove dup percentage sign in log 05 September 2019, 05:03:49 UTC
8b053b0 embed: fix secure server logging message Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 03 September 2019, 16:43:08 UTC
11980f8 scripts/release: Apply shellcheck findings I run https://github.com/koalaman/shellcheck/ over scripts/* and fixed the findings it returned. Signed-off-by: Manuel Rüger <manuel@rueg.eu> 03 September 2019, 16:42:35 UTC
41d4e2b scripts/release: rename SHA256SUM to SHA256SUMS These files are commonly called SHA256SUMS and with this change rget works for v3.4.0 as well. Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 30 August 2019, 20:35:40 UTC
898bd13 version: 3.4.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 30 August 2019, 15:09:55 UTC
d04d96c tests/e2e: run metrics test again Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 30 August 2019, 15:09:32 UTC
21edf98 Documentation:fix clerical error 30 August 2019, 15:08:47 UTC
a4f7c65 vendor: x/sys and x/net to support building on Risc-V Signed-off-by: Carlos de Paula <me@carlosedp.com> 29 August 2019, 21:03:59 UTC
c3a9eec scripts/release: fix sha256sum Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 29 August 2019, 16:38:57 UTC
e5528ac version: 3.4.0-rc.4 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 29 August 2019, 15:53:10 UTC
9977550 Merge pull request #11091 from hexfusion/automated-cherry-pick-of-#11087-upstream-release-3.4 Automated cherry pick of #11087 on release 3.4 29 August 2019, 15:39:11 UTC
4d7a6e2 scripts/release: add sha256sum summary of release assets Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 29 August 2019, 11:33:16 UTC
5e8757c Documentation: Add section headers to etcd Learner In the Background section, the document describes various challenges for cluster membership change. Added section header for each case described for better readability. 27 August 2019, 17:18:34 UTC
012e38f version: 3.4.0-rc.3 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 27 August 2019, 16:50:54 UTC
41a2cfa pkg/logutil: change to "MergeOutputPaths" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 27 August 2019, 16:50:26 UTC
9f8a1ed embed: fix "--log-outputs" setup without "stderr" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 27 August 2019, 16:50:17 UTC
165ba72 raft/log_test: fixed wrong index 26 August 2019, 19:37:07 UTC
9c850cc raft: fixed some typos and simplify minor logic 26 August 2019, 19:37:02 UTC
61d6efd etcdserver: add check for nil options 26 August 2019, 17:48:20 UTC
b76f149 tests/e2e: skip metrics tests for now Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 26 August 2019, 07:02:48 UTC
5e33bb1 Documentation: snapshot can be requested from one etcd node only Updated Snapshot section of demo.md to reflect that snapsot can be requested only from one etcd node at a time. Fixes : #10855 26 August 2019, 06:40:25 UTC
83bf125 clientv3: add nil checks in Close() Added nil checks in Close() for Watcher and Lease fields Added test case 26 August 2019, 06:40:05 UTC
d23af41 tests/e2e: remove string replace for v3.4.0-rc.1 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 23 August 2019, 08:14:42 UTC
67d0c21 version: 3.4.0-rc.2 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 23 August 2019, 07:37:01 UTC
18a077d raft : Write compact if statements 23 August 2019, 07:36:44 UTC
fb6d870 Merge pull request #11072 from jingyih/automated-cherry-pick-of-#11069-origin-release-3.4 Automated cherry pick of #11069 on release-3.4 22 August 2019, 22:57:12 UTC
e00224f integration: fix TestKVPutError Give backend quota enough overhead. 22 August 2019, 20:33:19 UTC
2af1caf functional test: fix typo in agent log Fix typo in functional test agent log to avoid debugging confusion. 20 August 2019, 22:23:13 UTC
0777eab Documentation/upgrades: special upgrade guides for >= 3.3.14 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 16 August 2019, 23:19:22 UTC
0ecc0d0 etcdmain: update help message Add experimental-peer-skip-client-san-verification flag description to help message. Add default values. 16 August 2019, 23:07:06 UTC
982a8c9 rafttest: print Ready before processing it It was confusing to see the effects of the Ready (i.e. log messages) printed before the Ready itself. 16 August 2019, 15:10:17 UTC
b8e3e4e raft: fix a test file name 16 August 2019, 15:10:07 UTC
4090edf raft: document problem with leader self-removal When a leader removes itself, it will retain its leadership but not accept new proposals, making the range effectively stuck until manual intervention triggers a campaign event. This commit documents the behavior. It does not correct it yet. 16 August 2019, 15:09:56 UTC
078cacc raft: add a batch of interaction-driven conf change tests Verifiy the behavior in various v1 and v2 conf change operations. This also includes various fixups, notably it adds protection against transitioning in and out of new configs when this is not permissible. There are more threads to pull, but those are left for future commits. 16 August 2019, 15:09:44 UTC
d177b7f raft: proactively probe newly added followers When the leader applied a new configuration that added voters, it would not immediately probe these voters, delaying when they would be caught up. I noticed this while writing an interaction-driven test, which has now been cleaned up and completed. 16 August 2019, 15:09:33 UTC
2c1a1d8 rafttest: add _breakpoint directive It is a helper case to attach a debugger to when a problem needs to be investigated in a longer test file. In such a case, add the following stanza immediately before the interesting behavior starts: _breakpoint: ---- ok and set a breakpoint on the _breakpoint case. 16 August 2019, 15:09:23 UTC
0fc1084 raft: initialize new Progress at LastIndex, not LastIndex+1 Initializing at LastIndex+1 meant that new peers would not be probed immediately when they appeared in the leader's config, which delays their getting caught up. 16 August 2019, 15:09:11 UTC
df489e7 raft/rafttest: fix stabilize handler It was bailing out too early. 16 August 2019, 15:08:28 UTC
f13a510 tests/e2e: fix version matching Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 21:46:19 UTC
c9465f5 *: use Go 1.12.9 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 21:40:46 UTC
8f85f0d version: 3.4.0-rc.1 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 20:45:25 UTC
0161e72 mvcc: keep 64-bit alignment in "store" struct Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 20:31:52 UTC
1691eec clientv3/integration: fix "mvcc.NewStore" call Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 20:31:46 UTC
1e213b7 *: Add experimental-compaction-batch-limit flag Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 20:31:39 UTC
b30c1eb mvcc: Optimize compaction for short commit pauses 15 August 2019, 20:29:28 UTC
a0be90f Documentation/upgrades: update Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 00:01:19 UTC
8110a96 scripts/release: clean up minor tag docker commands Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 05:01:10 UTC
8e05c73 Makefile: explicit about GOOS in docker-test builds Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 23:57:22 UTC
970ca9f Documentation/upgrades: highlight "--enable-v2=false" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 22:32:46 UTC
a481ee8 vendor: update "net/http2" to latest Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 21:44:59 UTC
4d06d3b vendor: upgrade grpc-go to 1.23.0 https://github.com/grpc/grpc-go/releases/tag/v1.23.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 21:44:53 UTC
98462b5 *: use Go 1.12.8 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 19:56:11 UTC
2a8d09b clientv3: use Endpoints(), fix context creation If overwritten, the previous context should be canceled first. Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 19:43:49 UTC
49c6e87 version: 3.4.0-pre Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 13 August 2019, 19:43:40 UTC
84ed0f7 version: 3.4.0-rc.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 17:06:34 UTC
52d3429 scripts: remove ".aci" commands Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 17:06:24 UTC
9c1d2ea scripts/release: fix version check commands Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 16:59:24 UTC
547631a scripts: fix build docker commands, add more logging Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 16:50:21 UTC
802e01a *: remove "acbuild" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 16:50:21 UTC
1dff1c8 scripts/release: fix "yq" command Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 16:50:18 UTC
ac6b604 raft/rafttest: introduce datadriven testing It has often been tedious to test the interactions between multi-member Raft groups, especially when many steps were required to reach a certain scenario. Often, this boilerplate was as boring as it is hard to write and hard to maintain, making it attractive to resort to shortcuts whenever possible, which in turn tended to undercut how meaningful and maintainable the tests ended up being - that is, if the tests were even written, which sometimes they weren't. This change introduces a datadriven framework specifically for testing deterministically the interaction between multiple members of a raft group with the goal of reducing the friction for writing these tests to near zero. In the near term, this will be used to add thorough testing for joint consensus (which is already available today, but wildly undertested), but just converting an existing test into this framework has shown that the concise representation and built-in inspection of log messages highlights unexpected behavior much more readily than the previous unit tests did (the test in question is `snapshot_succeed_via_app_resp`; the reader is invited to compare the old and new version of it). The main building block is `InteractionEnv`, which holds on to the state of the whole system and exposes various relevant methods for manipulating it, including but not limited to adding nodes, delivering and dropping messages, and proposing configuration changes. All of this is extensible so that in the future I hope to use it to explore the phenomena discussed in https://github.com/etcd-io/etcd/issues/7625#issuecomment-488798263 which requires injecting appropriate "crash points" in the Ready handling loop. Discussions of the "what if X happened in state Y" can quickly be made concrete by "scripting up an interaction test". Additionally, this framework is intentionally not kept internal to the raft package.. Though this is in its infancy, a goal is that it should be possible for a suite of interaction tests to allow applications to validate that their Storage implementation behaves accordingly, simply by running a raft-provided interaction suite against their Storage. 12 August 2019, 15:10:29 UTC
69c97cd vendor: bump datadriven Picks up some fixes for papercuts. 12 August 2019, 15:10:19 UTC
faa71d8 cleanup: correct summary message in put.go 12 August 2019, 15:07:33 UTC
64c1677 tests/e2e: pass "rc.0" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 August 2019, 08:46:58 UTC
8ff71c5 test: fix metric name typo 09 August 2019, 20:24:27 UTC
dbe5198 raft: fix restoring joint configurations While writing interaction tests for joint configuration changes, I realized that this wasn't working yet - restoring had no notion of the joint configuration and was simply dropping it on the floor. This commit introduces a helper `confchange.Restore` which takes a `ConfState` and initializes a `Tracker` from it. This is then used both in `(*raft).restore` as well as in `newRaft`. 09 August 2019, 18:18:40 UTC
39d0f4e confchange: clean up unnecessary block 09 August 2019, 18:18:30 UTC
a8b4213 raft : `newRaft()` does check for validity of `Config` 09 August 2019, 18:18:06 UTC
a945379 raft/tracker: visit Progress in stable order This is helpful for upcoming testing work which allows datadriven testing of the interaction of multiple nodes. This testing requires determinism to work correctly. 09 August 2019, 15:39:52 UTC
7a50cd7 raft/auorum: remove unused type 09 August 2019, 15:39:44 UTC
f786b6b etcdserver: add "etcd_server_snapshot_apply_in_progress_total" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 08 August 2019, 21:02:13 UTC
1c8ab76 integration: test snapshot inflights metrics Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 08 August 2019, 21:01:54 UTC
abdb7ca etcdserver/api: add "etcd_network_snapshot_send_inflights_total", "etcd_network_snapshot_receive_inflights_total" Useful for deciding when to terminate the unhealthy follower. If the follower is receiving a leader snapshot, operator may wait. Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 08 August 2019, 21:01:45 UTC
629cb7a agent: fix a data race and deadlock add 1-size buffer for `errc` to avoid deadlock of child goroutine add a local variable to a void data race in `err` when `case <-stream.Context().Done():` is taken 08 August 2019, 19:23:08 UTC
89e1023 Documentation/op-guide: update runtime configuration Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 08 August 2019, 16:25:29 UTC
back to top