Commit Graph

  • 98f62d27be pkg/adt: rbcolor string fix cuiyuan 2019-12-26 10:34:24 +08:00
  • 7280d92f1c clientv3: close db handle at the end of v3Manager#saveDB Ted Yu 2019-12-24 17:06:51 -08:00
  • 94f5b1ccb9 add README block for go get Alexandre Chabert 2019-12-24 07:35:04 +01:00
  • 00e046b9fb
    Merge pull request #6 from etcd-io/master buctwbzs 2019-12-24 14:28:42 +08:00
  • 629ca5eed6 clientv3: close file handle in case of file operation error Ted Yu 2019-12-23 20:14:39 -08:00
  • c8e444234f clientv3: remove unnecessary nil check Ted Yu 2019-12-23 16:24:54 -08:00
  • 2329b865cb add script to get a usable mod version from a tag to use in a go.mod Alexandre Chabert 2019-12-23 23:50:18 +01:00
  • 9eaf6de6db etcd: add file output option to benchmark tool Anson Qian 2019-12-20 09:20:40 -08:00
  • 5adad5e224
    Merge pull request #11452 from tedyu/watch-grpc-send-err Jingyi Hu 2019-12-20 15:31:02 -08:00
  • cb8bf089f8 clientv3: log warning in case of error sending request Ted Yu 2019-12-20 15:08:33 -08:00
  • eaa0612e02 raft: abort leader transferring if the target is demoted (#11417) qupeng 2019-12-20 12:07:52 +08:00
  • f60c4e076a Dockerfile: update to latest debian-base Benjamin Elder 2019-12-19 18:16:01 -08:00
  • 2104f98221 raft: abort leader transferring if the target is demoted qupeng 2019-12-03 15:26:06 +08:00
  • e628ced191 *: add experimental flag for watch notify interval Jingyi Hu 2019-12-17 15:36:33 -08:00
  • c0de070527 etcdctl: support progress notify option Jingyi Hu 2019-12-17 14:16:42 -08:00
  • 5770a6d286
    Merge pull request #11453 from mindw/missing_metrics_doc Jingyi Hu 2019-12-17 11:27:42 -08:00
  • ecc3336a7b pkg/wait: fix bug which may be block. johncming 2019-12-17 17:03:20 +08:00
  • f5586bb1db clientv3/concurrency: do not swallow error Xiang Li 2019-12-17 11:33:55 +08:00
  • 22ddb23ad3 etcdserver: add new raft internal request DowngradeInfoSetRequest yoyinzyc 2019-12-16 12:50:35 -08:00
  • 00a36b4093 etcdserver: define error string and link grpc error code. yoyinzyc 2019-11-22 16:46:29 -08:00
  • fb7703ab43 clientv3: remove ineffective nil check (#11451) Ted Yu 2019-12-15 21:38:25 -08:00
  • 8223006a97
    Documentation: added v3.4.x metrics docs Gabi Davar 2019-12-15 10:42:35 +02:00
  • 6b716d1e4a clientv3: remove ineffective nil check Ted Yu 2019-12-14 13:58:08 -08:00
  • e88b9ad2d6 mvcc: allocate victims map before use Ted Yu 2019-12-14 12:34:13 -08:00
  • 9da0f68497
    Fix issue with command in guide Sayan 2019-12-14 09:39:02 +05:30
  • 322c38e169 Documentation/etcd-mixin: Fix etcdHighNumberOfLeaderChanges (#11448) Clayton Coleman 2019-12-13 19:00:11 -05:00
  • 7f3dd59d22 mvcc: Log warning when compaction encounters error (#11447) Ted Yu 2019-12-13 15:59:49 -08:00
  • fd26d82d2f Documentation/etcd-mixin: Fix etcdHighNumberOfLeaderChanges Clayton Coleman 2019-12-13 17:22:51 -05:00
  • 654acbd983 mvcc: Log warning when compaction encounters error Ted Yu 2019-12-13 06:53:07 -08:00
  • f961ac9e10 etcdserver: separate function isValidDowngrade from mustDetectDowngrade; remove new-added plog yoyinzyc 2019-11-18 16:32:30 -08:00
  • 6efeb79ba3 etcdserver: change "/downgrade/enabled" endpoint to serve linearized data yoyinzyc 2019-11-15 16:22:47 -08:00
  • 197a8a6aa4 etcdserver: fix TestCtlV3Migrate nil pointer issue yoyinzyc 2019-11-14 11:52:53 -08:00
  • 61082c8726 etcdserver: allow previous binary to restart when downgrade. add new interface ServerPeerHTTP to wrap up ServerPeer. yoyinzyc 2019-11-13 17:52:24 -08:00
  • 5c7f7ee39e etcdserver: change downgrade raft request type from ConfChange to InternalRaftRequest yoyinzyc 2019-11-13 10:51:54 -08:00
  • fe53e35a3b etcdserver: remove Downgrade Action Status in rpc.proto yoyinzyc 2019-11-12 13:58:59 -08:00
  • 2311bc4c58 e2e: fix ctl_v3_downgrade_test; etcdctl: update output messages yoyinzyc 2019-11-12 10:40:32 -08:00
  • f01694a308 test: ctl_downgrade_test Wenjia Zhang 2019-11-11 11:14:24 -08:00
  • dbc383ad73 e2e: add etcd downgrade/upgrade test yoyinzyc 2019-11-11 13:50:46 -08:00
  • 87aaab6e98 etcdserver: add new http handler to fetch the downgrade status of a cluster. It is used when adding a new member to an downgrading cluster. The new member should match the downgrade target version. yoyinzyc 2019-11-11 10:57:18 -08:00
  • ce75238756 etcdserver: add unit&integration test for downgrade; etcdctl: add printerRPC and fieldsPrinter for downgrade yoyinzyc 2019-11-05 18:11:15 -08:00
  • fa150ce932 etcdserver: update downgrade check for version when starting/restarting server and modify compatibility check when new member joins in an existing cluster; add http handler to get downgrade enabled status yoyinzyc 2019-10-31 10:58:07 -07:00
  • 4e429b7269 etcdctl: add downgrade commands. yoyinzyc 2019-10-28 17:00:31 -07:00
  • 1d80e74362 etcdserver: add monitorDowngrade for monitoring the downgrade status yoyinzyc 2019-10-28 14:57:16 -07:00
  • 5df91858f2 etcdserver: add downgrade start and downgrade cancel yoyinzyc 2019-10-28 14:01:35 -07:00
  • a81969f6b8 membership: recover downgrade from backend when restart the server or restore from snapshot yoyinzyc 2019-10-25 17:42:54 -07:00
  • 5182d5eac4 membership: add downgrade backend support yoyinzyc 2019-10-24 16:17:55 -07:00
  • 202397953d etcdserver: implement EtcdServer.Downgrade; implement downgrade validation yoyinzyc 2019-10-24 14:59:56 -07:00
  • 9da21e920d membership: add downgrade field into raftCluster yoyinzyc 2019-10-24 14:58:06 -07:00
  • 336cef4645 v3rpc: add downgrader api in maintenance server yoyinzyc 2019-10-24 14:54:11 -07:00
  • 1aa02daaed clientV3: add downgrade api in maintenance yoyinzyc 2019-10-24 14:51:34 -07:00
  • 62280ccd4b etcdserver: add downgrade proto api yoyinzyc 2019-10-24 14:21:56 -07:00
  • 9298f84937 etcdserver: Add downgrade support POC Wenjia Zhang 2019-10-25 11:24:26 -07:00
  • 378b05b8dd
    Merge pull request #11443 from YoyinZyc/changelog-11418 Gyuho Lee 2019-12-11 18:16:30 -08:00
  • 769d2f868e CHANGELOG: update for #11418 yoyinzyc 2019-12-11 16:09:20 -08:00
  • 0dc78a144b
    Merge pull request #11439 from YoyinZyc/automated-cherry-pick-of-#11418-upstream-release-3.4 Jingyi Hu 2019-12-11 14:41:06 -08:00
  • d70251835d integration: gracefully shut down gRPC server (#11437) Fansong Zeng 2019-12-12 05:07:16 +08:00
  • b7d9f45a43
    Merge pull request #11432 from YoyinZyc/changelog-11427 Jingyi Hu 2019-12-11 11:45:17 -08:00
  • 69841bdb0b CHANGELOG-3.5: update for #11427 yoyinzyc 2019-12-11 11:43:04 -08:00
  • 7cf32c262c e2e: test curl auth on onoption user yoyinzyc 2019-12-10 11:11:03 -08:00
  • 4a9247a47e auth: fix NoPassWord check when add user yoyinzyc 2019-12-03 16:25:49 -08:00
  • 4f35794458
    Merge pull request #11418 from YoyinZyc/fix-add-user-grpc Jingyi Hu 2019-12-10 12:47:35 -08:00
  • 5127cfb45f e2e: test curl auth on onoption user yoyinzyc 2019-12-10 11:11:03 -08:00
  • 22e85b7bad integration: gracefully shut down gRPC server fansong.cfs 2019-12-10 16:51:56 +08:00
  • 34c95f08fe Close channel for each watcher in watchableStore#cancelWatcher Ted Yu 2019-12-09 22:01:03 -08:00
  • 20de45c8ab etcdserver: rm unnecessary variable of &r sunxiaofei03 2019-12-10 11:43:39 +08:00
  • aea34c14ca auth: fix NoPassWord check when add user yoyinzyc 2019-12-03 16:25:49 -08:00
  • 9f81002a11
    Merge pull request #11427 from YoyinZyc/migration-cluster-attr Gyuho Lee 2019-12-09 13:30:15 -08:00
  • 7784ca8997 etcdserver: remove v2 version set; e2e: fix tests. yoyinzyc 2019-12-04 16:45:29 -08:00
  • ed5a01a48d etcdserver: recover cluster version from backend Jingyi Hu 2019-12-03 10:35:50 -08:00
  • 5cd2502ab1 etcdserver: use v3 to publish member attr Jingyi Hu 2019-11-26 17:44:34 -08:00
  • 0c3401fa76 etcdserver: use V3 to update cluster version yoyinzyc 2019-11-26 15:42:47 -08:00
  • dcd622b2c7 etcdserver: add v3 request type for cluster attr Jingyi Hu 2019-11-26 13:56:21 -08:00
  • 1f8764be3b integration: prevent goroutines leaks in test (#11318) lzhfromustc 2019-12-05 18:40:10 -05:00
  • fd2dddb39f vendor: bump go-systemd to v22.0.0 to fix mod tidy error (#11387) poslua 2019-12-05 10:47:14 +08:00
  • c5887cdc49 mvcc: go style err check (#11419) sun 2019-12-05 10:46:17 +08:00
  • c715946310 mvcc: go style err check sunxiaofei03 2019-12-05 09:32:37 +08:00
  • 8e29f8a723 vendor: bump go-systemd to v22.0.0 to fix mod tidy error ms2008 2019-11-24 00:36:29 +08:00
  • d4d7ad3908 mirror: make etcdctl make-mirror subcommand accept --dest-user and --dest-password (#11384) schlitzered 2019-12-04 23:06:49 +01:00
  • e5356cca80
    Merge pull request #11408 from xiang90/lock Gyuho Lee 2019-12-04 12:10:47 -08:00
  • 659f5a4086
    Update CHANGELOG-3.3.md Wenjia 2019-12-03 16:00:17 -08:00
  • efae86862e integration: prevent goroutines leaks in test Ziheng Liu 2019-10-30 20:15:45 -04:00
  • ac63c2fbd0
    Merge pull request #11415 from YoyinZyc/automated-cherry-pick-of-#11413-upstream-release-3.4 Jingyi Hu 2019-12-02 14:51:47 -08:00
  • ae5bd3c268 auth: fix user.Options nil pointer yoyinzyc 2019-12-02 14:09:07 -08:00
  • 18e9e45bda
    Merge pull request #11358 from linux-on-ibm-z/s390x-binary Xiang Li 2019-12-02 14:40:28 -08:00
  • ae2bc166db
    Merge pull request #11413 from YoyinZyc/fix-user-options-nil-pointer Xiang Li 2019-12-02 14:39:38 -08:00
  • a45b99725f CHANGELOG: add missing changelogs Sahdev P. Zala 2019-12-02 12:54:51 -05:00
  • c8ffd921d4 auth: fix user.Options nil pointer yoyinzyc 2019-12-02 14:09:07 -08:00
  • b14c7cd448 concurrency: make lock more reliable Xiang Li 2019-12-01 13:54:34 -08:00
  • 99461d1718 *: build etcd-test image for multiarch Howard Zhang 2019-11-26 13:53:53 +08:00
  • d1139d3a66
    Merge pull request #11404 from jingyih/update_changelog Jingyi Hu 2019-11-27 13:28:41 -08:00
  • 94e46ba0d7
    Merge pull request #11403 from jingyih/automated-cherry-pick-of-#11400-upstream-release-3.4 Jingyi Hu 2019-11-27 13:28:34 -08:00
  • 6be629cc14 CHANGELOG: update from PR 11403 Jingyi Hu 2019-11-27 13:19:29 -08:00
  • 8c10973820 mvcc/kvstore:fixcompactbug 宇慕 2019-11-27 17:55:42 +08:00
  • ccc52bef1f
    Merge pull request #11400 from WIZARD-CXY/compactfix Jingyi Hu 2019-11-27 13:03:32 -08:00
  • 3275e5f064
    Merge pull request #11399 from johncming/remove-dup-code Jingyi Hu 2019-11-27 12:56:53 -08:00
  • 655df65e93 mvcc/kvstore:fixcompactbug 宇慕 2019-11-27 17:55:42 +08:00
  • 6c0e2d31fb etcdmain: remove duplicate codes. johncming 2019-11-27 17:04:43 +08:00
  • 3c8740a793 version: 3.3.18 v3.3.18 Gyuho Lee 2019-11-26 20:19:50 -08:00
  • 419ffb77ab
    Merge pull request #11287 from YoyinZyc/version-test-rolling-start Jingyi Hu 2019-11-26 15:12:54 -08:00
  • 9c08316794
    Merge pull request #11395 from jingyih/update_changelog Wenjia 2019-11-26 15:03:22 -08:00