Commit Graph

  • e2bd35ba1a Merge pull request #4129 from gyuho/licence_2016 Gyu-Ho Lee 2016-01-04 14:13:46 -0800
  • 58112f3abe header: change date to 2016 Gyu-Ho Lee 2016-01-04 14:02:09 -0800
  • cfe23b886d Merge pull request #4125 from ngaut/ngaut/refactor Xiang Li 2016-01-04 11:49:08 -0800
  • b38dfda1c9 raft: Tiny refactor ngaut 2016-01-04 21:20:54 +0800
  • e0a06bb5d6 Merge pull request #4123 from ngaut/ngaut/typo Xiang Li 2016-01-03 20:27:41 -0800
  • acee23112a raft: typo ngaut 2016-01-04 11:51:51 +0800
  • bf9e2a550c Merge pull request #4122 from gyuho/watchid_events Gyu-Ho Lee 2016-01-03 16:40:28 -0800
  • 6540f47dfa *: WatchResponse for multiple Events with WatchID Gyu-Ho Lee 2016-01-03 12:48:58 -0800
  • c832d7f6e2 Merge pull request #4120 from xiang90/ctrl_w Xiang Li 2016-01-03 09:14:12 -0800
  • eda0eefc25 *: support watcher cancellation inside watchStream Xiang Li 2016-01-03 00:11:26 -0800
  • 94ac9ae2da Merge pull request #4118 from xiang90/ctrl_w Xiang Li 2016-01-02 23:27:34 -0800
  • ec12686233 v3api: add support for sending watcher control response Xiang Li 2016-01-02 20:54:37 -0800
  • 4fa0cd5765 Merge pull request #4117 from xiang90/rm_watching Xiang Li 2016-01-02 21:00:02 -0800
  • 807db7e2aa storage: rename watching -> watcher Xiang Li 2016-01-02 20:20:22 -0800
  • 34187a4fbe Merge pull request #4114 from xiang90/r_watch_stream Xiang Li 2016-01-02 18:29:18 -0800
  • ee0b3f42ed *: rename watcher to watchStream Xiang Li 2016-01-02 15:59:32 -0800
  • 41771d9522 Merge pull request #4112 from xiang90/proto Xiang Li 2016-01-01 13:10:19 -0800
  • ac330bb7c9 *: update watch related proto Xiang Li 2015-12-31 22:28:54 -0800
  • 7dd599b69d Merge pull request #4091 from gyuho/watch_events_slice Gyu-Ho Lee 2015-12-31 23:54:08 -0800
  • 37b643b11d etcdctlv3/command: watch command to receive events slice Gyu-Ho Lee 2015-12-31 19:27:45 -0800
  • b59c993681 storage: kv_test.go events slice Gyu-Ho Lee 2015-12-31 19:27:26 -0800
  • 14a0268ebc storage: watchable_store_test.go events slice Gyu-Ho Lee 2015-12-31 19:27:14 -0800
  • 0b01acf131 storage: watchable_store.go events slice Gyu-Ho Lee 2015-12-31 19:26:59 -0800
  • f568a1ccfc storage: watcher_test.go events slice Gyu-Ho Lee 2015-12-31 19:26:42 -0800
  • a74147384d Merge pull request #4070 from mitake/storage-bench Xiang Li 2015-12-31 22:26:46 -0800
  • 454865bd67 tools: a new tool for benchmarking storage backends Hitoshi Mitake 2015-12-30 16:16:20 +0900
  • 5aded6cd77 storage: watcher.go events slice Gyu-Ho Lee 2015-12-31 19:26:20 -0800
  • 8f03c600b5 etcdserver/api/v3rpc: watch.go with events slice Gyu-Ho Lee 2015-12-31 19:25:15 -0800
  • 8da6e76588 etcdserver/etcdserverpb: rpc WatchResponse with events slice Gyu-Ho Lee 2015-12-31 19:24:46 -0800
  • 0b2d31f3bc storage: decouple default parameters and storage creation Hitoshi Mitake 2015-12-30 16:11:01 +0900
  • 73230f9603 Merge pull request #4108 from xiang90/proto Xiang Li 2015-12-30 20:29:04 -0800
  • 1dc0e664f0 *: fix proto and regenerate all go files Xiang Li 2015-12-30 20:11:19 -0800
  • 4444d92032 Merge pull request #4105 from heyitsanthony/benchmark-put-seq-keys Anthony Romano 2015-12-30 17:04:37 -0800
  • 1689bb3f02 tools/benchmark: support puts on sequential keys over a bounded keyspace Anthony Romano 2015-12-30 12:55:44 -0800
  • e6ffe22e16 *: bump to v2.2.3+git Gyu-Ho Lee (etcd) 2015-12-30 13:54:57 -0800
  • 05b564a394 *: bump to v2.2.3 v2.2.3 Gyu-Ho Lee 2015-12-30 13:41:16 -0800
  • cb779b2305 etcdctl: fix syncWithPeerAPI by breaking the loop when there is no error Xiang Li 2015-12-30 11:06:42 -0800
  • c8a0cc80dc Merge pull request #4104 from xiang90/ctl Xiang Li 2015-12-30 11:17:30 -0800
  • 34abead33e etcdctl: fix syncWithPeerAPI by breaking the loop when there is no error Xiang Li 2015-12-30 11:06:42 -0800
  • 22c3208fb3 etcdserver: always check if the data dir is writable before starting etcd Xiang Li 2015-12-29 10:40:58 -0800
  • e44372e430 etcdsever: avoid creating member dir before finishing validate bootstrap Xiang Li 2015-12-28 23:17:54 -0800
  • 795b824f4d Merge pull request #4100 from mitake/ignore-benchmark Xiang Li 2015-12-29 23:19:28 -0800
  • b97f78d356 tools/benchmark: ignore the binary "benchmark" Hitoshi Mitake 2015-12-30 16:01:05 +0900
  • f19a07289a Merge pull request #4098 from gyuho/merge_log Gyu-Ho Lee 2015-12-29 21:23:30 -0700
  • 8346a7c052 Merge pull request #4094 from heyitsanthony/send-merged-done-nowait Anthony Romano 2015-12-29 20:18:08 -0800
  • 8f943f2f45 etcdserver/etcdhttp: use MergeLogger to log etcdserver errors Gyu-Ho Lee 2015-12-29 16:48:40 -0800
  • 64032541c3 pkg/logutil: round off start time, add merge_logger_test.go Gyu-Ho Lee 2015-12-29 16:21:46 -0800
  • 942b5570bd Merge pull request #4096 from heyitsanthony/serialize-applier-snapmerge Anthony Romano 2015-12-29 19:37:11 -0800
  • 4cd86ae1ef etcdserver: serialize snapshot merger with applier Anthony Romano 2015-12-29 15:27:20 -0800
  • 04ac8969a1 Merge pull request #3986 from mqliang/defer Gyu-Ho Lee 2015-12-29 14:42:11 -0700
  • 4b355bd81e Merge pull request #4093 from xiang90/rm_proto Xiang Li 2015-12-29 13:25:46 -0800
  • c7c3bda8b9 etcdserver: respect done channel when sleeping for snapshot backoff Anthony Romano 2015-12-29 13:03:12 -0800
  • 9d9680121c etcdserver/etcdserverpb: make rpc.proto updated Xiang Li 2015-12-29 12:58:14 -0800
  • 39ed73c290 doc: remove proto in rfc, link to proto file in codebase Xiang Li 2015-12-29 12:49:36 -0800
  • d9d7137ea3 Merge pull request #4092 from xiang90/api Xiang Li 2015-12-29 12:46:12 -0800
  • 1a0201a31a *: update api proto Xiang Li 2015-12-29 11:49:00 -0800
  • d62edfb464 Merge pull request #4090 from xiang90/writable Xiang Li 2015-12-29 11:40:41 -0800
  • 150e646b05 etcdserver: always check if the data dir is writable before starting etcd Xiang Li 2015-12-29 10:40:58 -0800
  • f1761798e9 Merge pull request #4089 from xiang90/fix Xiang Li 2015-12-28 23:37:50 -0800
  • 0f2675d9b6 Merge pull request #4060 from heyitsanthony/fix-etcdctl-err Anthony Romano 2015-12-28 23:28:29 -0800
  • aef55342d1 etcdsever: avoid creating member dir before finishing validate bootstrap Xiang Li 2015-12-28 23:17:54 -0800
  • eae52a3138 Revert "etcdserver: always remove member directory when bootstrap fails" Xiang Li 2015-12-28 23:16:08 -0800
  • cd42c9139e Merge pull request #4087 from gyuho/delete_discovery_check Gyu-Ho Lee 2015-12-29 00:04:37 -0700
  • 4477ef636e etcdctl: return exitcode 2 if can't connect to any peers Anthony Romano 2015-12-28 23:00:27 -0800
  • a7e443d641 etcdserver: always remove member directory when bootstrap fails Gyu-Ho Lee 2015-12-28 21:22:20 -0800
  • c3655cbfd9 Merge pull request #4084 from gyuho/revisioin_document Gyu-Ho Lee 2015-12-28 20:45:36 -0700
  • 5284c1c3bb storage: add/fix revision/generation description Gyu-Ho Lee 2015-12-28 14:17:06 -0800
  • f3b3557951 Merge pull request #4085 from gyuho/doc_iana Xiang Li 2015-12-28 18:13:25 -0800
  • 7c587e0855 Documentation: clarification on official etcd ports Gyu-Ho Lee 2015-12-28 14:43:00 -0800
  • 6c5dc28d0f Merge pull request #4043 from gyuho/storage_range_all_unsynced Gyu-Ho Lee 2015-12-28 14:45:40 -0700
  • 0d7fb820c7 Merge pull request #4082 from gyuho/storage_test_cleanup Gyu-Ho Lee 2015-12-28 13:02:17 -0700
  • d64eb94580 storage: clean up test variable names, minor typos in comments Gyu-Ho Lee 2015-12-28 11:49:57 -0800
  • ecc3e15a46 storage: delete RangeHistory Gyu-Ho Lee 2015-12-28 11:12:24 -0800
  • 78b0b8a4a0 storage: range all unsynced at once Gyu-Ho Lee 2015-12-22 09:30:40 -0800
  • 570687a509 Merge pull request #4081 from heyitsanthony/benchmark-multi-ep Anthony Romano 2015-12-28 10:31:35 -0800
  • 8e728afa62 tools/benchmark: support connecting to several endpoints Anthony Romano 2015-12-28 09:56:14 -0800
  • d07a9cd893 Merge pull request #4059 from xiang90/snap_log Xiang Li 2015-12-28 10:05:35 -0800
  • 466b33445f Merge pull request #4079 from gyuho/store_shadow Gyu-Ho Lee 2015-12-28 11:03:57 -0700
  • b072f0b048 store: fix expiration var shadowing, change test function names Gyu-Ho Lee 2015-12-28 04:23:36 -0800
  • aec356e416 Merge pull request #4064 from xiang90/reduce_fysnc Xiang Li 2015-12-28 07:31:50 -0800
  • 1238187b72 Merge pull request #4078 from jonboulle/master Jonathan Boulle 2015-12-27 22:35:51 +0100
  • 216c6674ed docs: clarify CAS/CAD do not work on directories Jonathan Boulle 2015-12-27 21:13:58 +0100
  • 729b530c48 Merge pull request #4071 from gyuho/store_event_node Gyu-Ho Lee 2015-12-25 21:42:50 -0700
  • 64e182c69e store: clean up event.go, node.go and add tests Gyu-Ho Lee 2015-12-25 02:58:46 -0800
  • 70bcde89bc Merge pull request #4073 from gyuho/remove_seed Jonathan Boulle 2015-12-25 19:14:35 +0100
  • df0c2e6842 storage: remove unnecessary math/rand seed Gyu-Ho Lee 2015-12-25 09:55:11 -0800
  • dac56faf61 Merge pull request #4030 from mitake/endpoint-selection Jonathan Boulle 2015-12-24 12:55:16 +0100
  • ff319add53 Merge pull request #4066 from gyuho/tip_shadow Jonathan Boulle 2015-12-24 10:24:27 +0100
  • 8d368c4dba pkg/fileutil: fix error var shadow Gyu-Ho Lee 2015-12-23 23:56:26 -0800
  • 22b3b3e07a Merge pull request #4038 from AkihiroSuda/etcd-4007 Xiang Li 2015-12-23 22:23:57 -0800
  • 058f1449d6 pkg/fileutil: skip TestIsDirWriteable when running as root Akihiro Suda 2015-12-22 15:08:54 +0900
  • 8bc59b66d1 backend: do not commit unless there is a pending change Xiang Li 2015-12-23 18:58:34 -0800
  • a46ffc60e5 client: add a mechanism for various endpoint selection mode Hitoshi Mitake 2015-12-21 17:47:22 +0900
  • 72e115ee6e Merge pull request #4062 from xiang90/fix_snap Xiang Li 2015-12-23 17:10:10 -0800
  • 3c17e45bcb Merge pull request #4063 from heyitsanthony/fix-shouldstop Anthony Romano 2015-12-23 16:46:18 -0800
  • d7ad721ede etcdserver: stop if removed along with multiple conf changes Anthony Romano 2015-12-23 15:51:00 -0800
  • 4be152bb4f rework Xiang Li 2015-12-23 16:03:23 -0800
  • 9a51d40940 fix comment Xiang Li 2015-12-23 14:10:39 -0800
  • ab31ba0d29 *: fix snapshot sending cycle Xiang Li 2015-12-23 13:55:39 -0800
  • 74dba2d4cf rafthttp: better snapshot sending logging Xiang Li 2015-12-23 12:36:03 -0800