Commit Graph

  • 10cafe56b8 v3rpc: return nil as error explicitly Xiang Li 2016-10-06 14:14:43 -07:00
  • 4a5fa261c6 Merge pull request #6596 from gyuho/protect-TTL Gyu-Ho Lee 2016-10-06 11:41:51 -07:00
  • 65ac718a11 etcdserver: use 'TTL()' on lease.Lease Gyu-Ho Lee 2016-10-06 10:34:39 -07:00
  • 5adca4a720 lease, leasehttp: add TTL() method Gyu-Ho Lee 2016-10-06 10:31:36 -07:00
  • 9970ded79f mvcc: add BenchmarkWatchableStoreTxnPut benchmark Nikita Vetoshkin 2016-10-06 22:44:25 +05:00
  • eae70c9379 adt: fast path Stab in empty interval tree Nikita Vetoshkin 2016-10-06 22:41:33 +05:00
  • b8079b7fc0 Merge pull request #6594 from heyitsanthony/e2e-etcdctl-timeout Anthony Romano 2016-10-06 10:40:46 -07:00
  • fa1e28102e Merge pull request #5316 from ajityagaty/too_many_allocs Xiang Li 2016-10-06 09:47:59 -07:00
  • e28706d9e2 e2e: print correct timeout for etcdctl tests Anthony Romano 2016-10-06 09:18:41 -07:00
  • f696fe2a58 Merge 1aca3fdf8266824a20e1da0b5dc6bad6b6fc26b8 into cc04d80b099e6ed1a32f50536fa55b72e2e3e2a1 Nikita Vetoshkin 2016-10-06 07:56:56 +00:00
  • 1aca3fdf82 mvcc: avoid extra allocations in TxnEnd Nikita Vetoshkin 2016-10-06 12:49:38 +05:00
  • 0bbb20cfd4 update grpc.BalancerConfig chzyer 2016-10-06 14:04:22 +08:00
  • cc04d80b09 Merge pull request #6578 from glevand/for-merge-serial Xiang Li 2016-10-05 19:28:15 -07:00
  • 54c252ee63 clientv3/kv_test: Fix quota test Geoff Levand 2016-10-05 16:41:06 -07:00
  • 84d2ff93b0 integration/v3_grpc_test: Fix quota tests Geoff Levand 2016-10-05 16:41:06 -07:00
  • de8adc9e03 e2e/ctl_v3_alarm_test: Fix quota test Geoff Levand 2016-10-05 16:41:06 -07:00
  • 8c60a532a6 e2e/ctl_v3_alarm_test: Use fixed small buf size Geoff Levand 2016-10-05 16:41:06 -07:00
  • beb194967e Documentation: Improve quota example Geoff Levand 2016-10-05 16:41:06 -07:00
  • bdbb32dfe8 Documentation: Set ETCDCTL_API for v3 features Geoff Levand 2016-10-05 16:41:06 -07:00
  • b65a2cec18 Documentation: Clearify Space quota section Geoff Levand 2016-10-05 16:41:06 -07:00
  • f0469f7f25 Merge pull request #6570 from xiang90/lease_expire Xiang Li 2016-10-05 15:49:45 -07:00
  • 3cbc5285e0 test: Run integration pass in series Geoff Levand 2016-10-05 15:35:14 -07:00
  • f03fd1781e integration: add TestV3WatchWithPrevKV Hongchao Deng 2016-10-05 14:25:50 -07:00
  • 0f0c048e29 etcdserver: fix early lessor promotion issue Xiang Li 2016-10-05 14:24:03 -07:00
  • 279c103517 lease: fix lease expire and add a test Xiang Li 2016-10-03 16:01:56 +08:00
  • 7f0d5946ff Merge pull request #6589 from heyitsanthony/etcdctl-lock-one-session Anthony Romano 2016-10-05 14:36:11 -07:00
  • d9ab018c49 integration: test a canceled watch won't return a closing error Anthony Romano 2016-10-04 14:47:40 -07:00
  • e853451cd2 clientv3: only return closing error to watcher if context is not canceled Anthony Romano 2016-10-04 16:09:50 -07:00
  • b980ab0c67 Merge pull request #6582 from heyitsanthony/fix-cancel-close Anthony Romano 2016-10-05 13:37:29 -07:00
  • f2af08f5aa etcdctl: remove superfluous session in lock command Anthony Romano 2016-10-05 13:30:36 -07:00
  • 1becf9d2f5 clientv3: fix race on watch initial revision Anthony Romano 2016-10-05 09:36:06 -07:00
  • f67f8d3b31 Merge pull request #6587 from heyitsanthony/watch-fix-revrace Anthony Romano 2016-10-05 10:55:31 -07:00
  • d5cd563ce7 Merge pull request #6572 from glevand/for-merge-release_pass Xiang Li 2016-10-05 09:42:16 -07:00
  • 06d5cf2d52 clientv3: fix race on watch initial revision Anthony Romano 2016-10-05 09:36:06 -07:00
  • e285f599e2 clientv3: only return closing error to watcher if context is not canceled Anthony Romano 2016-10-04 16:09:50 -07:00
  • 1a712cf187 clientv3: make IsProgressNotify() false on compact event and closed channel Anthony Romano 2016-09-28 16:47:33 -07:00
  • 023f335f67 wal: set PageWriter offset in file encoder Gyu-Ho Lee 2016-09-28 11:03:24 -07:00
  • bf0da78b63 pkg/ioutil: configure pageOffset in NewPageWriter Gyu-Ho Lee 2016-09-28 09:41:24 -07:00
  • e8473850a2 integration: test canceling watchers when disconnected Anthony Romano 2016-09-23 16:40:29 -07:00
  • b836d187fd clientv3: simplify watch synchronization Anthony Romano 2016-09-23 16:47:25 -07:00
  • 8e1c989ec3 integration: test a canceled watch won't return a closing error Anthony Romano 2016-10-04 14:47:40 -07:00
  • c4055451f6 Merge eede47e3d932b561cc08460cf4d614acfe14e976 into 9b09229c4d86e7b351fb2dbe4f863a1c9b279ca9 Gyu-Ho Lee 2016-10-04 21:42:03 +00:00
  • eede47e3d9 integration: test canceling watchers when disconnected Anthony Romano 2016-09-23 16:40:29 -07:00
  • e9f6393fde clientv3: simplify watch synchronization Anthony Romano 2016-09-23 16:47:25 -07:00
  • 98897b7603 Merge pull request #6580 from spoonben/fix-404-docs Gyu-Ho Lee 2016-10-04 13:54:10 -07:00
  • 25f1088edd test: Fixes for release_pass Geoff Levand 2016-10-04 13:42:53 -07:00
  • 9c5a32eb7a docs: link directly to github procfile Ben Spoon 2016-10-04 13:41:59 -07:00
  • 5269bbd277 Merge pull request #6513 from gyuho/manual Gyu-Ho Lee 2016-10-04 13:31:43 -07:00
  • dc8bf26cd8 raft: refactor inflight Xiang Li 2016-04-01 14:48:07 -07:00
  • 19122b463e Merge pull request #6525 from heyitsanthony/watcher-disconn Anthony Romano 2016-10-04 11:21:12 -07:00
  • 02f557068e Merge pull request #6576 from xiang90/fix_doc Xiang Li 2016-10-04 10:32:37 -07:00
  • 904e5090fd doc: build should work for non-github users Xiang Li 2016-10-04 10:26:51 -07:00
  • 5b50658118 clientv3: simplify watch synchronization Anthony Romano 2016-09-23 16:47:25 -07:00
  • 9ce398f8a6 integration: test canceling watchers when disconnected Anthony Romano 2016-09-23 16:40:29 -07:00
  • 915311e763 boltdb: Improve node dumps Geoff Levand 2016-09-22 17:03:01 -07:00
  • 33e4f2ea28 Merge pull request #6563 from gyuho/gen-proto Gyu-Ho Lee 2016-10-03 15:54:38 -07:00
  • 9b56e51ca7 *: regenerate proto + gofmt change Gyu-Ho Lee 2016-10-03 14:43:06 -07:00
  • 8174fcf201 scripts/genproto: use 'gopath.proto' for $GOPATH Gyu-Ho Lee 2016-10-03 14:42:45 -07:00
  • dfe85b26cc Merge pull request #6571 from xiang90/log_pkg Xiang Li 2016-10-03 15:49:44 -05:00
  • b7f02a8c0a Merge pull request #6568 from gyuho/e2e Gyu-Ho Lee 2016-10-03 13:24:00 -07:00
  • 29dd3cf5bd Revert "clientv3/integration: add TestDialWithHTTPS" Gyu-Ho Lee 2016-10-03 11:32:10 -07:00
  • 0dc14d1771 e2e: test 'https' scheme endpoints Gyu-Ho Lee 2016-10-03 11:29:48 -07:00
  • c26ebe3262 Merge pull request #6453 from vimalk78/wal-optimize-marshal-outside-lock Anthony Romano 2016-10-03 11:50:11 -07:00
  • dd607b5eff Merge pull request #6560 from gyuho/scheme Gyu-Ho Lee 2016-10-03 09:44:46 -07:00
  • a96a28d603 clientv3/integration: add TestDialWithHTTPS Gyu-Ho Lee 2016-10-03 01:25:32 -07:00
  • 962433c17f *: set repo correctly for logging Xiang Li 2016-10-03 17:03:22 +08:00
  • f45542394b clientv3: handle 'https' scheme in endpoint Gyu-Ho Lee 2016-10-03 01:03:28 -07:00
  • 02912fe8c4 Merge pull request #6564 from gyuho/nil-ref Gyu-Ho Lee 2016-10-01 01:32:56 -07:00
  • 5c51c600aa e2e: skip when 'etcdProcess' is nil Gyu-Ho Lee 2016-10-01 00:13:06 -07:00
  • 37bd0932f7 Merge pull request #6557 from heyitsanthony/fix-publish-retry Gyu-Ho Lee 2016-09-30 18:40:18 -07:00
  • b43f73abe8 embed: add 'ForceClose' method Gyu-Ho Lee 2016-09-30 18:35:21 -07:00
  • 613525f711 Merge pull request #6559 from heyitsanthony/fix-lease-hash fanmin shi 2016-09-30 17:23:00 -07:00
  • 4f9be94643 lessor: delete keys in deterministic order on revoke Anthony Romano 2016-09-30 16:45:52 -07:00
  • 289e3c0c63 etcdserver: use stream recorder for TestPublishRetry Anthony Romano 2016-09-30 15:42:19 -07:00
  • 7225c77a3b Merge pull request #6556 from gyuho/simplify Gyu-Ho Lee 2016-09-30 11:19:14 -07:00
  • 4871a4a5f3 lease: remove redundant get method Gyu-Ho Lee 2016-09-30 10:09:28 -07:00
  • c349e089b1 Merge pull request #6550 from heyitsanthony/watch-prog-notify Anthony Romano 2016-09-29 11:12:25 -07:00
  • 6ac284a577 grpcproxy: use valid progress notification in broadcast test Anthony Romano 2016-09-29 10:45:25 -07:00
  • dac6e700f8 Merge pull request #6519 from mitake/functional-tester Gyu-Ho Lee 2016-09-29 10:07:47 -07:00
  • 530e3bf34e clientv3: clarify scheme needs to be stripped Gyu-Ho Lee 2016-09-29 09:52:26 -07:00
  • 868617ef86 Merge pull request #6548 from gyuho/get-config-embed Xiang Li 2016-09-29 09:14:32 -05:00
  • b8017004ba embed: add 'Config' method Gyu-Ho Lee 2016-09-28 19:05:03 -07:00
  • a781f4ebda Merge pull request #6551 from xiang90/fix_log_repo Xiang Li 2016-09-29 02:46:57 -05:00
  • 9473e9c30e pkg: use etcd as logging repo Xiang Li 2016-09-29 15:29:38 +08:00
  • d80c13555a Merge pull request #6543 from xiang90/improve_txn Xiang Li 2016-09-28 19:54:30 -05:00
  • bf2581390d clientv3: make IsProgressNotify() false on compact event and closed channel Anthony Romano 2016-09-28 16:47:33 -07:00
  • 0ca0260c89 Merge pull request #6531 from sinsharat/glossary_update Gyu-Ho Lee 2016-09-28 11:39:02 -07:00
  • 2353cbca71 Merge pull request #6544 from gyuho/page-offset Gyu-Ho Lee 2016-09-28 11:37:24 -07:00
  • f5588526cc wal: set PageWriter offset in file encoder Gyu-Ho Lee 2016-09-28 11:03:24 -07:00
  • d0c29cc610 pkg/ioutil: configure pageOffset in NewPageWriter Gyu-Ho Lee 2016-09-28 09:41:24 -07:00
  • 0b8b40ccca Merge pull request #6545 from gyuho/grammar Gyu-Ho Lee 2016-09-28 09:34:43 -07:00
  • 231530e0c5 wal: fix minor wording in comment Gyu-Ho Lee 2016-09-28 07:33:22 -07:00
  • ea0c65797a etcdserver: use linearizableReadNotify for txn Xiang Li 2016-09-28 20:46:02 +08:00
  • 6c2414ebd1 Documentation/learning: Glossary update sharat 2016-09-27 20:56:45 +05:30
  • f4ec303d1b wal/wal.go: modified WAL.SaveSnapshot to do the Marshal before aquiring the mutex Vimal Kumar 2016-09-28 10:35:19 +05:30
  • 1e1dd24d05 Merge pull request #6536 from sinsharat/etcdctlv3_readme_update Xiang Li 2016-09-27 23:58:42 -05:00
  • dcfbcb7a68 etcdctlv3: minor updates to put and make-mirror command sharat 2016-09-28 00:44:30 +05:30
  • 3807faeddf Merge pull request #6541 from hhkbp2/improve-test-coverage Xiang Li 2016-09-27 23:24:52 -05:00
  • eee23eaf43 Merge pull request #6540 from fanminshi/lease_panic_fix Xiang Li 2016-09-27 23:17:16 -05:00
  • 7d48855630 functional-tester: decouple failures from tester Hitoshi Mitake 2016-09-26 11:35:48 +09:00