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

sort by:
Revision Author Date Message Commit Date
3cf2f69 version: 3.4.3 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 23 October 2019, 17:11:46 UTC
d617055 *: use Go 1.12.12 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 23 October 2019, 17:11:02 UTC
84db9b0 Merge pull request #11252 from YoyinZyc/automated-cherry-pick-of-#11247-origin-release-3.4 Automated cherry pick of #11247 18 October 2019, 17:30:30 UTC
6cf418f Merge pull request #11275 from YoyinZyc/stream-support-3.4 rafthttp: add 3.4 stream type 18 October 2019, 17:25:53 UTC
97e68cf rafthttp: add 3.4 stream type 17 October 2019, 21:33:53 UTC
90556d5 Merge pull request #11269 from jingyih/automated-cherry-pick-of-#11265-upstream-release-3.4 Automated cherry pick of #11265 on release 3.4 16 October 2019, 23:50:06 UTC
a00abf5 etcdserver: strip patch version in metrics Strip patch version in cluster version metrics during node restart. 16 October 2019, 23:29:53 UTC
b3329eb Merge pull request #11255 from jingyih/automated-cherry-pick-of-#11233-#11254-upstream-release-3.4 Automated cherry pick of #11233 #11254 on release 3.4 15 October 2019, 18:06:09 UTC
b67862c etcdserver: strip patch version in cluster version Strip patch version in cluster version metrics. 15 October 2019, 00:37:49 UTC
6a699b6 etcdserver: unset old cluster version in metrics 15 October 2019, 00:35:10 UTC
bb5ba14 Add version, tag and branch checks to release script 14 October 2019, 19:55:17 UTC
c3dc994 Merge pull request #11243 from YoyinZyc/automated-cherry-pick-of-#11237-origin-release-3.4 Automated cherry pick of #11237 11 October 2019, 19:38:10 UTC
f3fbed5 Merge branch 'release-3.4' into automated-cherry-pick-of-#11237-origin-release-3.4 11 October 2019, 18:17:03 UTC
e254790 scripts: avoid release builds on darwin machine. 11 October 2019, 18:12:30 UTC
14c2390 Merge pull request #11235 from YoyinZyc/automated-cherry-pick-of-#11234-origin-release-3.4 Automated cherry pick of #11234 10 October 2019, 23:28:59 UTC
7b67e8a scripts: fix read failure prompt in release; use https for git clone. 10 October 2019, 23:20:17 UTC
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
back to top