Joe Betz
b3d9e29096
mvcc/backend: Delete orphaned db.tmp files before defrag
2020-02-13 12:32:04 -08:00
Hitoshi Mitake
70853d60e7
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
2020-01-26 01:40:43 +09:00
Gyuho Lee
3c8740a793
version: 3.3.18
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.3.18
2019-11-26 20:19:50 -08:00
Wenjia
9cd3eefd01
Merge pull request #11394 from jingyih/automated-cherry-pick-of-#11374-upstream-release-3.3
...
Automated cherry pick of #11374 on release 3.3
2019-11-26 15:02:17 -08:00
yoyinzyc
47d3dea2a9
mvcc: update to "etcd_debugging_mvcc_total_put_size_in_bytes"
2019-11-26 14:09:04 -08:00
yoyinzyc
aaa85715c3
mvcc: add "etcd_mvcc_put_size_in_bytes" to monitor the throughput of put request.
2019-11-26 14:07:50 -08:00
Jingyi Hu
e1508f94b6
integration: disable TestV3AuthOldRevConcurrent
...
Disable TestV3AuthOldRevConcurrent for now. See
https://github.com/etcd-io/etcd/pull/10468#issuecomment-463253361
2019-11-20 16:45:48 -08:00
Jingyi Hu
5a4821721e
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-11-20 16:45:48 -08:00
Maxim Vladimirskiy
95095f8406
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.
2019-11-20 16:45:47 -08:00
Gyuho Lee
5cf80a6229
clientv3: fix retry/streamer error message
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-31 10:08:53 -07:00
Gyuho Lee
069bce1384
Merge pull request #11314 from jingyih/automated-cherry-pick-of-#11308-upstream-release-3.3
...
Automated cherry pick of #11308 on release-3.3
2019-10-31 10:08:08 -07:00
Jingyi Hu
7c164a8948
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:47:06 -07:00
Gyuho Lee
ff5fb05bec
scripts/release: list GPG key only when tagging is needed
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-23 11:13:05 -07:00
Gyuho Lee
a977795f2d
Merge pull request #11253 from YoyinZyc/automated-cherry-pick-of-#11247-origin-release-3.3
...
Automated cherry pick of #11247
2019-10-18 10:30:16 -07:00
Gyuho Lee
aedfe5458a
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
2019-10-17 12:40:08 -07:00
Wenjia Zhang
e7888805e1
Add cluster version fix #11233 , #11254 , #11265
2019-10-16 13:27:07 -07:00
Gyuho Lee
7fbfdc2b6a
tests/e2e: test cluster version
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-15 18:07:53 -07:00
Gyuho Lee
5c19bd24f0
etcdserver/*: add "etcd_cluster_version" metric
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-10-15 18:05:33 -07:00
Joe Betz
683a643fba
Add version, tag and branch checks to release script
2019-10-14 12:57:35 -07:00
Gyuho Lee
660dc83e19
Merge pull request #11245 from YoyinZyc/prevent-darwin-build-3.3
...
scripts: avoid release builds on darwin machine.
2019-10-11 12:37:34 -07:00
yoyinzyc
ffcddac2ff
scripts: avoid release builds on darwin machine.
2019-10-11 11:27:57 -07:00
Joe Betz
6d8052314b
version: v3.3.17
v3.3.17
2019-10-11 10:23:13 -07:00
Gyuho Lee
5e4d852e95
Merge pull request #11236 from YoyinZyc/change-git-clone
...
scripts: use https for git clone.
2019-10-10 22:52:46 -07:00
yoyinzyc
3827d6bd2d
scripts: use https for git clone.
2019-10-10 16:46:37 -07:00
Joe Betz
3fae828623
vendor: v3.3.16
v3.3.16
2019-10-10 10:59:40 -07:00
Gyuho Lee
011bd86bd6
Merge pull request #11196 from andyliuliming/release-3.3-cherry
...
etcdserver: cherry-pick skip client san verification option for 3.3 version.
2019-10-09 09:40:58 -07:00
Andy Liu
a311a80699
helper document update.
2019-10-09 13:15:56 +08:00
Joe Betz
ef61a56c0c
Merge pull request #11215 from jpbetz/automated-cherry-pick-of-#11184-origin-release-3.3
...
Automated cherry pick of #11184
2019-10-08 18:47:12 -07:00
Joe Betz
a2f585d80c
clientv3: Set authority used in cert checks to host of endpoint
2019-10-08 18:25:08 -07:00
Joe Betz
7558b41ccd
Merge pull request #11216 from jpbetz/automated-cherry-pick-of-#11211-origin-release-3.3
...
Automated cherry pick of #11211
2019-10-08 17:16:01 -07:00
Joe Betz
4b227b6e71
clientv3: Replace endpoint.ParseHostPort with net.SplitHostPort to fix IPv6 client endpoints
2019-10-08 16:12:13 -07:00
Gyuho Lee
1be7ab4ee2
Merge pull request #11201 from jingyih/automated-cherry-pick-of-#11194-origin-release-3.3
...
Automated cherry pick of #11194 on release-3.3
2019-10-03 16:03:30 -07:00
Jingyi Hu
02a27c0851
etcdctl: fix member add command
2019-10-03 13:52:57 -07:00
Andy Liu
d851911f86
etcdserver: add unit test.
2019-10-03 16:06:30 +08:00
Andy Liu
86b1686c7e
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>
2019-10-03 10:12:22 +08:00
Jingyi Hu
943832af44
Merge pull request #11134 from jingyih/automated-cherry-pick-of-#11126-origin-release-3.3
...
Automated cherry pick of #11126 on release-3.3
2019-09-07 00:03:44 -07:00
Jingyi Hu
8a8efa73e6
mvcc: add store revision metrics
...
Add experimental metrics etcd_debugging_mvcc_current_revision and
etcd_debugging_mvcc_compact_revision.
2019-09-06 17:19:46 -07:00
Gyuho Lee
a4f18a40b0
Merge pull request #11056 from jingyih/update_bbolt
...
vendor: update bbolt to v1.3.3
2019-08-20 09:08:39 -07:00
Gyuho Lee
7f067ceafd
Merge pull request #11055 from jingyih/fix_gofmt_bom
...
*: Fix gofmt bom
2019-08-19 22:39:08 -07:00
Jingyi Hu
9244d2ba86
vendor: update bbolt to v1.3.3
2019-08-19 20:55:55 -07:00
Jingyi Hu
ffb43dff5b
bom: regenerate
2019-08-19 20:35:44 -07:00
Jingyi Hu
74cf4ae9a2
scripts: fix updatebom.sh
...
Remove "./cmd/vendor".
2019-08-19 20:29:49 -07:00
Jingyi Hu
81fc7c23c2
*: fix gofmt
2019-08-19 20:22:15 -07:00
Gyuho Lee
94745a4eed
version: 3.3.15
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.3.15
2019-08-19 11:26:22 -07:00
Gyuho Lee
e94188bc55
vendor: regenerate
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-19 11:26:16 -07:00
Gyuho Lee
aa1e17aac3
go.mod: remove, change back to "glide"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-19 11:26:12 -07:00
Gyuho Lee
5cf5d88a18
version: 3.3.14
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.3.14
2019-08-16 16:21:44 -07:00
Gyuho Lee
af8cb6c5b9
Documentation/upgrades: special upgrade guides for >= 3.3.14
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-16 16:21:11 -07:00
Gyuho Lee
9dd98b7c90
version: 3.3.14-rc.0
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
v3.3.14-rc.0
2019-08-15 15:03:43 -07:00
Gyuho Lee
2f3aa893ec
vendor: regenerate
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2019-08-15 15:02:26 -07:00