https://github.com/coreos/etcd

sort by:
Revision Author Date Message Commit Date
28c47bb version: bump up to 3.2.17 08 March 2018, 21:45:31 UTC
ea0fda6 clientv3/integration: test "rpctypes.ErrLeaseTTLTooLarge" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 18:38:18 UTC
6e5e3d1 *: enforce max lease TTL with 9,000,000,000 seconds math.MaxInt64 / time.Second is 9,223,372,036. 9,000,000,000 is easier to remember/document. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 18:38:07 UTC
58f9080 Merge pull request #9404 from jpbetz/automated-cherry-pick-of-#9379-origin-release-3.2 Automated cherry pick of #9379 08 March 2018, 16:21:35 UTC
f8fc817 *: remove unused env vars Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 09:36:21 UTC
3bb8edc e2e: fix missing "apiPrefix" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 09:08:26 UTC
4e7b9d2 e2e: add "Election" grpc-gateway test cases Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 09:07:19 UTC
fe90bc4 Merge pull request #9405 from jpbetz/automated-cherry-pick-of-#9347-origin-release-3.2 Automated cherry pick of #9347 08 March 2018, 08:59:26 UTC
3710c24 Merge pull request #9403 from jpbetz/automated-cherry-pick-of-#9336-origin-release-3.2 Automated cherry pick of #9336 08 March 2018, 08:58:52 UTC
cbea4ef etcdserver: enable "CheckQuorum" when starting with "ForceNewCluster" We enable "raft.Config.CheckQuorum" by default in other Raft initial starts. So should start with "ForceNewCluster". Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 07:12:32 UTC
273a43d api/v3election: error on missing "leader" field Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 08 March 2018, 07:08:28 UTC
ceaa55e httpproxy: cancel requests when client closes a connection 08 March 2018, 07:01:10 UTC
a537163 hack/scripts-dev: fix indentation in run.sh Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:32:08 UTC
660f7fd hack/scripts-dev: sync with master Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:22:18 UTC
e48a182 travis: use Go 1.8.7, sync with master Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 March 2018, 22:21:02 UTC
a61ba42 Documentation/op-guide: highlight defrag operation "--endpoints" flag Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 March 2018, 19:13:54 UTC
83c94e9 etcdctl: highlight "defrag" command caveats Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 March 2018, 19:12:41 UTC
55e008f Documentation: make "Consul" section more objective Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 March 2018, 18:42:13 UTC
a482744 travis: update Go version 27 February 2018, 19:28:37 UTC
41830ca semaphore: update Go, release test version 27 February 2018, 19:27:47 UTC
4a620e2 version: 3.2.16+git 12 February 2018, 22:29:08 UTC
121edf0 version: 3.2.16 12 February 2018, 17:43:33 UTC
b5abfe1 Merge pull request #9297 from jpbetz/automated-cherry-pick-of-#9281-origin-release-3.2 Automated cherry pick of #9281 08 February 2018, 06:32:59 UTC
33633da mvcc: fix watchable store test for 3.2 cherrypick of #9281 07 February 2018, 23:57:34 UTC
e08abbe mvcc: restore unsynced watchers In case syncWatchersLoop() starts before Restore() is called, watchers already added by that moment are moved to s.synced by the loop. However, there is a broken logic that moves watchers from s.synced to s.uncyned without setting keyWatchers of the watcherGroup. Eventually syncWatchers() fails to pickup those watchers from s.unsynced and no events are sent to the watchers, because newWatcherBatch() called in the function uses wg.watcherSetByKey() internally that requires a proper keyWatchers value. 07 February 2018, 23:34:21 UTC
bdc3ed1 version: 3.2.15+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 23 January 2018, 22:04:11 UTC
1b3ac99 version: 3.2.15 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:31:16 UTC
fd4595a clientv3/integration: add TestMemberAddUpdateWrongURLs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:31:01 UTC
e5f63b6 clientv3: prevent no-scheme URLs to cluster APIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 22 January 2018, 19:27:04 UTC
68d27b2 etcdserver/api/v3rpc: debug-log client disconnect on TLS, http/2 stream CANCEL Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 January 2018, 20:50:06 UTC
7c4274b version: 3.2.14+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 22:15:36 UTC
fb5cd6f version: 3.2.14 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 11 January 2018, 19:19:37 UTC
6999bbb mvcc: check null before set FillPercent not to panic Since CreateBucketIfNotExists() can return nil when it gets an error, accessing FillPercent must be done after a nil check, not to cause a panic. 09 January 2018, 01:46:06 UTC
df4036a etcdserver/api/v3rpc: debug user cancellation and log warning for rest The context error with cancel code is typically for user cancellation which should be at debug level. For other error codes we should display a warning. Fixes #9085 09 January 2018, 01:46:01 UTC
848590e version: bump up to 3.2.13+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 22:32:36 UTC
95a726a version: bump up to 3.2.13 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 21:29:56 UTC
288ef7d embed: fix gRPC server panic on GracefulStop Cherry-pick https://github.com/coreos/etcd/pull/8987. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 21:29:40 UTC
7b7722e integration: test GracefulStop on secure embedded server Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 20:44:28 UTC
8a358f8 clientv3/integration: fix TestKVLargeRequests with -tags cluster_proxy Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:12:44 UTC
2a63909 tools/functional-tester: remove duplicate grpclog set Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:12:38 UTC
7fb1faf etcdserver/api/v3rpc: set grpclog once Signed-off-by: Gyuho Lee <gyuhox@gmail.com> Conflicts: etcdserver/api/v3rpc/grpc.go 02 January 2018, 19:12:33 UTC
7025d7c etcdserver,embed: discard gRPC info logs when debug is off Signed-off-by: Gyuho Lee <gyuhox@gmail.com> Conflicts: embed/etcd.go etcdserver/api/v3rpc/grpc.go etcdserver/config.go 02 January 2018, 19:12:26 UTC
4ab213a etcdserver/api/v3rpc: log stream error with debug level Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:11:38 UTC
bb27a63 version: bump up to 3.2.12+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 02 January 2018, 19:11:25 UTC
b19dae0 version: bump up to 3.2.12 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:49:55 UTC
c8915bd integration: bump up wait leader timeout for slow CIs Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:58 UTC
b6896aa clientv3/integration: fix TestKVPutError Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:49 UTC
452ccd6 clientv3/integration: test large KV requests Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:47:30 UTC
348b25f clientv3: call other APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:41:57 UTC
c67e6d5 clientv3: call KV/Txn APIs with default gRPC call options Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:39:11 UTC
e82f055 clientv3: configure gRPC message limits in Config Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 20:22:48 UTC
4cebdd2 integration: remove typo in "TestV3LargeRequests" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:10:45 UTC
0363c4b integration: test large request response back from server Address https://github.com/coreos/etcd/issues/9043. Won't fix it, but we need test coverage on response back from server as well. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:10:15 UTC
5579dc2 test: bump up clientv3/integration timeout Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 20 December 2017, 18:09:47 UTC
3fd6e7e vendor: pin grpc v1.7.5, grpc-gateway v1.3.0 (no code change) Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 19 December 2017, 21:04:45 UTC
1fa227d integration: add "TestV3AuthWithLeaseRevokeWithRoot" Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 15 December 2017, 17:17:30 UTC
47f6d32 Merge pull request #9013 from gyuho/automated-cherry-pick-of-#8999-origin-release-3.2 Automated cherry pick of #8999 14 December 2017, 17:40:21 UTC
0265457 compactor: fix error message of Revision compactor Reorder the parameters so that Noticef can output the error properly. 14 December 2017, 16:39:22 UTC
04ec94f semaphore: run upgrade tests against v3.2.11 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 07 December 2017, 22:36:30 UTC
ed4d708 semaphore.sh: do not fail on "Too many goroutines" To not fail on "pkg/testutil" unit tests. Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 06 December 2017, 01:03:32 UTC
b9aa507 hack: sync with master branch (needed for release) Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:11:58 UTC
4ed5768 gitignore: sync with master branch Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:09:26 UTC
a285021 scripts/build-docker: build both gcr.io and quay.io images Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:08:34 UTC
fc25300 version: bump up to v3.2.11+git Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 05 December 2017, 19:07:43 UTC
1e1dbb2 version: bump up to v3.2.11 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 22:24:14 UTC
ff1f08c vendor: upgrade grpc/grpc-go to v1.7.4 Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 22:23:43 UTC
78fb932 Merge pull request #8947 from gyuho/automated-cherry-pick-of-#8939-origin-release-3.2 Automated cherry pick of #8939 04 December 2017, 17:35:30 UTC
c142134 Documentation/op-guide: remove non-released flag in monitoring.md Signed-off-by: Gyuho Lee <gyuhox@gmail.com> 04 December 2017, 17:27:45 UTC
b44b914 etcdmain: add more details to TLS HandshakeFailure Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 01 December 2017, 17:50:57 UTC
5921b2c api/v3rpc: log grpc stream send/recv errors in server-side Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 30 November 2017, 19:21:48 UTC
a19672b version: bump up to v3.2.10+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 17 November 2017, 19:10:48 UTC
694728c version: bump up to v3.2.10 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 21:20:19 UTC
1557f8b Merge pull request #8813 from jpbetz/bbolt-3.2 vendor: Backport bbolt freelist corruption and fragmentation fixes to 3.2 branch 16 November 2017, 21:15:04 UTC
4b9bfa1 test: Clean agent directories on disk before functional test runs, not after This is primarily so CI tooling can capture the agent logs after the functional tester runs. 16 November 2017, 20:44:30 UTC
8de0c04 vendor: Switch from boltdb v1.3.0 to coreos/bbolt v1.3.1-coreos.3 16 November 2017, 20:43:17 UTC
3039c63 Merge pull request #8867 from gyuho/clientv3-backport-to-release-3.2 clientv3: backport new balancer to release-3.2, upgrade gRPC to v1.7.3 16 November 2017, 18:12:40 UTC
91335d0 proxy/grpcproxy: wait until register before Serve It was fatal-ing with: grpclog.Fatalf("grpc: Server.RegisterService after Server.Serve for %q", sd.ServiceName) Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:34:11 UTC
a8c84ff clientv3: fix client balancer with gRPC v1.7 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
939337f *: add max requests bytes, keepalive to server, blackhole methods to integration Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
2a6d504 *: use grpclog.NewLoggerV2 Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
d62e39d *: deprecate "metadata.NewContext" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
7f0f5e2 bill-of-materials: regenerate Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
eb1589a *: regenerate proto Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
546d5fe scripts/genproto: update protobuf, grpc-gateway gen Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:06 UTC
fddae84 vendor: update grpc, grpc-gateway, protobuf Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 17:05:02 UTC
6d40628 glide: update grpc, grpc-gateway Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 16 November 2017, 13:32:02 UTC
8dc20ea Merge pull request #8886 from gyuho/qqq release-3.2: Revert "embed: fix HTTPs + DNS SRV discovery" 15 November 2017, 22:47:57 UTC
d3a3c31 Revert "embed: fix HTTPs + DNS SRV discovery" This reverts commit f79d5aaca475f6d36985856f2fba5b2ed3df7249. 15 November 2017, 22:46:32 UTC
d557296 Merge pull request #8874 from gyuho/release-branch release-3.2: fix unit test script, remove old tests, backport functional testing data dir commands 15 November 2017, 22:41:41 UTC
ea51c25 clientv3: remove balancer tests Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 08:15:06 UTC
d1447a8 test: fix unit tests, remove some unnecessary tests Unit tests weren't running in CIs. And removing some unnecessary tests (v2 client, Examples) in release branch. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 08:15:02 UTC
c28c14a test: Clean agent directories on disk before functional test runs, not after This is primarily so CI tooling can capture the agent logs after the functional tester runs. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 01:08:26 UTC
f9eb750 semaphore: priotize time out test fails Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 15 November 2017, 01:04:31 UTC
2250f71 semaphore: manually pin v3.2.9 for release upgrade tests Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 08 November 2017, 20:45:00 UTC
52be1d7 hack/scripts-dev: add Makefile, Dockerfile-test Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 06 November 2017, 22:13:10 UTC
712024d semaphore.sh: fail tests with "(--- FAIL:|leak)" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 03 November 2017, 17:59:01 UTC
7d99afd test: fail tests with "--- FAIL:" To differentiate from gRPC client log "TRANSIENT_FAILURE" Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 03 November 2017, 17:58:43 UTC
5ceea41 travis: upgrade Go to 1.8.5, and use container Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:45:33 UTC
2f74456 semaphore.sh: add to release-3.2 branch Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:44:05 UTC
fc87ae4 version: bump up to v3.2.9+git Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com> 26 October 2017, 02:43:30 UTC
back to top