Commit Graph

  • 5088d70d69 raft: leader response to learner MsgReadIndex Jingyi Hu 2019-03-26 23:15:23 -07:00
  • a645e27486
    Merge pull request #10591 from purpleidea/bug/fatal-corruption Xiang Li 2019-03-28 15:19:33 -07:00
  • d5e94b1c0d
    Merge pull request #10557 from johncming/add_test Xiang Li 2019-03-28 11:39:45 -07:00
  • 368f70a37c etcdserver: Use panic instead of fatal on no space left error James Shubin 2019-03-27 15:24:33 -04:00
  • 70e169a857 etcdserver: add return to get function. johncming 2019-03-27 08:28:39 +08:00
  • 09f6b8f8fd etcdserver: add return to get function. johncming 2019-03-18 14:21:58 +08:00
  • 9c2b88d783
    Merge pull request #10583 from johncming/correct_err Sahdev Zala 2019-03-26 15:03:38 -04:00
  • 56f1bce161 raft/doc: clarify the case of out of date term Sahdev P. Zala 2019-03-25 20:12:04 -04:00
  • 11272ed320 etcdmain: use same error. johncming 2019-03-25 11:27:49 +08:00
  • a80af778fa raft/doc: clarify the case of out of date term Sahdev P. Zala 2019-03-25 20:12:04 -04:00
  • cb39c97b22 clientv3/naming: ignore empty update. johncming 2019-03-25 10:53:24 +08:00
  • ebb559af59 clientv3/ordering: adjust violation count. johncming 2019-03-23 10:36:37 +08:00
  • b709fec447 clientv3/balancer: enable test again instead of skip. johncming 2019-03-23 09:22:07 +08:00
  • a4600fff7f Documentation: add fio usage Sam Batschelet 2019-03-22 14:15:31 +00:00
  • 7a5acb4a43
    Merge pull request #10574 from johncming/rename_err Xiang Li 2019-03-22 11:35:51 -07:00
  • 92d5d19ce9 raft: more precise that rename res to err. caoming 2019-03-22 10:18:00 +08:00
  • ec22eb908a raft: cherry pick of #8334 to release-3.3 shawnli 2018-12-28 19:57:26 +08:00
  • 41f7142ff9 doc: fix document example error mengjin 2019-03-21 18:02:38 +08:00
  • 9d603f0fda etcdserver/*: applying entries after they are persisted to WAL sryanyuan 2019-03-21 18:07:18 +08:00
  • a899a06f41 doc: fix document example error mengjin 2019-03-21 18:02:38 +08:00
  • 122744c660 Documentation: update force-new-cluster flag usage for v3 Sam Batschelet 2019-03-20 17:03:52 +00:00
  • 4526842501 Documentation: update force-new-cluster flag usage for v3 Sam Batschelet 2019-03-20 17:03:52 +00:00
  • 77d4b742cd
    Merge pull request #10562 from johncming/naked_return Xiang Li 2019-03-19 21:43:26 -07:00
  • affaa36190 bill-of-materials: fix test failure Jingyi Hu 2019-03-19 18:26:56 -07:00
  • 4452d4be22 contrib/raftexample: fix naked return. johncming 2019-03-20 09:52:12 +08:00
  • 3ee54584f1 bill-of-materials: fix test failure Jingyi Hu 2019-03-19 18:26:56 -07:00
  • f607c7e895 etcdmain/grpc-proxy: add 'metrics-addr' option Gyu-Ho Lee 2017-07-12 10:06:58 -07:00
  • 0f0c1dd84e etcdmain: add 'listen-metrics-urls' option Gyu-Ho Lee 2017-07-12 10:06:38 -07:00
  • a0b24e7d99 embed: configure 'ListenMetricsUrls' Gyu-Ho Lee 2017-07-12 10:05:16 -07:00
  • 0de9ea3d88 Automated cherry pick of #8242 Wenjia Zhang 2019-03-19 15:26:37 -07:00
  • 09d0844379
    Merge pull request #10548 from jingyih/add_TestMemberAddWithExistingURLs Xiang Li 2019-03-19 15:23:15 -07:00
  • 2d9b32dc3d
    Merge pull request #10542 from johncming/usecancel Xiang Li 2019-03-19 14:19:32 -07:00
  • ec1cbce10e
    Merge pull request #10541 from johncming/embed-comment Xiang Li 2019-03-19 14:18:44 -07:00
  • 6df40e1c70
    Merge pull request #10550 from johncming/unused Xiang Li 2019-03-19 14:17:41 -07:00
  • 1e5163d314 embed: configure 'ListenMetricsUrls' Gyu-Ho Lee 2017-07-12 10:05:16 -07:00
  • b1e8218072
    Merge pull request #10553 from damnever/damnever-patch-1 Xiang Li 2019-03-18 20:47:55 -07:00
  • 51cdbb6d1a contrib/raftexample: add test for struct httpKVAPI. johncming 2019-03-19 11:00:56 +08:00
  • 370ecbea36 auth: add test of using old revision. johncming 2019-03-19 08:51:57 +08:00
  • 9bd86a647f clientv3: Add TestMemberAddWithExistingURLs Jingyi Hu 2019-03-16 22:37:24 -07:00
  • 1d764511f6
    doc: fix member add usage X.C.Dong 2019-03-18 14:47:41 +08:00
  • ddff08ffad clientv3/balancer: change balancer name to builder name. johncming 2019-03-18 11:05:22 +08:00
  • 662fd55084 clientv3: clean up unused code. johncming 2019-03-18 10:34:41 +08:00
  • 72250acfe1 etcdserver/api/v3lock/v3lockpb: update v3lock.pb helei 2019-03-17 21:47:51 +08:00
  • 5ac2f36cdb Documentation/dev-guide: update TryLock doc etcdserver/api/v3lock: modify TryLock proto proxy/grpcproxy: add TryLock helei 2019-03-17 19:42:29 +08:00
  • ddecad34b8 etcdserver/api/v3lock: api server add TryLock helei 2019-03-15 15:05:11 +08:00
  • 6ae453924d clientv3/concurrency: add TryLock function helei 2019-03-14 22:25:00 +08:00
  • 97509833e2 integration: use cancel instead of close. caoming 2019-03-14 11:14:43 +08:00
  • 874532c2da embed: Modify the comments to be more precise. caoming 2019-03-14 10:59:52 +08:00
  • aa7f8716aa embed: optimize critical region. caoming 2019-03-14 10:23:43 +08:00
  • e1ca3b4434
    Merge pull request #10531 from JoeWrightss/patch-3 Xiang Li 2019-03-12 12:09:09 -07:00
  • 4478993fbc
    Merge pull request #10516 from shreyas-s-rao/wal-verify-func Xiang Li 2019-03-12 12:06:36 -07:00
  • bb3eb8fea9 wal: Add test for Verify Shreyas Rao 2019-03-12 17:07:00 +05:30
  • 3d6862fe0d wal: add Verify function to perform corruption check on wal contents shreyas-s-rao 2019-03-01 14:39:43 +05:30
  • dc50416157
    Merge pull request #10534 from johncming/close_reader Xiang Li 2019-03-12 08:25:32 -07:00
  • a13c00037d clientv3/integration: use embed default max request size. johncming 2019-03-09 11:36:47 +08:00
  • e46af034df bugfix: adjust or add close request body. johncming 2019-03-11 21:45:25 +08:00
  • b7ad8c6741
    Merge pull request #10535 from johncming/fix_close_pos Xiang Li 2019-03-11 09:17:13 -07:00
  • bd41f74168 etcdserver/api/rafthttp: fix the location of close http body. johncming 2019-03-11 22:20:38 +08:00
  • ec1bf732a2 pkg/transport: remove tls version restrictions. johncming 2019-03-11 21:13:36 +08:00
  • 939b4f8599 clientv3/balancer/grpc1.7-health.go: Fix variable spelling error zhoulin xie 2019-03-10 01:08:06 +08:00
  • 6da17cda18
    Merge pull request #10515 from Prototik/fix-sd-notify Xiang Li 2019-03-08 15:34:47 -08:00
  • 4dc9d8b058
    Merge pull request #10503 from spzala/v3argorder10431 Xiang Li 2019-03-08 11:59:17 -08:00
  • e80d1745be
    Merge pull request #10420 from spzala/watch10340 Xiang Li 2019-03-08 11:57:44 -08:00
  • 81b71da66d
    Merge pull request #10527 from etcd-io/gyuho-patch-1 Gyuho Lee 2019-03-07 11:17:20 -08:00
  • 5ed26c7c48
    docs: update PyYAML to 4.2b1 Gyuho Lee 2019-03-07 11:14:10 -08:00
  • 949bcbddbe
    Merge pull request #10526 from jingyih/improve_mvcc_index_concurrency Xiang Li 2019-03-06 15:48:48 -08:00
  • 93732df3ef mvcc: release lock early when traversing index Jingyi Hu 2019-03-06 14:14:20 -08:00
  • 4b69cfc56b
    Merge pull request #10492 from nolouch/fix-lessor Xiang Li 2019-03-06 10:23:57 -08:00
  • b08e6db0e8
    Merge pull request #10506 from jingyih/improve_etcd_backend_readability Xiang Li 2019-03-05 14:54:04 -08:00
  • 1c19f126cb mvcc/backend: rename ReadTx Lock() to RLock() Jingyi Hu 2019-02-27 14:56:59 -08:00
  • 0baaf50f57 vendor: Update golang.org/x/net dependency to release-branch.go1.11 Prasad Ghangal 2019-03-04 22:44:09 +05:30
  • 22525ada9e words: add dialer Sam Batschelet 2019-03-03 19:02:51 +00:00
  • 129372acfb integration: update metrics tests to conform to new format Sam Batschelet 2019-03-03 19:01:37 +00:00
  • e56670fa7a *: bump grpc-gateway to 1.6.1 and regen proto Sam Batschelet 2019-03-02 17:16:05 +00:00
  • 000f33ddea clientv3: replace grpc.WithDialer with grpc.WithContextDialer Sam Batschelet 2019-03-02 16:04:56 +00:00
  • b5d8beb459 *: replace grpc.FailFast with grpc.WaitForReady Sam Batschelet 2019-03-02 15:20:37 +00:00
  • 3c391ee23c *: bump gogo/proto to 1.1.1 amd regen Sam Batschelet 2019-03-02 15:09:12 +00:00
  • 2d4ba7803e vendor: bump grpc-go to 1.19.0 Sam Batschelet 2019-03-02 13:24:52 +00:00
  • fbf732d3dc
    etcdmain: fix sd_notify for restricted environments Sergey Shatunov 2019-03-02 23:41:15 +07:00
  • 2c69559819
    Merge pull request #10513 from jutley/txn-newline-documentation Xiang Li 2019-03-02 15:23:31 +08:00
  • a532b60c7e
    etcdctl: Update README to clarify newline syntax in TXN Jake Utley 2019-03-01 14:04:48 -08:00
  • b25edb62cc clientV3watch: Watch Close should close successfully Sahdev P. Zala 2019-01-20 11:39:28 -05:00
  • a943ad0ee4 client/keys_bench_test.go: Fix some misspells zhoulin xie 2019-03-01 01:01:38 +08:00
  • 8fb6e13b32 client/keys_bench_test.go: Fix some misspells zhoulin xie 2019-03-01 01:01:38 +08:00
  • 5694f3e4f5
    Merge pull request #10481 from hnlq715/master Xiang Li 2019-02-28 21:15:33 +08:00
  • 05684477aa etcdctl: Improve make-mirror endpoint handling Jonathan Sokolowski 2019-01-22 09:52:04 +11:00
  • 8782bbae65 clientV3: fix behavior of WithPrefix and WithFromKey functions Sahdev P. Zala 2019-02-26 16:45:47 -05:00
  • 17de9bd526
    Merge pull request #10501 from datuanmac/replacing_http_by_https Xiang Li 2019-02-27 14:08:24 +08:00
  • 32389b1876 doc: Replacing 'HTTP' by 'HTTPS' for securing links Tuan Do Anh 2019-02-26 10:03:00 +07:00
  • 918f0414dd
    Merge pull request #10495 from gyuho/zap-logger Gyuho Lee 2019-02-26 14:18:24 -08:00
  • a7e3bd06b2
    Merge pull request #10496 from trung/raft-example Xiang Li 2019-02-26 20:45:24 +08:00
  • 6543273666 client: generate new keys and remove yynn2 = 0 Sophos 2019-02-25 12:07:40 +08:00
  • 1adc288223 vendor: update ugorji to v1.1.2 Sophos 2019-02-25 12:05:35 +08:00
  • 5effa154b4 auth/simple_token.go: fix plog.Panicf error message zhoulin xie 2019-02-24 16:12:00 +08:00
  • f4201280a5 auth/simple_token.go: fix plog.Panicf error message zhoulin xie 2019-02-24 16:12:00 +08:00
  • e20b9d9e16 lease: fix deadlock with renew lease when the checkpointor is set nolouch 2019-02-21 12:10:04 +08:00
  • 5b4ff6c6d5
    raftexample: update readme Trung Nguyen 2019-02-21 16:56:52 -05:00
  • 74d6df2bd6
    raftexample: added build instruction and minor refactoring Trung Nguyen 2019-02-21 15:00:38 -05:00
  • dca0dec382 integration: use default log configuration Gyuho Lee 2019-02-21 10:57:51 -08:00
  • 4f46b65748 clientv3: use default info level log configuration Gyuho Lee 2019-02-21 10:57:38 -08:00