Gyu-Ho Lee
0c3defdd2b
vendor: update 'golang.org/x/crypto'
...
To include 6c586e17d9
.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:49:00 -07:00
Gyu-Ho Lee
814588d166
travis: use Go 1.8.4
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:19:29 -07:00
Gyu-Ho Lee
2d2932822c
version: bump up to 3.2.8+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:18:48 -07:00
Gyu-Ho Lee
e211fb6de3
version: bump up to 3.2.8
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.8
2017-09-26 02:41:18 +09:00
Gyu-Ho Lee
fb7e274309
Documentation/op-guide: remove grafana demo link
...
The dashboard was removed during Tectonic migration
in AWS, while the Grafana still runs in GCP.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-09-26 02:40:59 +09:00
beth wright
4a61fcf42d
docs: remove link-breaking space
2017-09-20 08:11:02 +09:00
Anthony Romano
4c8fa30dda
e2e: test no value is returned in TestCtlV3GetKeysOnly
...
Test was checking key name is returned, but was not correctly checking
no value is returned.
2017-09-14 04:42:06 +09:00
Anthony Romano
01c4f35b30
grpcproxy: respect KeysOnly flag
...
Fixes #8478
2017-09-14 04:41:58 +09:00
Anthony Romano
15e9510d2c
client: fail over to next endpoint on oneshot failure
...
Fixes #8515
2017-09-08 13:28:55 -07:00
Gyu-Ho Lee
09b7fd4975
version: bump up to 3.2.7+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-09-01 14:03:26 -07:00
Gyu-Ho Lee
bb66589f8c
version: bump up to 3.2.7
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.7
2017-09-01 09:15:15 -07:00
Anthony Romano
267a2fc8c9
integration: check concurrent auth ops don't cause old rev errors
2017-08-25 13:13:56 -07:00
Anthony Romano
1fc300ecbd
testutil: don't panic on AssertNil on non-nil errors
2017-08-25 13:13:26 -07:00
Anthony Romano
877d0ce469
etcdserver: consolidate error checking for v3_server functions
...
Duplicated error checking code moved into raftRequest/raftRequestOnce.
2017-08-23 14:39:59 -07:00
Anthony Romano
2188513161
concurrency: retry snapshot serializable stm if writes since first header rev
...
Was checking the rset key mod rev, which does not work.
2017-08-22 20:53:47 -07:00
Anthony Romano
5c7cff66b6
integration: test serializable snapshot STM with old readset revisions
...
Was hanging.
2017-08-22 20:53:41 -07:00
Gyu-Ho Lee
8c99ab80bd
version: bump up to 3.2.6+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-21 13:07:06 -07:00
Gyu-Ho Lee
9d43462d17
version: bump up to 3.2.6
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.6
2017-08-21 10:40:55 -07:00
fengshaobao 00231050
78d68226e6
mvcc: sending events after restore
...
Fixes : #8411
2017-08-21 10:39:46 -07:00
Gyu-Ho Lee
e9d576c3d6
Documentation: fix broken link on FAQ
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-18 08:43:14 -07:00
Anthony Romano
1c578cd442
e2e: test booting etcd with multiple peer listeners
2017-08-18 08:43:06 -07:00
Anthony Romano
b97714b3e6
embed: associate peer serve() listener with corresponding peer
...
Fixes #8383
2017-08-17 14:16:56 -07:00
Gyu-Ho Lee
ce0a61ff67
dl_build: fix minor typo
2017-08-17 11:44:02 -07:00
Beth Wright
74783a38ae
docs: revising to match sidebar structure.
2017-08-16 17:03:28 -07:00
Beth Wright
d372ff96a0
docs: link fix.
2017-08-16 17:03:12 -07:00
Beth Wright
8c7b9db9cc
docs: slight rearranging of top two sections.
2017-08-16 17:02:05 -07:00
Beth Wright
f1fb342305
docs: adding an index for upgrade pages.
2017-08-16 17:01:49 -07:00
Gyu-Ho Lee
fa0f278783
embed: add 'enable-pprof' tag for config file
...
Fix https://github.com/coreos/etcd/issues/8402 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-15 11:52:48 -07:00
Anthony Romano
e197c14847
mvcc: test keys gauge is reloaded correctly on restore
2017-08-10 12:59:24 -07:00
Anthony Romano
e7bf5477de
mvcc: reset keys gauge on restore
...
Fixes #8388
2017-08-10 12:59:19 -07:00
Gyu-Ho Lee
f81b72fd93
version: bump up to v3.2.5+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-04 11:30:57 -07:00
Gyu-Ho Lee
d0d1a87aa9
version: bump up to v3.2.5
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.5
2017-08-04 08:40:50 -07:00
Gyu-Ho Lee
7c6a9a7317
contrib/raftexample: use bytes.Buffer.String (no 'string()')
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-04 08:40:29 -07:00
Anthony Romano
be8f102efb
grpcproxy: forward PrevKv flag in Put
2017-08-04 07:32:17 -07:00
Anthony Romano
3003901447
integration: test Put with PrevKey=true
...
Was missing in proxy.
2017-08-04 07:32:11 -07:00
Gyu-Ho Lee
157cfac31b
ctlv3/command: remove double-quote typos in fields printer
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-01 17:25:53 -07:00
Dima Kurguzov
40a1704e6f
ctlv3: exit non-zero on unhealty ep command
2017-07-31 16:00:23 -07:00
Anthony Romano
30981ecb0a
e2e/docker: docker image for testing wildcard DNS
2017-07-24 09:54:55 -07:00
Anthony Romano
f65a11ced5
fixtures: generate wildcard DNS SAN cert
...
DNS: *.etcd.local
2017-07-24 09:54:55 -07:00
Anthony Romano
db4838d4eb
transport: use reverse lookup to match wildcard DNS SAN
...
Fixes #8268
2017-07-24 09:54:55 -07:00
Anthony Romano
8ab42fb045
*: move v2http handlers without /v2 prefix to etcdhttp
...
Lets --enable-v2=false configurations provide /metrics, /health, etc.
Fixes #8167
2017-07-24 09:54:48 -07:00
Gyu-Ho Lee
ff9a0a3527
version: bump up to 3.2.4+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-07-24 09:14:34 -07:00
Gyu-Ho Lee
c31bec0f29
version: bump up to 3.2.4
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.4
2017-07-19 08:37:30 -07:00
Anthony Romano
19fe4b0cac
grpcproxy: return nil on receiving snapshot EOF
...
Gets "code = OutOfRange desc = EOF" errors otherwise.
2017-07-19 08:33:44 -07:00
Gyu-Ho Lee
a5d94fe229
integration: test embed.Etcd.Close with watch
...
Ensure 'Close' returns in time when there are open
connections (watch streams).
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-07-14 18:52:20 -07:00
Gyu-Ho Lee
e8f3cbf1c6
embed: wait up to request timeout for pending RPCs when closing
...
Both grpc.Server.Stop and grpc.Server.GracefulStop close the listeners
first, to stop accepting the new connections. GracefulStop blocks until
all clients close their open transports(connections). Unary RPCs
only take a few seconds to finish. Stream RPCs, like watch, might never
close the connections from client side, thus making gRPC server wait
forever.
This patch still calls GracefulStop, but waits up to 10s before manually
closing the open transports.
Address https://github.com/coreos/etcd/issues/8224 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-07-14 18:52:20 -07:00
Gyu-Ho Lee
856502f788
version: bump up to 3.2.3+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-07-14 16:04:54 -07:00
Gyu-Ho Lee
ae23b0ef2f
version: bump up to 3.2.3
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.3
2017-07-13 12:09:48 -07:00
Anthony Romano
5ee89be616
testutil: whitelist WaitGroup.Done
...
Calling a WaitGroup.Done() in a defer will sometimes trigger the leak
detector since the WaitGroup.Wait() will unblock before the defer
block completes. If the leak detector runs before the Done() is
rescheduled, it will spuriously report the finishing Done() as a leak.
This happens enough in CI to be irritating; whitelist it and ignore.
2017-07-13 11:14:12 -07:00
Gyu-Ho Lee
38373b342d
test: sync with etcd-agent start in functional_pass
...
Fix https://github.com/coreos/etcd/issues/8211 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-07-13 11:14:03 -07:00