Commit Graph

  • c7fe505250 doc:fix goroutines typos fengpf 2020-03-24 10:35:36 +08:00
  • 073bc22d35 etcdserver: add downgrade api in maintenance server. yoyinzyc 2020-03-22 22:35:08 -07:00
  • d8b9b54348 etcdserver: add downgrade rpc proto api. yoyinzyc 2020-03-20 17:37:26 -07:00
  • 0eee733220
    mvcc: no need to hold tx lock when converting kvs to watch events (#11701) mlmhl 2020-03-20 12:01:36 +08:00
  • 72526cef00
    Merge pull request #11709 from gyuho/bbolt Gyuho Lee 2020-03-19 20:28:00 -07:00
  • 3ffb3aed3a vendor: update bbolt v1.3.4, zap v1.14.1 Gyuho Lee 2020-03-19 13:36:43 -07:00
  • 45a45d3c0a
    Merge pull request #11706 from gyuho/fix-race Sahdev Zala 2020-03-19 10:34:08 -04:00
  • ba9fc5a7ff Merge branch 'master' of https://github.com/etcd-io/etcd fengpf 2020-03-19 14:16:53 +08:00
  • b6d98719f6 words: whitelist "racey" Gyuho Lee 2020-03-18 17:32:42 -07:00
  • e784ba73c2 version: 3.4.5 v3.4.5 Gyuho Lee 2020-03-18 17:24:42 -07:00
  • 35dc623a98 words: whitelist "racey" Gyuho Lee 2020-03-18 17:24:15 -07:00
  • 67da93f739 version: 3.3.19 v3.3.19 Gyuho Lee 2020-03-18 17:23:32 -07:00
  • a463bd54ae words: whitelist "racey" Gyuho Lee 2020-03-18 17:23:16 -07:00
  • cd200b49a2 Revert "version: 3.3.19" Gyuho Lee 2020-03-18 17:22:12 -07:00
  • 508808010c travis.yaml: use Go 1.12.12 Gyuho Lee 2020-03-18 17:21:49 -07:00
  • b69c0023c9 version: 3.2.29 v3.2.29 Gyuho Lee 2020-03-18 16:14:01 -07:00
  • 35d1d2d58e etcdserver/api/v3rpc: handle api version metadata, add metrics Gyuho Lee 2020-03-18 16:12:55 -07:00
  • 20b27a887d clientv3: embed api version in metadata Gyuho Lee 2020-03-18 16:12:22 -07:00
  • 42d749057d etcdserver/api/etcdhttp: log server-side /health checks Gyuho Lee 2020-03-18 15:43:03 -07:00
  • acb9746d66 version: 3.3.19 Gyuho Lee 2020-03-18 17:18:46 -07:00
  • 07562e235c Revert "version: 3.3.19" Gyuho Lee 2020-03-18 17:18:34 -07:00
  • 10d50e0662 words: whitelist "hasleader" Gyuho Lee 2020-03-18 16:56:10 -07:00
  • f9c89209f3 version: 3.3.19 Gyuho Lee 2020-03-18 16:23:25 -07:00
  • d9027cecf2 etcdserver/api/v3rpc: handle api version metadata, add metrics Gyuho Lee 2020-03-18 16:12:55 -07:00
  • 6f7ee076ea clientv3: embed api version in metadata Gyuho Lee 2020-03-18 16:12:22 -07:00
  • 130342152a Revert "version: 3.4.5" Gyuho Lee 2020-03-18 17:17:19 -07:00
  • fc93fbf9de words: whitelist "hasleader" Gyuho Lee 2020-03-18 16:52:38 -07:00
  • 0dc5d577fc version: 3.4.5 Gyuho Lee 2020-03-18 16:33:49 -07:00
  • e63db56cc9 etcdserver/api/v3rpc: handle api version metadata, add metrics Gyuho Lee 2020-03-18 16:12:55 -07:00
  • 1471e12108 clientv3: embed api version in metadata Gyuho Lee 2020-03-18 16:12:22 -07:00
  • eeb371b7c1 clientv3: fix racy writes to context key Gyuho Lee 2020-03-18 17:05:05 -07:00
  • 0b9cfa8677 etcdserver/api/etcdhttp: log server-side /health checks Gyuho Lee 2020-03-18 15:43:03 -07:00
  • 30aaceb1c3 etcdserver/api/etcdhttp: log server-side /health checks Gyuho Lee 2020-03-18 15:43:03 -07:00
  • bf883bd15b CHANGELOG*: add new patch releases Gyuho Lee 2020-03-18 15:28:05 -07:00
  • b50c92cb73
    Merge pull request #11704 from gyuho/log-health Gyuho Lee 2020-03-18 12:33:13 -07:00
  • 92f180c574 *: log server-side /health checks Gyuho Lee 2020-03-18 10:56:23 -07:00
  • 1c16c242db
    Merge pull request #11687 from gyuho/embed-client-version Gyuho Lee 2020-03-18 09:16:34 -07:00
  • 9ce1d9456b fix the wg in etcdserver struct field notes fengpf 2020-03-18 21:00:26 +08:00
  • fbbedc5b70 transport: separate implied client certificate usage with trusted ca Dennis de Greef 2020-03-17 21:09:05 +01:00
  • 33907477dd *: add "etcd_server_client_requests_total", tests Gyuho Lee 2020-03-09 18:27:49 -07:00
  • 58ba322bb4 clientv3: embed API version Gyuho Lee 2020-03-09 14:46:28 -07:00
  • 5cb1e0b342 clientv3: fix metadata overwrites in "WithRequireLeader" Gyuho Lee 2020-03-09 14:35:26 -07:00
  • 07a74d61cb
    Merge pull request #11675 from GSokol/master Jingyi Hu 2020-03-17 22:43:27 +08:00
  • a33e1b5fae etcdserver/api/etcdhttp: checkHealth refactoring Grigorii Sokolik 2020-03-05 14:47:46 +02:00
  • c4d8bdc881
    Merge pull request #11698 from hexfusion/cl-bump-11694 Jingyi Hu 2020-03-17 14:07:06 +08:00
  • 93966663f9 mvcc: no need to hold tx lock when converting kvs to watch events mlmhl 2020-03-17 09:39:20 +08:00
  • 31e7b34f71
    Merge pull request #11700 from jingyih/correct_changelog_3p4 Jingyi Hu 2020-03-17 04:03:02 +08:00
  • 33fb62098b CHANGELOG: correction jingyih 2020-03-16 12:18:28 -07:00
  • 1228d6c1e7 proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • b66c53ff5f proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • 3d6171175b
    Update hack/get-usable-mod-version-from-tag/README.md Alexandre Chabert 2020-03-15 18:55:16 +01:00
  • 193e60ebd9
    Merge pull request #11670 from tangcong/optimize-auth-store-log Jingyi Hu 2020-03-16 00:15:14 +08:00
  • 8e35c0b867 CHANGELOG: bump to include #11694 Sam Batschelet 2020-03-15 07:31:03 -04:00
  • ecf6614994 proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • 551e133d5e proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • 7444d3ad53 proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • cbfd930575 proxy/grpcproxy: add return on error for metrics handler Sam Batschelet 2020-03-13 17:53:41 -04:00
  • 8f6c3f4d09
    Merge pull request #11664 from jingyih/automated-cherry-pick-of-#11638-upstream-release-3.4 Sahdev Zala 2020-03-11 19:26:11 -04:00
  • 23c2380105
    Merge pull request #11666 from jingyih/update_changelog_from_11638 Sahdev Zala 2020-03-11 19:23:59 -04:00
  • eb1df6d9d2
    Merge pull request #11665 from jingyih/automated-cherry-pick-of-#11638-upstream-release-3.3 Sahdev Zala 2020-03-11 19:22:55 -04:00
  • 5a17367923 etcdserver: print warn log when failed to apply request tangcong 2020-03-10 10:56:33 +08:00
  • 0d084d3a08 auth: cleanup saveConsistentIndex in NewAuthStore tangcong 2020-03-03 17:38:37 +08:00
  • c260f70225 auth: print warning log when error is ErrAuthOldRevision tangcong 2020-03-03 17:26:04 +08:00
  • 2184360a97 auth: add new metric 'etcd_debugging_auth_revision' shawwang 2020-02-24 15:47:45 +08:00
  • cf5145bbee tools/etcd-dump-db: add auth decoder, optimize print format shawwang 2020-02-24 20:45:42 +08:00
  • af00376502 *: fix auth revision corruption bug tangcong 2020-02-24 17:17:50 +08:00
  • af4724c363
    Merge pull request #8 from buctwbzs/optimize-memory-storage-append buctwbzs 2020-03-09 23:24:29 +08:00
  • 30714d286e raft: unnecessary to append twice. zhanghao 2020-03-09 23:20:19 +08:00
  • 5715e0e08b raft:unnecessary append twice zhanghao 2020-03-09 22:49:00 +08:00
  • 353fff8fea local go mod zhanghao 2020-03-09 22:47:24 +08:00
  • cca06b1cf7
    Merge pull request #7 from etcd-io/master buctwbzs 2020-03-09 22:38:10 +08:00
  • 6d1982efe8
    Merge pull request #11659 from wswcfan/add-auth-revision-status Hitoshi Mitake 2020-03-09 23:08:55 +09:00
  • 4d66a32e41 Merge branch 'master' into dont-drop-read-index qupeng 2020-03-09 13:47:26 +08:00
  • 221f0cc107
    Merge pull request #11564 from eddycjy/balancer-error Joe Betz 2020-03-06 10:35:22 -08:00
  • e0ff5ca318
    RFC Documentation: enhance description of lock and lease (#11490) Xiang Li 2020-03-05 10:31:47 -08:00
  • e81f1a8f8b docs: learning: improve locks and leases grammar Brandon Philips 2020-03-03 08:08:45 -08:00
  • db9bbe8ba3 docs: learning/lock/README.md improve grammar Brandon Philips 2020-03-03 07:55:25 -08:00
  • e413dcf34e docs: api guarantees Brandon Philips 2020-03-03 07:54:10 -08:00
  • 51d10f54e5 Documentation: an executable implementation of fencing Hitoshi Mitake 2020-01-24 01:57:16 +09:00
  • f982aeb885
    clientv3/concurrency: remove testing.T.Fatal() from goroutine Lars Lehtonen 2020-03-04 14:41:43 -08:00
  • 15eeb2c4ae etcdserver: add auth revision to AuthStatus to improve observability and testability shawwang 2020-03-02 02:25:54 +08:00
  • c6fce8c320 Documentation: generate *.swagger.json using latest protoc-gen-swagger shawwang 2020-03-04 22:36:13 +08:00
  • 49fe0da390 etcdserver: make backend compact work 宇慕 2020-01-08 15:11:02 +08:00
  • 6f850a65a1
    raft: cleanup read index code (#11528) qupeng 2020-03-04 01:20:25 +08:00
  • ebe256d61c auth: print warning log when error is ErrAuthOldRevision tangcong 2020-03-03 17:26:04 +08:00
  • cbb9fad8cf raft: cleanup read index code qupeng 2020-03-03 22:13:01 +08:00
  • 3f4f7c5a6c
    Merge pull request #11669 from jingyih/update_changelog_11621 Sahdev Zala 2020-03-02 15:53:56 -05:00
  • cec9807a85 changelog: update from 11621 jingyih 2020-03-02 10:11:13 -08:00
  • f8a0f1c87b raft: only redirect msg produced by own node Fullstop000 2020-03-02 11:51:25 +08:00
  • 25dfdbce3b raft: introduce follower replication Fullstop000 2020-03-02 11:16:13 +08:00
  • cb633418a2
    Merge pull request #11652 from tangcong/fix-auth-store-corruption-bug Jingyi Hu 2020-03-01 18:40:11 +08:00
  • e2ff769244 CHANGELOG: update from 11638 jingyih 2020-02-29 07:33:55 -08:00
  • c58133b2d4 etcdctl: fix member add command jingyih 2020-02-19 00:05:13 -08:00
  • 379d01a0d2 etcdctl: fix member add command jingyih 2020-02-19 00:05:13 -08:00
  • d774916f6d
    Merge pull request #11638 from jingyih/fix_etcdctl_member_list Jingyi Hu 2020-02-29 23:08:33 +08:00
  • 731d21d13d
    update go.mod Sky JIA 2020-02-29 19:54:32 +08:00
  • f14d2a087f auth: add new metric 'etcd_debugging_auth_revision' shawwang 2020-02-24 15:47:45 +08:00
  • 08a8b80e32 tools/etcd-dump-db: add auth decoder, optimize print format shawwang 2020-02-24 20:45:42 +08:00
  • 06ad53321e *: fix auth revision corruption bug tangcong 2020-02-24 17:17:50 +08:00
  • 7e08e5dc25
    Fix grpc-go(v1.27.0) incompatible changes to balancer/resolver. Sky JIA 2020-02-27 22:34:06 +08:00