84ded59f08
Merge pull request #5443 from raoofm/patch-5
...
Doc: fix typo in v2-migration.md
2016-05-24 09:35:42 -07:00
5002114127
Doc: fix typo in v2-migration.md
2016-05-24 11:44:40 -04:00
ffd3cb78d4
store: use Rlock when GET
2016-05-24 17:13:29 +08:00
f86dc5c7f7
Merge pull request #5438 from gyuho/proxy_log
...
proxy/httpproxy: fix v2 proxy log header
2016-05-23 16:49:26 -07:00
340df26883
Merge pull request #5435 from xiang90/cap
...
api: add v3rpc capability
2016-05-23 15:50:08 -07:00
dd8a36820e
proxy/httpproxy: fix v2 proxy log header
...
Replace all with capnslog
2016-05-23 15:45:49 -07:00
1c544c3ba5
api: add v3rpc capability
2016-05-23 14:45:08 -07:00
663db2bbf8
Merge pull request #5410 from gyuho/e2e_migrate
...
e2e: test migrate command
2016-05-23 14:42:51 -07:00
23b14a8c8d
e2e: add migrate cmd test
2016-05-23 14:27:51 -07:00
96d06d4f2c
e2e: add Restart, Start, grpcEndpoints methods
2016-05-23 14:27:48 -07:00
6a8c65cba9
Merge pull request #5436 from gyuho/v3_doc
...
Documentation: updates for v3 release
2016-05-23 12:29:39 -07:00
fd7685f3a1
Documentation: add clientv3 links to libraries
2016-05-23 12:01:38 -07:00
d57164d0c8
README: throughput number in v3, add Doorman
...
Our v3 benchmark shows etcd v3 can do 40k writes per second.
1k throughput number is for etcd v2. Also adds YouTube's doorman
to example project lists.
2016-05-23 12:00:03 -07:00
3351ea1ae2
Procfile: v3 as default
2016-05-23 11:59:23 -07:00
ad9d18faa9
Merge pull request #5411 from xiang90/m_doc
...
doc: add app migration doc
2016-05-23 11:56:34 -07:00
a62e4e1e3a
doc: add app migration doc
2016-05-23 11:53:44 -07:00
a3a4f51d90
Merge pull request #5434 from gyuho/log_integration
...
integration: add logs for debugging
2016-05-23 11:52:08 -07:00
4df91ae755
Merge pull request #5424 from gyuho/slice_pre_alloc
...
rafthttp: replace append with pre-allocated slice
2016-05-23 11:30:07 -07:00
ddbe46543d
integration: add logs for debugging
2016-05-23 11:23:41 -07:00
f20573b576
Merge pull request #5426 from gyuho/log_compaction_done
...
mvcc: log when compaction is done
2016-05-21 09:33:50 -07:00
bf8cf39daf
mvcc: use capnslog
2016-05-20 22:31:22 -07:00
4882330fd7
Merge pull request #5417 from heyitsanthony/watcher-victims
...
mvcc: reuse watcher batch from notify on blocked watch channel
2016-05-20 19:59:38 -07:00
394ce5f3b8
mvcc: move blocked unsynced watchers to victim list
2016-05-20 15:56:02 -07:00
5984e46364
mvcc: move blocked sync watcher work to victim list
...
Instead of holding the store lock while doing a lot of work like when syncung
unsynced watchers, the work from a blocked synced notify can be reused and
dispatched without holding the store lock for long.
2016-05-20 15:56:02 -07:00
c9264c5e65
rafthttp: replace append with pre-allocated slice
2016-05-20 15:20:55 -07:00
1226946e2d
Merge pull request #5423 from purpleidea/feat/typos3
...
clientv3: fix typo
2016-05-20 14:45:20 -07:00
374b3ee40b
clientv3: fix typo
2016-05-20 17:18:52 -04:00
4c36054610
Merge pull request #5420 from purpleidea/feat/typos2
...
Fix typos
2016-05-20 11:30:38 -07:00
edca3cbe44
clientv3: Fix typos
...
Found randomly when going through docs. HTH
2016-05-20 14:06:29 -04:00
0b34b236d6
mvcc: benchmark for synced watchers
2016-05-19 23:31:27 -07:00
751d5fa486
Merge pull request #5414 from swingbach/master
...
raft: fix tiny mistake of message type
2016-05-19 23:15:15 -07:00
ff9d16a2e0
raft: fix tiny mistake of message type
2016-05-20 14:04:08 +08:00
4ee60d6671
Merge pull request #5413 from mitake/test
...
test: remove a directory correctly
2016-05-19 21:58:14 -07:00
1727f278f2
test: remove a directory correctly
...
Current rm in the test script cannot the gopath/src correctly and
results test failure.
2016-05-20 13:42:36 +09:00
e9f3e809a6
Merge pull request #5409 from xiang90/doc
...
etcdctl: add migrate command into readme
2016-05-19 16:54:10 -07:00
628a38d906
etcdctl: add migrate command into readme
2016-05-19 16:53:47 -07:00
82c6408f38
Merge pull request #5406 from gyuho/clientv3_slice
...
clientv3/concurrency: preallocate slice in stm
2016-05-19 14:57:19 -07:00
fa1e40c120
clientv3/concurrency: preallocate slice in stm
2016-05-19 14:42:19 -07:00
8c17674cda
Merge pull request #5404 from gyuho/watch_optimize
...
mvcc: remove defer in watchable store
2016-05-19 14:08:37 -07:00
be4fb634a1
Merge pull request #5279 from gyuho/demo
...
Documentation: add animated quick demo
2016-05-19 14:03:27 -07:00
aa85cf037f
mvcc: remove defer in watchable store
2016-05-19 13:51:51 -07:00
54536af135
Merge pull request #5405 from gyuho/watch_client
...
clientv3: preallocate watch streams slice
2016-05-19 13:21:44 -07:00
f9306fb817
clientv3: preallocate watch streams slice
...
To avoid slice growth when appending
2016-05-19 12:55:55 -07:00
edb11881f8
Merge pull request #5391 from xiang90/migrate
...
etcdctl: add migrate command
2016-05-19 12:33:11 -07:00
6f2e7875aa
etcdctl: add migrate command
...
Migrate command accepts a datadir and an optional user-provided
transformer function that transform v2 keys to v2 keys.
Migrate command then builds a v3 backend state based on the existing
v2 keys and the output of the transformer function.
2016-05-19 12:17:15 -07:00
61a7d3efb3
Merge pull request #5392 from gyuho/watch_bench
...
benchmark: fix watch command
2016-05-19 10:12:24 -07:00
9ca84e814f
benchmark: fix watch command
...
Fix https://github.com/coreos/etcd/issues/5099 .
2016-05-19 09:57:35 -07:00
8e4a83c830
Merge pull request #5400 from rkrambovitis/patch-2
...
doc: fix https omission in documentation.
2016-05-19 08:07:27 -07:00
38ebb6b475
doc: fix https omission in documentation.
...
doc: added missing (http)s to tls setup guide
This fixes a minor documentation omission, where the 1st initial-advertise-peer-url for tls setup appears to be http.
fixes documentation
2016-05-19 18:04:52 +03:00
9ea181e561
Merge pull request #5388 from swingbach/master
...
raft: add more assertions on dueling candidates test case
2016-05-19 06:59:35 -07:00