https://github.com/coreos/etcd

sort by:
Revision Author Date Message Commit Date
9fd7e2b version: 3.3.20 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 01 April 2020, 17:49:03 UTC
1aa5da9 wal: add "etcd_wal_writes_bytes_total" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 01 April 2020, 17:49:00 UTC
89ecd19 pkg/ioutil: add "FlushN" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 01 April 2020, 17:36:03 UTC
67da93f version: 3.3.19 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:23:32 UTC
a463bd5 words: whitelist "racey" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:23:16 UTC
cd200b4 Revert "version: 3.3.19" This reverts commit acb9746d660850b5d42ddd44ac1025168e73496a. 19 March 2020, 00:22:12 UTC
5088080 travis.yaml: use Go 1.12.12 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:21:49 UTC
acb9746 version: 3.3.19 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:18:46 UTC
07562e2 Revert "version: 3.3.19" This reverts commit 3f6b978b0496080e8067e0d2d1270134a9a51ef8. 19 March 2020, 00:18:34 UTC
10d50e0 words: whitelist "hasleader" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:18:31 UTC
f9c8920 version: 3.3.19 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:18:31 UTC
d9027ce etcdserver/api/v3rpc: handle api version metadata, add metrics ref. https://github.com/etcd-io/etcd/pull/11687 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:18:31 UTC
6f7ee07 clientv3: embed api version in metadata ref. https://github.com/etcd-io/etcd/pull/11687 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> clientv3: fix racy writes to context key === RUN TestWatchOverlapContextCancel ================== WARNING: DATA RACE Write at 0x00c42110dd40 by goroutine 99: runtime.mapassign() /usr/local/go/src/runtime/hashmap.go:485 +0x0 github.com/coreos/etcd/clientv3.metadataSet() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/ctx.go:61 +0x8c github.com/coreos/etcd/clientv3.withVersion() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/ctx.go:47 +0x137 github.com/coreos/etcd/clientv3.newStreamClientInterceptor.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/client.go:309 +0x81 google.golang.org/grpc.NewClientStream() /go/src/github.com/coreos/etcd/gopath/src/google.golang.org/grpc/stream.go:101 +0x10e github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchClient).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3193 +0xe9 github.com/coreos/etcd/clientv3.(*watchGrpcStream).openWatchClient() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:788 +0x143 github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:700 +0x5c3 github.com/coreos/etcd/clientv3.(*watchGrpcStream).run() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:431 +0x12b Previous read at 0x00c42110dd40 by goroutine 130: reflect.maplen() /usr/local/go/src/runtime/hashmap.go:1165 +0x0 reflect.Value.MapKeys() /usr/local/go/src/reflect/value.go:1090 +0x43b fmt.(*pp).printValue() /usr/local/go/src/fmt/print.go:741 +0x1885 fmt.(*pp).printArg() /usr/local/go/src/fmt/print.go:682 +0x1b1 fmt.(*pp).doPrintf() /usr/local/go/src/fmt/print.go:998 +0x1cad fmt.Sprintf() /usr/local/go/src/fmt/print.go:196 +0x77 github.com/coreos/etcd/clientv3.streamKeyFromCtx() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:825 +0xc8 github.com/coreos/etcd/clientv3.(*watcher).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:265 +0x426 github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:959 +0x23e Goroutine 99 (running) created at: github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:236 +0x59d github.com/coreos/etcd/clientv3.(*watcher).Watch() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/watch.go:278 +0xbb6 github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel.func1() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:959 +0x23e Goroutine 130 (running) created at: github.com/coreos/etcd/clientv3/integration.testWatchOverlapContextCancel() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:979 +0x76d github.com/coreos/etcd/clientv3/integration.TestWatchOverlapContextCancel() /go/src/github.com/coreos/etcd/gopath/src/github.com/coreos/etcd/clientv3/integration/watch_test.go:922 +0x44 testing.tRunner() /usr/local/go/src/testing/testing.go:657 +0x107 ================== Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 March 2020, 00:18:29 UTC
30aaceb etcdserver/api/etcdhttp: log server-side /health checks ref. https://github.com/etcd-io/etcd/pull/11704 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 18 March 2020, 23:28:18 UTC
1228d6c proxy/grpcproxy: add return on error for metrics handler Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 16 March 2020, 16:06:33 UTC
eb1df6d Merge pull request #11665 from jingyih/automated-cherry-pick-of-#11638-upstream-release-3.3 Automated cherry pick of #11638 on release-3.3 11 March 2020, 23:22:55 UTC
c58133b etcdctl: fix member add command Use members information from member add response, which is guaranteed to be up to date. 29 February 2020, 15:21:17 UTC
e21e355 Merge pull request #11632 from jingyih/automated-cherry-pick-of-#11630-upstream-release-3.3 Automated cherry pick of #11630 to release-3.3 16 February 2020, 00:35:50 UTC
7b1a92c mvcc/backend: check for nil boltOpenOptions Check if boltOpenOptions is nil before use it. 15 February 2020, 08:27:08 UTC
b0a4038 Merge pull request #11623 from jpbetz/automated-cherry-pick-of-#11613-origin-release-3.3 Automated cherry pick of #11613 to release-3.3 13 February 2020, 21:15:03 UTC
b3d9e29 mvcc/backend: Delete orphaned db.tmp files before defrag 13 February 2020, 20:32:04 UTC
70853d6 Merge pull request #11378 from jingyih/automated-cherry-pick-of-#10218-#10468-upstream-release-3.3 Automated cherry pick of #10218 #10468 on release 3.3 25 January 2020, 16:40:43 UTC
3c8740a version: 3.3.18 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 27 November 2019, 04:19:50 UTC
9cd3eef Merge pull request #11394 from jingyih/automated-cherry-pick-of-#11374-upstream-release-3.3 Automated cherry pick of #11374 on release 3.3 26 November 2019, 23:02:17 UTC
47d3dea mvcc: update to "etcd_debugging_mvcc_total_put_size_in_bytes" 26 November 2019, 22:09:04 UTC
aaa8571 mvcc: add "etcd_mvcc_put_size_in_bytes" to monitor the throughput of put request. 26 November 2019, 22:07:50 UTC
e1508f9 integration: disable TestV3AuthOldRevConcurrent Disable TestV3AuthOldRevConcurrent for now. See https://github.com/etcd-io/etcd/pull/10468#issuecomment-463253361 21 November 2019, 00:45:48 UTC
5a48217 etcdserver: remove auth validation loop Remove auth validation loop in v3_server.raftRequest(). Re-validation when error ErrAuthOldRevision occurs should be handled on client side. 21 November 2019, 00:45:48 UTC
95095f8 etcdserver: Remove infinite loop in doSerialize Once chk(ai) fails with auth.ErrAuthOldRevision it will always do, regardless how many times you retry. So the error is better be returned to fail the pending request and make the client re-authenticate. 21 November 2019, 00:45:47 UTC
5cf80a6 clientv3: fix retry/streamer error message Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 31 October 2019, 17:08:53 UTC
069bce1 Merge pull request #11314 from jingyih/automated-cherry-pick-of-#11308-upstream-release-3.3 Automated cherry pick of #11308 on release-3.3 31 October 2019, 17:08:08 UTC
7c164a8 etcdserver: wait purge file loop during shutdown To prevent the purge file loop from accidentally acquiring the file lock and remove the files during server shutdowm. 30 October 2019, 23:47:06 UTC
ff5fb05 scripts/release: list GPG key only when tagging is needed Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 23 October 2019, 18:13:05 UTC
a977795 Merge pull request #11253 from YoyinZyc/automated-cherry-pick-of-#11247-origin-release-3.3 Automated cherry pick of #11247 18 October 2019, 17:30:16 UTC
aedfe54 Merge pull request #11261 from wenjiaswe/automated-cherry-pick-of-#10257-upstream-release-3.3 cherry pick "etcd_cluster_version" metric" (#10257, #11233, #11254, #11265) to release-3.3 17 October 2019, 19:40:08 UTC
e788880 Add cluster version fix #11233, #11254, #11265 16 October 2019, 20:27:07 UTC
7fbfdc2 tests/e2e: test cluster version Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 16 October 2019, 01:07:53 UTC
5c19bd2 etcdserver/*: add "etcd_cluster_version" metric Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 16 October 2019, 01:05:33 UTC
683a643 Add version, tag and branch checks to release script 14 October 2019, 19:57:35 UTC
660dc83 Merge pull request #11245 from YoyinZyc/prevent-darwin-build-3.3 scripts: avoid release builds on darwin machine. 11 October 2019, 19:37:34 UTC
ffcddac scripts: avoid release builds on darwin machine. 11 October 2019, 18:27:57 UTC
6d80523 version: v3.3.17 11 October 2019, 17:23:13 UTC
5e4d852 Merge pull request #11236 from YoyinZyc/change-git-clone scripts: use https for git clone. 11 October 2019, 05:52:46 UTC
3827d6b scripts: use https for git clone. 10 October 2019, 23:46:37 UTC
3fae828 vendor: v3.3.16 10 October 2019, 17:59:40 UTC
011bd86 Merge pull request #11196 from andyliuliming/release-3.3-cherry etcdserver: cherry-pick skip client san verification option for 3.3 version. 09 October 2019, 16:40:58 UTC
a311a80 helper document update. 09 October 2019, 05:15:56 UTC
ef61a56 Merge pull request #11215 from jpbetz/automated-cherry-pick-of-#11184-origin-release-3.3 Automated cherry pick of #11184 09 October 2019, 01:47:12 UTC
a2f585d clientv3: Set authority used in cert checks to host of endpoint 09 October 2019, 01:25:08 UTC
7558b41 Merge pull request #11216 from jpbetz/automated-cherry-pick-of-#11211-origin-release-3.3 Automated cherry pick of #11211 09 October 2019, 00:16:01 UTC
4b227b6 clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints 08 October 2019, 23:12:13 UTC
1be7ab4 Merge pull request #11201 from jingyih/automated-cherry-pick-of-#11194-origin-release-3.3 Automated cherry pick of #11194 on release-3.3 03 October 2019, 23:03:30 UTC
02a27c0 etcdctl: fix member add command 03 October 2019, 20:52:57 UTC
d851911 etcdserver: add unit test. 03 October 2019, 08:06:30 UTC
86b1686 etcdserver: cherry-pick skip client san verification option for 3.3 version. Co-authored-by: Martin Weindel <martin.weindel@sap.com> Co-authored-by: Jingyi Hu <jingyih@google.com> Co-authored-by: Liming Liu <andyliuliming@outlook.com> 03 October 2019, 02:12:22 UTC
943832a Merge pull request #11134 from jingyih/automated-cherry-pick-of-#11126-origin-release-3.3 Automated cherry pick of #11126 on release-3.3 07 September 2019, 07:03:44 UTC
8a8efa7 mvcc: add store revision metrics Add experimental metrics etcd_debugging_mvcc_current_revision and etcd_debugging_mvcc_compact_revision. 07 September 2019, 00:19:46 UTC
a4f18a4 Merge pull request #11056 from jingyih/update_bbolt vendor: update bbolt to v1.3.3 20 August 2019, 16:08:39 UTC
7f067ce Merge pull request #11055 from jingyih/fix_gofmt_bom *: Fix gofmt bom 20 August 2019, 05:39:08 UTC
9244d2b vendor: update bbolt to v1.3.3 20 August 2019, 03:55:55 UTC
ffb43df bom: regenerate 20 August 2019, 03:35:44 UTC
74cf4ae scripts: fix updatebom.sh Remove "./cmd/vendor". 20 August 2019, 03:29:49 UTC
81fc7c2 *: fix gofmt 20 August 2019, 03:22:15 UTC
94745a4 version: 3.3.15 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 August 2019, 18:26:22 UTC
e94188b vendor: regenerate Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 August 2019, 18:26:16 UTC
aa1e17a go.mod: remove, change back to "glide" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 19 August 2019, 18:26:12 UTC
5cf5d88 version: 3.3.14 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 16 August 2019, 23:21:44 UTC
af8cb6c Documentation/upgrades: special upgrade guides for >= 3.3.14 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 16 August 2019, 23:21:11 UTC
9dd98b7 version: 3.3.14-rc.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 22:03:43 UTC
2f3aa89 vendor: regenerate Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 22:02:26 UTC
d65219c go.mod: regenerate Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 22:02:03 UTC
b9c976e gitignore: track vendor directory Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 22:00:46 UTC
b196734 *: test with Go 1.12.9 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 15 August 2019, 21:42:32 UTC
1aa4af8 version: 3.3.14-beta.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 18:52:26 UTC
95a5c57 tests/e2e: add missing curl Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 18:31:53 UTC
082c5e0 e2e: move Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 18:22:39 UTC
33668f4 test: do not run "v2store" tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 18:12:46 UTC
c7c09c6 test: bump up timeout for e2e tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:52:16 UTC
4f1e654 travis: fix functional tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:40:16 UTC
e16b21b functional: add back, travis Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
0e96b34 auth: fix tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
3c2b1cd travis: do not run functional for now Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
37d10dd travis: skip windows build Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
84508f7 test: fix repo path Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
be3babf tests/e2e: fix Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
61065db build: remove tools Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
0ddda8c integration: fix tests Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
b889245 integration: fix "HashKVRequest" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
6e37ece functional: update Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
f68fac6 travis.yml: fix, run e2e Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
dbfc7bd integration: update Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
e5c2dff etcdserver: detect leader change on reads Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:10 UTC
9561f6b clientv3: rewrite based on 3.4 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 16:32:06 UTC
a317433 raft: fix compile error in "Panic" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 11:05:07 UTC
7eb9a29 pkg/*: add Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 11:05:04 UTC
5a678bb etcdserver/api/v3rpc: support watch fragmentation Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 08:22:29 UTC
92a7504 tests: update Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 08:22:29 UTC
d167714 *: regenerate proto Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 08:22:23 UTC
9f7294f etcdserver/etcdserverpb/rpc.proto: add watch progress/fragment Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 08:17:29 UTC
830bba3 vendor: regenerate, upgrade gRPC to 1.23.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 14 August 2019, 08:16:44 UTC
back to top