Sahdev Zala
4c25efc1f8
Discovery: do not allow passing negative cluster size ( #11608 )
...
When an etcd instance attempts to perform service discovery, if a
cluster size with negative value is provided, the etcd instance
will panic without recovery because of
2020-02-10 10:43:41 -08:00
Hitoshi Mitake
5852755250
Merge pull request #11604 from spzala/strconvuint
...
auth: parse to uint instead of int
2020-02-10 23:02:11 +09:00
Sahdev Zala
384c0f1432
Merge pull request #11607 from eladb/patch-1
...
contributing: invalid link to "reporting-bugs"
2020-02-09 08:52:17 -05:00
Elad Ben-Israel
819f5cf32f
contributing: invalid link to "reporting-bugs"
...
Fix link to the reporting bugs document
2020-02-09 14:37:25 +02:00
Daniel Lipovetsky
bc4adb8b5c
etcdserver: populate ResponseHeader in Alarm method ( #11600 )
...
When no Alarms are found, the response has no header. The header should always
be populated. Some components, like fields printer used by etcdctl, break when
the header is not populated.
Fixes #11581
Signed-off-by: Daniel Lipovetsky <dlipovetsky@d2iq.com>
2020-02-08 23:07:58 -08:00
Sahdev P. Zala
cc5999db3a
auth: parse to uint instead of int
...
The strconv.Atoi is equivalent to ParseInt. The index is later used as
uint so we should use strconv.ParseUint.
2020-02-08 20:28:44 -05:00
Jacky Wu
4e5314e9b5
doc: remove out-date introduction video link. ( #11601 )
...
It's easy to find etcd introduction video, and the introduction video
from the rfc doc is outdated, so removing this link.
Fixes 11591.
2020-02-07 20:49:05 -08:00
Sahdev Zala
2f2354bca2
Merge pull request #11595 from jingyih/remove_capnslog_in_mvcc
...
mvcc: remove capnslog
2020-02-07 13:01:04 -05:00
jingyih
6b389bf23c
mvcc: remove capnslog
2020-02-07 07:44:44 -08:00
Yuchen Zhou
f6c7d5c46a
Makefile: cleanup all data dirs. ( #11583 )
2020-02-06 13:55:02 -08:00
Jingyi Hu
84fe23d530
auth: remove capnslog ( #11596 )
2020-02-06 12:28:14 -08:00
Gyuho Lee
aea3354854
Merge pull request #11548 from linux-on-ibm-z/s390x-docker
...
scripts: Added s390x support for docker image release
2020-02-06 11:13:16 -08:00
Sahdev Zala
6b17141ece
Merge pull request #11598 from jingyih/remove_capnslog_in_wal
...
wal: remove capnslog
2020-02-06 13:16:48 -05:00
jingyih
2fee0b153e
wal: remove capnslog
2020-02-06 06:11:59 -08:00
Vern Burton
071e70cdc4
*: add a new API and command for checking auth status ( #11536 )
...
This changes have started at etcdctl under auth.go, and make changes to stub out everything down into the internal raft. Made changes to the .proto files and regenerated them so that the local version would build successfully.
2020-02-05 19:27:42 -08:00
Jingyi Hu
74d5ba5777
embed: remove capnslog ( #11592 )
2020-02-05 10:22:32 -08:00
Gyuho Lee
a924600700
Merge pull request #11590 from alrs/fix-dropped-test-error
...
etcdserver/api/v2v3: fix dropped test error
2020-02-05 08:41:07 -08:00
Lars Lehtonen
f2c3bcd086
etcdserver/api/v2v3: fix dropped test error
...
etcdserver/api/v2v3: use testing.T instead of log in tests
2020-02-05 07:20:12 -08:00
Jingyi Hu
7395ed8e5d
Merge pull request #11578 from jingyih/set_zap_as_default_logger
...
*: set zap as default logger, remove capnslog
2020-02-04 22:58:45 -08:00
Jingyi Hu
5a807dedbc
CHANGELOG: update from 11586 ( #11589 )
2020-02-04 08:12:43 -08:00
Sahdev Zala
3ad2b679f0
Merge pull request #11582 from YoyinZyc/changelog-11574
...
CHANGELOG-3.5: add for #11574
2020-02-04 09:06:24 -05:00
jingyih
725e09023a
*: set zap as default logger, remove capnslog
...
Set zap as default logger. Remove capnslog and deprecated logging
flags.
2020-02-04 04:57:49 -08:00
Hitoshi Mitake
1e726077c5
Merge pull request #11586 from jingyih/use_debug_level_for_token
...
auth: use correct logging level
2020-02-04 20:51:37 +09:00
jingyih
081d5f5797
auth: correct logging level
2020-02-03 22:54:39 -08:00
yoyinzyc
05a0e361aa
CHANGELOG-3.5: add for #11574
2020-02-03 13:21:35 -08:00
Gyuho Lee
a698ad65f5
Merge pull request #11574 from YoyinZyc/simpligy-grpc
...
clientv3: simplify grpc dialer usage.
2020-02-03 12:41:41 -08:00
Luc Perkins
b9d00aae7c
Documentation: add section headings to integrations doc ( #11573 )
...
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-01-31 17:02:08 -08:00
yoyinzyc
b90d801beb
clientV3: simplify grpc dialer usage. Remove workaround #11184 after bumping grpc to 1.26.0.
2020-01-30 14:51:24 -08:00
sfzhu93
467e08c32a
in multiple packages: fixed goroutine leak bugs in tests (cont.d) ( #11570 )
2020-01-30 10:55:59 -08:00
sfzhu93
cad92706cf
in multiple packages: fixed goroutine leak bugs in tests ( #11569 )
2020-01-30 10:45:59 -08:00
po3rin
53f15caf73
raft: Fixed missing package name in README.md ( #11566 )
2020-01-29 10:15:00 -08:00
Sahdev Zala
3898452b54
Merge pull request #11412 from lucperkins/lperkins/docs-restructuring-v2
...
Restructure documentation source files
2020-01-27 18:15:56 -05:00
Jingyi Hu
342c2464ae
Documentation: specify starting revision ( #11559 )
2020-01-27 10:18:27 -08:00
Yuchen Zhou
6db3c8a370
vendor: add losing grpc files ( #11557 )
2020-01-27 10:18:12 -08:00
Hitoshi Mitake
23810ea285
Documentation: unify the explanation of isolation level and consistency ( #11474 )
2020-01-27 10:17:38 -08:00
lucperkins
2f25061a16
Merge remote-tracking branch 'upstream/master' into lperkins/docs-restructuring-v2
2020-01-25 11:45:54 -08:00
Ning Xie
798c073b89
proxy/tcpproxy: fix dup unweighted remotes ( #11552 )
2020-01-23 14:27:34 -08:00
lucperkins
f806c3aee4
Merge remote-tracking branch 'upstream/master' into lperkins/docs-restructuring-v2
2020-01-22 13:08:46 -08:00
Ted Yu
c3497c84ed
mvcc: use correct error variable in defragdb ( #11527 )
...
Co-authored-by: yutedz <54038175+yutedz@users.noreply.github.com>
2020-01-22 11:03:23 -08:00
lucperkins
1be2f4b8e2
Documentation: Restructure directory to accommodate new site generation system
...
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-01-21 14:29:54 -08:00
Gyuho Lee
d17a607da2
Merge pull request #11411 from spzala/missingchangelog
...
CHANGELOG: add missing changelogs
2020-01-20 11:25:56 -08:00
Nirman Narang
17a220eaee
scripts: Added s390x support for docker image release
2020-01-20 07:09:59 -08:00
Sahdev Zala
c00e929d8f
Merge pull request #11535 from spzala/goversion
...
doc: update required go version for master
2020-01-20 08:14:30 -05:00
Jingyi Hu
f2ed13af05
Merge pull request #11546 from gyuho/fix-typo
...
clientv3/integration: fix a typo in "TestLeasingTxnRangeCmp"
2020-01-20 02:05:40 -08:00
Gyuho Lee
993e82a85b
clientv3/integration: fix a typo in "TestLeasingTxnRangeCmp"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-01-19 23:56:22 -08:00
Sahdev Zala
4fc6fa4ce5
Merge pull request #11545 from gyuho/fix
...
clientv3/integration: fix typo in "TestLeasingRevGet"
2020-01-19 15:11:19 -05:00
Gyuho Lee
2669b83c68
clientv3/integration: fix typo in "TestLeasingRevGet"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-01-19 10:20:23 -08:00
Gyuho Lee
45156cf3ca
Merge pull request #11540 from gyuho/tests
...
clientv3/integration: fix tests
2020-01-17 15:40:55 -08:00
Gyuho Lee
a592b808c5
Merge pull request #11538 from andyxning/fix_typo
...
mvcc: fix error log typo
2020-01-17 13:10:11 -08:00
Gyuho Lee
091b84f154
clientv3/integration: fix "TestLeaseKeepAliveNotFound"
...
with "default" select, the failure case will never be selected
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-01-17 12:04:10 -08:00