Commit Graph

15850 Commits (f6c7d5c46a2a4470545d73f7833e57821b124714)

Author SHA1 Message Date
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
Gyuho Lee 255944bf51 clientv3/integration: expect "ErrCompacted" in "TestKVCompact"
Making tests more strict

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2020-01-17 12:03:13 -08:00
Andy Xie f260df559d mvcc: fix error log typo 2020-01-17 17:27:04 +08:00
Ted Yu 8aa7a3dc09 mvcc: log error if tmpdb is not removed (#11523)
Co-authored-by: yutedz <54038175+yutedz@users.noreply.github.com>
2020-01-16 17:34:45 -08:00
Sahdev P. Zala 0cfadaaaeb doc: update required go version for master
changelog and readme are already updated.
2020-01-16 16:05:46 -05:00
zimash e5a35c827c mvcc: incomplete fix in #11502 (#11533) 2020-01-16 12:05:10 -08:00
Yuchen Zhou 2e3b55eb7b Changelog-3.5: update changelog for grpc upgrade (#11526) 2020-01-15 17:45:52 -08:00
Ted Yu 250b0acac4 mvcc: check the error return in defragdb (#11524)
Co-authored-by: yutedz <54038175+yutedz@users.noreply.github.com>
2020-01-15 16:57:12 -08:00
Yuchen Zhou 67bf39b2ec vendor: update gRPC Go to v1.26.0 (#11522) 2020-01-15 16:56:21 -08:00
Ted Yu 574ee42ad7 mvcc: rollback tmptx in case of error (#11525)
Co-authored-by: yutedz <54038175+yutedz@users.noreply.github.com>
2020-01-15 13:54:52 -08:00