Commit Graph

  • 91b1a9182a
    Merge pull request #11977 from jpbetz/automated-cherry-pick-of-#11946-release-3.4 Gyuho Lee 2020-06-05 12:46:33 -0700
  • 78f67988aa
    etcdserver, et al: add --unsafe-no-fsync flag David Crawshaw 2020-05-26 09:15:21 +1000
  • 49f91d629a
    Merge pull request #11945 from polyrabbit/fix-permission-on-Windows Sahdev Zala 2020-06-04 18:16:48 -0400
  • 570e55db65 functional/agent: fmt Gyuho Lee 2020-06-03 17:41:34 -0700
  • 237c8b528b
    Merge pull request #11913 from jpbetz/gofail-startup Gyuho Lee 2020-06-03 17:41:17 -0700
  • 62f1fefe4a
    Merge pull request #11959 from tedyu/store-clone-rd-lock Gyuho Lee 2020-06-03 14:13:53 -0700
  • a09533d63d
    Merge pull request #11960 from tedyu/internal-create-err-chk Gyuho Lee 2020-06-03 14:13:19 -0700
  • be0639090d
    Merge pull request #11939 from tedyu/chk-ret-from-write Gyuho Lee 2020-06-03 14:12:50 -0700
  • 659fb01a6c logging: create logger to prevent nil pointer Sahdev P. Zala 2020-05-31 19:25:47 -0400
  • 5c95114190 etcdserver: check the error return from Write() Ted Yu 2020-05-31 09:27:01 -0700
  • 17483944fc etcdserver: check error return for store#internalCreate Ted Yu 2020-05-31 09:20:05 -0700
  • 59ec251812 etcdserver: take read lock when cloning store Ted Yu 2020-05-31 09:08:26 -0700
  • 09fcf55ca4
    Merge pull request #11845 from xiang90/tcp_proxy Gyuho Lee 2020-05-31 00:57:49 -0700
  • b2d228641a
    Merge pull request #11905 from tedyu/node-tick-read Gyuho Lee 2020-05-31 00:57:01 -0700
  • 8af52dc0e7
    Merge pull request #11935 from tangcong/save-cindex-for-lease Gyuho Lee 2020-05-31 00:56:12 -0700
  • 29a0c5f221
    Merge pull request #11957 from gyuho/build-scripts Gyuho Lee 2020-05-31 00:53:40 -0700
  • ab65285418 vendor: regenerate Gyuho Lee 2020-05-30 14:36:18 -0700
  • 72a26d0797 vendor/modules.txt: regenerate Gyuho Lee 2020-05-30 14:36:09 -0700
  • a48706ecfb *: remove old gitignore and build functions Gyuho Lee 2020-05-30 14:35:34 -0700
  • 9b6c3e3378
    Merge pull request #11946 from crawshaw/crawshaw/nofsync Gyuho Lee 2020-05-27 09:00:31 -0700
  • e06006ea28 pkg: Fix dir permission check on Windows Changxin Miao 2020-05-25 12:07:25 +0800
  • 66cb045d47 etcdserver, et al: add --unsafe-no-fsync flag David Crawshaw 2020-05-26 09:15:21 +1000
  • 747ff75c96
    Merge pull request #11942 from tedyu/client-3-cancel Sahdev Zala 2020-05-24 15:55:53 -0400
  • dafd474677 clientv3: cancel the client if there is no endpoint Ted Yu 2020-05-23 13:35:17 -0700
  • e007d4f58d
    Merge pull request #11938 from tedyu/mk-v2-evt-nil Gyuho Lee 2020-05-22 13:38:53 -0700
  • df57a68b47 Check events against nil Ted Yu 2020-05-22 13:35:25 -0700
  • 4c9571d909
    Merge pull request #11933 from needkane/PR Gyuho Lee 2020-05-22 09:23:27 -0700
  • 426dba8628 CHANGELOG: update for 11935 tangcong 2020-05-22 20:25:14 +0800
  • e9ae8eb5a1 *: ensure grant/revoke won't be applied repeatedly after restarting etcd tangcong 2020-05-22 12:15:14 +0800
  • c8ae694dea etcdserver: Missing the cfg.Logger causes panic needkane 2020-05-22 03:42:44 -0400
  • 17acb61209
    Merge pull request #11691 from wswcfan/fix-etcd-3.2-to-3.3-upgrade-bug Jingyi Hu 2020-05-22 03:28:16 +0800
  • a4ada8cb1f
    Merge pull request #11922 from tedyu/non-recursive-watch Gyuho Lee 2020-05-20 20:36:09 -0700
  • 54ba958911 version: 3.4.9 v3.4.9 Gyuho Lee 2020-05-20 16:28:29 -0700
  • 609e844f86
    Merge pull request #11811 from wswcfan/automated-cherry-pick-of-#11735-origin-release-3.4 Gyuho Lee 2020-05-20 15:57:48 -0700
  • f976138186 clientv3: non-recursive watch Ted Yu 2020-05-20 15:44:41 -0700
  • 282cce72fd version: 3.3.22 v3.3.22 Gyuho Lee 2020-05-20 15:42:36 -0700
  • a9d14cbb64 wal: add TestValidSnapshotEntriesAfterPurgeWal testcase tangcong 2020-05-20 20:43:48 +0800
  • f8ee908330
    Merge pull request #11921 from tedyu/client-watch-lock Gyuho Lee 2020-05-20 14:56:23 -0700
  • 5f9bb45e39 CHANGELOG: highlight WAL fix with github issue, add 3.3/3.4 patch release Gyuho Lee 2020-05-20 11:49:14 -0700
  • 8ce10ea4a5 wal: fix crc mismatch crash bug tangcong 2020-05-20 12:35:25 +0800
  • 166b4473fa wal: add TestValidSnapshotEntriesAfterPurgeWal testcase tangcong 2020-05-20 20:43:48 +0800
  • ed231df7c0 wal: fix crc mismatch crash bug tangcong 2020-05-20 12:35:25 +0800
  • cfe37de6c0 rafthttp: log snapshot download duration Gyuho Lee 2020-05-20 10:57:51 -0700
  • 669285f515 rafthttp: log snapshot downloads Gyuho Lee 2020-05-20 11:01:13 -0700
  • cac53867ac rafthttp: log snapshot download Gyuho Lee 2020-05-20 10:55:43 -0700
  • 188c66ada8
    Merge pull request #11924 from tangcong/fix-crc-mismatch Gyuho Lee 2020-05-20 10:30:40 -0700
  • 02b9ad3939 wal: add TestValidSnapshotEntriesAfterPurgeWal testcase tangcong 2020-05-20 20:43:48 +0800
  • 8450b16e1c CHANGELOG: update for 11924 tangcong 2020-05-20 13:23:39 +0800
  • 1836cbb15e wal: fix crc mismatch crash bug tangcong 2020-05-20 12:35:25 +0800
  • 35d026246c clientv3: use Mutex for watcher lock Ted Yu 2020-05-19 19:20:44 -0700
  • 4869b6c9aa Persist failpoints across member restart Joe Betz 2020-05-18 14:14:02 -0700
  • 0de2b1f860 version: 3.4.8 v3.4.8 Gyuho Lee 2020-05-18 11:40:23 -0700
  • a668adba78 rafthttp: improve snapshot send logging Gyuho Lee 2020-05-18 02:20:04 -0700
  • 1205851db7 version: 3.3.21 v3.3.21 Gyuho Lee 2020-05-18 11:30:17 -0700
  • 672314546b rafthttp: improve snapshot logging Gyuho Lee 2020-05-18 02:17:44 -0700
  • 732df43cf8 CHANGELOG: update dates Gyuho Lee 2020-05-18 10:57:53 -0700
  • 1fd1318409 etcdserver/api/rafthttp: improve snapshot send logging Gyuho Lee 2020-05-18 02:29:20 -0700
  • 924b8128c2 *: make sure snapshot save downloads SHA256 checksum Gyuho Lee 2020-05-18 02:02:34 -0700
  • 9caec0d124 etcdserver,wal: fix inconsistencies in WAL and snapshot Gyuho Lee 2020-05-18 01:54:15 -0700
  • 5e2815e9cd
    Merge pull request #11801 from YoyinZyc/downgrade-server Gyuho Lee 2020-05-17 22:47:16 -0700
  • 9bad82fee5 *: make sure snapshot save downloads SHA256 checksum Gyuho Lee 2020-05-17 15:51:39 -0700
  • 52edb7d38c
    Merge pull request #11900 from tedyu/omit-orphaned-files Gyuho Lee 2020-05-17 15:37:10 -0700
  • f1ea03a7c8 etcdserver/api/snap: exclude orphaned defragmentation files in snapNames Gyuho Lee 2020-05-17 14:21:02 -0700
  • f35015abc5 etcdserver: snapNames() should exclude orphaned defragmentation file Ted Yu 2020-05-17 14:19:33 -0700
  • 4079deadb4 etcdserver: continue releasing snap db in case of error Ted Yu 2020-05-16 04:43:55 -0700
  • 8b50f4e11d
    Merge pull request #11899 from tedyu/rel-snap-db Gyuho Lee 2020-05-17 14:01:33 -0700
  • 9d20ba4822 raft: avoid data race by not reading raft.lead Ted Yu 2020-05-16 20:40:25 -0700
  • b84d257b92 etcdserver: continue releasing snap db in case of error Ted Yu 2020-05-16 04:43:55 -0700
  • 52456659bd
    Merge pull request #11903 from jchauncey/fix-dockerfile-release Gyuho Lee 2020-05-15 20:19:05 -0700
  • 71c062e3d8 fix(Dockerfile-release): from image was missing image name Jonathan Chauncey 2020-05-15 22:48:11 -0400
  • 31b6e5a087
    Merge pull request #11896 from gyuho/snapshot Gyuho Lee 2020-05-15 19:41:50 -0700
  • d230e6ba8c etcdserver: handle and apply downgrade validate, enable and cancel requests yoyinzyc 2020-05-15 14:45:00 -0700
  • 37e598a20b etcdserver: define error string and link with grpc error code. yoyinzyc 2020-05-15 11:51:39 -0700
  • 87fc3c9e57 etcdserver,wal: fix inconsistencies in WAL and snapshot Viacheslav Biriukov 2018-12-27 15:38:38 +0000
  • d4ae7baea1 words: add SHA Gyuho Lee 2020-05-14 19:53:02 -0700
  • 39c43cfb3c clientv3: make sure snapshot has integrity check hash Gyuho Lee 2020-05-14 12:18:49 -0700
  • 4ddcc36057 etcdserver/api/v3rpc: document, clean up snapshot sends Gyuho Lee 2020-05-14 18:39:42 -0700
  • f1179fd70d etcdserver/api/snap: update format string in "ReleaseSnapDBs" Gyuho Lee 2020-05-14 22:57:20 -0700
  • 3d3ed29d64 CHANGELOG: update Gyuho Lee 2020-05-14 20:12:44 -0700
  • e821ac8b35 functional: bump up Go versions to 1.14.3 Gyuho Lee 2020-05-14 20:01:27 -0700
  • 93de72537e Makefile: bump up default Go version to 1.14.3 Gyuho Lee 2020-05-14 20:01:12 -0700
  • 2c7670f9c6 travis: bump up to Go 1.14.3 Gyuho Lee 2020-05-14 20:00:57 -0700
  • 3488e25a75
    Merge pull request #11888 from jpbetz/out-of-range-fix Gyuho Lee 2020-05-14 17:55:20 -0700
  • 743e6e92cb etcdserver/*, wal/*: Remove orphaned .snap.db files during Release Joe Betz 2020-05-14 15:06:15 -0700
  • dd7055be51
    Merge pull request #11874 from jackkleeman/patch-1 Sahdev Zala 2020-05-14 17:38:54 -0400
  • b68eea236e etcdserver/*, wal/*:Add comments, clean up error messages and tests Joe Betz 2020-05-14 13:34:55 -0700
  • 3b6d222627 CHANGELOG: update for 11850 Jack Kleeman 2020-05-11 10:26:41 +0100
  • bd16071846
    etcdserver/*, wal/*: find valid snapshots by cross checking snap files and wal snap entries Joe Betz 2020-05-13 21:39:55 -0700
  • e048e166ab
    cherry pick of #11564 (#11880) Gary Belvin 2020-05-13 18:12:58 +0100
  • 50517039ae
    etcdserver/*, wal/*: add Sync method Viacheslav Biriukov 2019-01-08 17:15:30 +0000
  • 91efa67cb1
    etcdserver/*: rollback default settings Viacheslav Biriukov 2019-01-07 14:27:19 +0000
  • 5435e7686a
    etcdserver/*: fix tests Viacheslav Biriukov 2019-01-07 10:48:16 +0000
  • 3d2b565f98
    etcdserver/*: changes to snapshots and wal logic to fix #10219 Viacheslav Biriukov 2019-01-04 17:45:02 +0000
  • 9162cd613d
    etcdserver/*, wal/*: changes to snapshots and wal logic to fix #10219 Viacheslav Biriukov 2018-12-27 15:38:38 +0000
  • 7cc2f8a411
    raft: break out of nested loop when id is found (#11870) Zhihong Yu 2020-05-12 16:59:22 -0700
  • 6fb3b9e591
    chore(Dockerfile-release): Update base image to use new debian-base:v2.1.0 (#11885) Jonathan Chauncey 2020-05-12 19:58:38 -0400
  • ec13797407
    mvcc: avoid negative watcher count metrics (#11882) Jack Kleeman 2020-05-13 00:50:53 +0100
  • ab494956bf
    Merge pull request #11862 from gyuho/const Gyuho Lee 2020-05-11 19:36:37 -0700
  • 5f07d46f70
    Merge pull request #11863 from gyuho/gofmt Gyuho Lee 2020-05-11 18:08:22 -0700
  • 2ecf268367
    Merge pull request #11864 from gyuho/go1.14 Gyuho Lee 2020-05-11 18:08:07 -0700