Commit Graph

  • fa20b61c9f
    Merge pull request #9970 from Quasilyte/quasilyte/namedConst Xiang Li 2018-07-29 11:37:39 -07:00
  • d1f49d4a40
    Merge pull request #9969 from Quasilyte/quasilyte/boolExprSimplify Xiang Li 2018-07-28 15:47:05 -07:00
  • 1de9e1b00d contrib/recipes: use clientv3.NoLease instead of 0 Iskander Sharipov 2018-07-28 23:56:45 +03:00
  • d0f800c930 etcdserver/api/v2discovery: simplify !(x == y) to x != y Iskander Sharipov 2018-07-28 23:47:17 +03:00
  • 3da90b6d3e etcdctl/ctlv2/command: fix type switch case order Iskander Sharipov 2018-07-28 23:33:13 +03:00
  • 90a2fbe50e
    Merge pull request #9966 from gyuho/maintainer Gyuho Lee 2018-07-27 17:34:06 -07:00
  • df2190e382
    MAINTAINERS: add Joe Betz Gyuho Lee 2018-07-27 17:03:24 -07:00
  • f337e1b363
    Merge pull request #9954 from spzala/etcdctlput Gyuho Lee 2018-07-27 13:50:49 -07:00
  • d16c8b3880
    Merge pull request #8689 from nvanbenschoten/nvanbenschoten/commit Gyuho Lee 2018-07-27 13:50:04 -07:00
  • 1c382a4868
    Merge pull request #9945 from jpbetz/balancer-maintanance-api-fix Joe Betz 2018-07-27 10:15:25 -07:00
  • 67bcf28c4e
    clientv3: Use passthrough resolver for direct endpoint dialing Joe Betz 2018-07-24 18:05:11 -07:00
  • 9431532730 raftexample: Fix publish snapshot error message Kostas Christidis 2018-05-10 10:57:19 -04:00
  • 0a415cf0d6 raft: dont allocate slice and sort on every commit Nathan VanBenschoten 2017-10-12 15:12:30 -04:00
  • c5bef4f731
    CHANGELOG-3.3: update date Gyuho Lee 2018-07-24 11:12:21 -07:00
  • 54d2b327f6
    Merge pull request #9961 from jpbetz/changelog-checkpoints Gyuho Lee 2018-07-24 11:11:36 -07:00
  • 9661648869
    Merge pull request #9960 from jpbetz/changelog-3.1.19-3.2.24 Gyuho Lee 2018-07-24 11:11:15 -07:00
  • a2ecd6b676
    clientv3: Simplify TestDialTLSNoConfig now that dial with grpc.WithBlock correctly results in a client timeout error Joe Betz 2018-07-24 10:45:03 -07:00
  • 29ef8ec899
    CHANGELOG: Add 3.4 changelog entry for lease checkpointing feature Joe Betz 2018-07-24 10:37:01 -07:00
  • 703c1b9175
    CHANGELOG: Record CHANGELOG release dates for 3.1.19 and 3.2.24 Joe Betz 2018-07-24 10:31:06 -07:00
  • 5a3cbe4cf7 version: bump up to 3.2.24+git Joe Betz 2018-07-24 10:29:31 -07:00
  • 420a452267 version: bump up to 3.2.24 v3.2.24 Joe Betz 2018-07-24 10:24:31 -07:00
  • dd440690c5
    Merge pull request #9950 from gyuho/doc-metrics Gyuho Lee 2018-07-24 10:23:55 -07:00
  • 051587f56f version: bump up to 3.3.9+git Gyuho Lee 2018-07-24 10:17:06 -07:00
  • bb205caa68 version: bump up to 3.1.19+git Joe Betz 2018-07-24 10:07:31 -07:00
  • a1d6802da2 version: bump up to 3.1.19 v3.1.19 Joe Betz 2018-07-24 10:04:37 -07:00
  • 69ae028039
    Merge pull request #9948 from wenjiaswe/changelog47892 Gyuho Lee 2018-07-24 09:56:01 -07:00
  • fca8add78a version: 3.3.9 v3.3.9 Gyuho Lee 2018-07-24 09:48:32 -07:00
  • 7b71022987 CHANGELOG-3.2: update from #7892 Wenjia Zhang 2018-07-24 09:42:42 -07:00
  • 750b87d622
    Merge pull request #9924 from jpbetz/persist-lease-deadline Joe Betz 2018-07-24 09:39:57 -07:00
  • ea40e9f059 etcdserver: add "etcd_server_go_version" metric Gyuho Lee 2018-07-23 09:15:22 -07:00
  • 348edfeae6 etcdserver: add "etcd_server_go_version" metric Gyuho Lee 2018-07-23 09:15:22 -07:00
  • 79d80bd259 etcdserver: add "etcd_server_go_version" metric Gyuho Lee 2018-07-23 09:15:22 -07:00
  • 6e0c0d0b9a CHANGELOG: track clientv3 fix, etcd_server_go_version Gyuho Lee 2018-07-23 16:30:33 -07:00
  • d1de41efe1
    lease: Add unit and integration tests for lease checkpointing Joe Betz 2018-07-17 13:20:40 -07:00
  • 2edb954bce
    lease: Checkpoint lease TTLs to prevent indefinite auto-renewal of long lived leases Joe Betz 2018-07-17 13:17:15 -07:00
  • 3f725e190e
    Merge pull request #9957 from gyuho/go-version Gyuho Lee 2018-07-23 12:50:20 -07:00
  • b3b06a862a
    clientv3: Fix maintenance APIs to directly dial grpc endpoints correctly. Joe Betz 2018-07-20 14:16:50 -07:00
  • b43fdbcfa4 ETCDCTL: value can not be provided after \r Sahdev P. Zala 2018-07-23 10:21:20 -04:00
  • 643d791a11 etcdserver: add "etcd_server_go_version" metric Gyuho Lee 2018-07-23 09:15:22 -07:00
  • fbc0510a4e clientv3: fix keepalive send interval when response queue is full Gyuho Lee 2018-07-22 13:12:37 -07:00
  • 0d5497a107 clientv3: fix keepalive send interval when response queue is full Gyuho Lee 2018-07-22 13:12:37 -07:00
  • 081519c323 clientv3: fix keepalive send interval when response queue is full Gyuho Lee 2018-07-22 13:12:37 -07:00
  • ef6125c12a
    Merge 937b2135d549cfada9ffd51caa4d37e3e03b87e8 into 0458c5d54b2fb0c89361b881ddbe819713880d30 Sahdev Zala 2018-07-23 13:39:57 +00:00
  • 0458c5d54b
    Merge pull request #9951 from gyuho/revive Gyuho Lee 2018-07-23 06:39:33 -07:00
  • e4e347133e
    Merge pull request #9952 from gyuho/fix-keepalive Xiang Li 2018-07-22 22:20:23 -07:00
  • e93fb56037 clientv3: clean up variables, add response dropping warning Gyuho Lee 2018-07-22 13:20:06 -07:00
  • f3385418bb clientv3: fix keepalive send interval when response queue is full Gyuho Lee 2018-07-22 13:12:37 -07:00
  • 752dd3a0bf docs: generate metrics-* Gyuho Lee 2018-07-22 00:16:04 -07:00
  • ac936365bb tools/etcd-dump-metrics: initial commit Gyuho Lee 2018-07-21 11:13:15 -07:00
  • bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics Gyuho Lee 2018-07-21 09:27:28 -07:00
  • 42bef8460c *: clean up code format Gyuho Lee 2018-07-21 15:49:33 -07:00
  • 6ab3cc0a2e mvcc: clean up code format Gyuho Lee 2018-07-21 15:49:13 -07:00
  • 51af6a062f etcdserver: clean up code format Gyuho Lee 2018-07-21 15:49:02 -07:00
  • 90a5da18cf clientv3: clean up code format Gyuho Lee 2018-07-21 15:48:53 -07:00
  • 15a81f2d5c pkg: clean up code format Gyuho Lee 2018-07-21 15:48:44 -07:00
  • 6fabe6d5ab wal: clean up code format Gyuho Lee 2018-07-21 15:48:05 -07:00
  • 1c04820026 tests: integrate "github.com/mgechev/revive" to fmt tests Gyuho Lee 2018-07-21 15:32:28 -07:00
  • 104b6a3424 docs: fix README Gyuho Lee 2018-07-20 15:32:11 -07:00
  • e4faaf7e29
    Merge pull request #9947 from gyuho/docs-docs Gyuho Lee 2018-07-20 15:29:43 -07:00
  • 88a42d91b8
    Merge pull request #9946 from gyuho/log-log Gyuho Lee 2018-07-20 15:29:28 -07:00
  • 9f02c5836d docs: add initial operate guide structure Gyuho Lee 2018-07-20 15:27:39 -07:00
  • 40034c45ab docs/README: document how to build locally Gyuho Lee 2018-07-20 15:16:52 -07:00
  • 57ec2226cc etcdserver: support zap.Logger in FD monitoring routine Gyuho Lee 2018-07-20 14:59:03 -07:00
  • e0d5a028d5
    Merge pull request #9944 from wenjiaswe/automated-cherry-pick-of-#9761-upstream-release-3.1 Gyuho Lee 2018-07-20 14:51:20 -07:00
  • 98f54ec3f5
    Merge pull request #9943 from wenjiaswe/changelog49942 Gyuho Lee 2018-07-20 14:33:09 -07:00
  • 87418c3432
    Merge pull request #9942 from wenjiaswe/automated-cherry-pick-of-#9761-upstream-release-3.2 Gyuho Lee 2018-07-20 14:26:13 -07:00
  • fa42a1f7fb CHANGELOG-3.2: update from #9942 Wenjia Zhang 2018-07-20 13:52:15 -07:00
  • a421a604d6
    remove hashRevDurations Wenjia 2018-07-20 13:49:58 -07:00
  • 8c9fd1b5e6
    remove hashRevDurations Wenjia 2018-07-20 13:48:35 -07:00
  • a3c0a99067
    remove hashRevDurations Wenjia 2018-07-20 13:45:33 -07:00
  • b3ab14ca9a
    remove HashByRev Wenjia 2018-07-20 13:44:15 -07:00
  • 0fbf49df11 etcdserver: rename to "heartbeat_send_failures_total" Gyuho Lee 2018-05-23 13:09:31 -07:00
  • fb5080b306 mvcc: add "etcd_mvcc_hash_(rev)_duration_seconds" Gyuho Lee 2018-05-23 12:34:09 -07:00
  • cac6ce756d mvcc/backend: fix defrag duration scale Gyuho Lee 2018-05-23 12:33:58 -07:00
  • 9f58e57a3c mvcc/backend: add "etcd_disk_backend_defrag_duration_seconds" Gyuho Lee 2018-05-23 12:21:57 -07:00
  • 22c25dd4e7 mvcc/backend: document metrics ExponentialBuckets Gyuho Lee 2018-05-23 12:14:43 -07:00
  • 92a7b5df80 mvcc/backend: clean up mutex, logging Gyuho Lee 2018-05-23 12:09:03 -07:00
  • 3f1fe618ad etcdserver: add "etcd_server_slow_apply_total" Gyuho Lee 2018-05-23 12:01:38 -07:00
  • b8547734ae etcdserver: add "etcd_server_heartbeat_failures_total" Gyuho Lee 2018-05-23 11:53:40 -07:00
  • 8798c5cd43 etcdserver: rename to "heartbeat_send_failures_total" Gyuho Lee 2018-05-23 13:09:31 -07:00
  • 4e08898571 mvcc: add "etcd_mvcc_hash_(rev)_duration_seconds" Gyuho Lee 2018-05-23 12:34:09 -07:00
  • 8ac6c888cd mvcc/backend: fix defrag duration scale Gyuho Lee 2018-05-23 12:33:58 -07:00
  • aca5c8f4b6 mvcc/backend: add "etcd_disk_backend_defrag_duration_seconds" Gyuho Lee 2018-05-23 12:21:57 -07:00
  • 3535f7a61f mvcc/backend: document metrics ExponentialBuckets Gyuho Lee 2018-05-23 12:14:43 -07:00
  • fae9b6f667 mvcc/backend: clean up mutex, logging Gyuho Lee 2018-05-23 12:09:03 -07:00
  • 66d8194e4d etcdserver: add "etcd_server_slow_apply_total" Gyuho Lee 2018-05-23 12:01:38 -07:00
  • 2f0e3fd2df etcdserver: add "etcd_server_heartbeat_failures_total" Gyuho Lee 2018-05-23 11:53:40 -07:00
  • 938310760e
    Merge pull request #9941 from wenjiaswe/changelog4metrics Gyuho Lee 2018-07-20 09:36:04 -07:00
  • a47f0a0dba CHANGELOG-3.3: update from #9940 Wenjia Zhang 2018-07-20 09:31:03 -07:00
  • 267a62199c
    Merge pull request #9940 from wenjiaswe/automated-cherry-pick-of-#9761-upstream-release-3.3 Gyuho Lee 2018-07-19 18:27:15 -07:00
  • 143fc4ce79
    added "now := time.Now()" Wenjia 2018-07-19 17:27:40 -07:00
  • 7f421efe48
    remove "github.com/gogo/protobuf/plugin/stringer" Wenjia 2018-07-19 17:15:32 -07:00
  • d509620793 etcdserver: rename to "heartbeat_send_failures_total" Gyuho Lee 2018-05-23 13:09:31 -07:00
  • d5654ba459 mvcc: add "etcd_mvcc_hash_(rev)_duration_seconds" Gyuho Lee 2018-05-23 12:34:09 -07:00
  • da304d7aae mvcc/backend: fix defrag duration scale Gyuho Lee 2018-05-23 12:33:58 -07:00
  • 978727a963 mvcc/backend: add "etcd_disk_backend_defrag_duration_seconds" Gyuho Lee 2018-05-23 12:21:57 -07:00
  • 4ad350482e mvcc/backend: document metrics ExponentialBuckets Gyuho Lee 2018-05-23 12:14:43 -07:00
  • f7367d94ff mvcc/backend: clean up mutex, logging Gyuho Lee 2018-05-23 12:09:03 -07:00
  • e43224c3b6 etcdserver: add "etcd_server_slow_apply_total" Gyuho Lee 2018-05-23 12:01:38 -07:00
  • 4c7bf51030 etcdserver: add "etcd_server_heartbeat_failures_total" Gyuho Lee 2018-05-23 11:53:40 -07:00