yoyinzyc
f4669c3b62
mvcc: update to "etcd_debugging_mvcc_total_put_size_in_bytes"
2019-11-26 14:03:07 -08:00
yoyinzyc
55c3476abc
mvcc: add "etcd_mvcc_put_size_in_bytes" to monitor the throughput of put request.
2019-11-26 14:03:07 -08:00
Jingyi Hu
b66203c0a1
Merge pull request #11299 from jingyih/automated-cherry-pick-of-#10468-upstream-release-3.4
...
Automated cherry pick of #10468 on release-3.4
2019-11-05 18:34:22 -08:00
Gyuho Lee
4388404f56
clientv3: fix retry/streamer error message
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-31 10:09:18 -07:00
Gyuho Lee
a447d51f23
Merge pull request #11312 from jingyih/automated-cherry-pick-of-#11308-upstream-release-3.4
...
Automated cherry pick of #11308 on release-3.4
2019-10-31 10:08:34 -07:00
Jingyi Hu
4f3c81d81d
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.
2019-10-30 16:04:41 -07:00
Jingyi Hu
478da3bf24
integration: disable TestV3AuthOldRevConcurrent
...
Disable TestV3AuthOldRevConcurrent for now. See
https://github.com/etcd-io/etcd/pull/10468#issuecomment-463253361
2019-10-28 15:03:44 -07:00
Jingyi Hu
d6b30e43cd
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.
2019-10-28 15:03:44 -07:00
Gyuho Lee
1e98c9642e
scripts/release: list GPG key only when tagging is needed
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-23 11:13:21 -07:00
Gyuho Lee
3cf2f69b57
version: 3.4.3
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.4.3
2019-10-23 10:11:46 -07:00
Gyuho Lee
d617055284
*: use Go 1.12.12
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-23 10:11:02 -07:00
Gyuho Lee
84db9b0878
Merge pull request #11252 from YoyinZyc/automated-cherry-pick-of-#11247-origin-release-3.4
...
Automated cherry pick of #11247
2019-10-18 10:30:30 -07:00
Gyuho Lee
6cf418ff6d
Merge pull request #11275 from YoyinZyc/stream-support-3.4
...
rafthttp: add 3.4 stream type
2019-10-18 10:25:53 -07:00
yoyinzyc
97e68cf4e7
rafthttp: add 3.4 stream type
2019-10-17 14:33:53 -07:00
Gyuho Lee
90556d550d
Merge pull request #11269 from jingyih/automated-cherry-pick-of-#11265-upstream-release-3.4
...
Automated cherry pick of #11265 on release 3.4
2019-10-16 16:50:06 -07:00
Jingyi Hu
a00abf5f2a
etcdserver: strip patch version in metrics
...
Strip patch version in cluster version metrics during node restart.
2019-10-16 16:29:53 -07:00
Gyuho Lee
b3329ebcd2
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
2019-10-15 11:06:09 -07:00
Jingyi Hu
b67862c0a6
etcdserver: strip patch version in cluster version
...
Strip patch version in cluster version metrics.
2019-10-14 17:37:49 -07:00
Jingyi Hu
6a699b6b7f
etcdserver: unset old cluster version in metrics
2019-10-14 17:35:10 -07:00
Joe Betz
bb5ba14aac
Add version, tag and branch checks to release script
2019-10-14 12:55:17 -07:00
Gyuho Lee
c3dc994567
Merge pull request #11243 from YoyinZyc/automated-cherry-pick-of-#11237-origin-release-3.4
...
Automated cherry pick of #11237
2019-10-11 12:38:10 -07:00
Yuchen Zhou
f3fbed5b72
Merge branch 'release-3.4' into automated-cherry-pick-of-#11237-origin-release-3.4
2019-10-11 11:17:03 -07:00
yoyinzyc
e2547907c5
scripts: avoid release builds on darwin machine.
2019-10-11 11:12:30 -07:00
Gyuho Lee
14c239030f
Merge pull request #11235 from YoyinZyc/automated-cherry-pick-of-#11234-origin-release-3.4
...
Automated cherry pick of #11234
2019-10-10 16:28:59 -07:00
yoyinzyc
7b67e8a5c5
scripts: fix read failure prompt in release; use https for git clone.
2019-10-10 16:20:17 -07:00
Joe Betz
bbe86b066c
version: 3.4.2
v3.4.2
2019-10-09 15:26:52 -07:00
Gyuho Lee
2c36cab87d
Merge pull request #11223 from YoyinZyc/automated-cherry-pick-of-#11179-origin-release-3.4
...
Automated cherry pick of #11179
2019-10-09 13:28:04 -07:00
yoyinzyc
480d5510f9
etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact()
2019-10-09 12:40:12 -07:00
yoyinzyc
9245518363
etcdserver: trace raft requests.
2019-10-09 12:40:12 -07:00
yoyinzyc
daa432cfa7
etcdserver: add put request steps. mvcc: add put request steps; add trace to KV.Write() as input parameter.
2019-10-09 12:40:12 -07:00
yoyinzyc
8717327697
pkg: use zap logger to format the structure log output.
2019-10-09 12:40:12 -07:00
yoyinzyc
4f1bbff888
pkg: add field to record additional detail of trace; add stepThreshold to reduce log volume.
2019-10-09 12:40:12 -07:00
yoyinzyc
28bb8037d9
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.
2019-10-09 12:40:12 -07:00
Joe Betz
03b5e7229b
Merge pull request #11213 from jpbetz/automated-cherry-pick-of-#11211-origin-release-3.4
...
Automated cherry pick of #11211
2019-10-08 18:47:06 -07:00
Joe Betz
0781c0327d
clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
2019-10-08 18:27:03 -07:00
Joe Betz
99774d8ed4
Merge pull request #11214 from jpbetz/automated-cherry-pick-of-#11184-origin-release-3.4
...
Automated cherry pick of #11184
2019-10-08 17:35:02 -07:00
Joe Betz
c454344f14
clientv3: Set authority used in cert checks to host of endpoint
2019-10-08 15:35:27 -07:00
Gyuho Lee
dae0a72a42
Merge pull request #11200 from jingyih/automated-cherry-pick-of-#11194-origin-release-3.4
...
Automated cherry pick of #11194 on release-3.4
2019-10-03 16:03:23 -07:00
Gyuho Lee
c91a6bf14f
tests/e2e: fix metrics tests
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-03 16:02:39 -07:00
Jingyi Hu
b7ff97f54e
etcdctl: fix member add command
2019-10-03 13:52:22 -07:00
Gyuho Lee
d08bb07d6d
scripts/build-binary: fix darwin tar commands
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-28 11:39:04 -07:00
Gyuho Lee
3a736a81e8
scripts/release: fix SHA256SUMS command
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-17 14:12:18 -07:00
Gyuho Lee
a14579fbfb
version: 3.4.1
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.4.1
2019-09-17 13:53:25 -07:00
Gyuho Lee
ade66a5722
scripts/release: fix docker push command
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-09-17 13:53:12 -07:00
Guangming Wang
67cc70926d
integration: fix bug in for loop, make it break properly
2019-09-17 13:30:12 -07:00
Debabrata Banerjee
3b8f812955
etcdserver: Fix PeerURL validation
...
In case of URLs that are synonyms, the current lexicographic sorting
and compare of the URLs fails with frustrating errors. Make sure to do
a full comparison between every set of PeerURLs before failing.
Fixes #11013
2019-09-16 11:49:58 -04:00
Gyuho Lee
21dcadc83c
Merge pull request #11148 from spzala/automated-cherry-pick-of-#11147-upstream-release-3.4
...
Automated cherry pick of #11147
2019-09-13 11:12:41 -07:00
chris
c7c379e52e
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
2019-09-13 14:09:54 -04:00
Gyuho Lee
9ed5f76dc0
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>
2019-09-11 14:54:24 -07:00
Jingyi Hu
994865c89e
Merge pull request #11133 from jingyih/automated-cherry-pick-of-#11126-origin-release-3.4
...
Automated cherry pick of #11126 on release-3.4
2019-09-07 00:03:37 -07:00