Anthony Romano
fc7da09d67
*: add missing godoc package descriptions
...
Fixes #4074
2016-05-27 15:15:26 -07:00
Xiang Li
d8f325dabf
Merge pull request #5472 from xiang90/fix_cap
...
integration: move cap enabling to init
2016-05-27 11:42:07 -07:00
Xiang Li
ac2859057a
integration: move cap enabling to init
2016-05-27 11:12:07 -07:00
Xiang Li
2d47211589
Merge pull request #5471 from xiang90/proxy_rand
...
httpproxy: init the rand that we use to randomize endpoints
2016-05-27 10:46:42 -07:00
Xiang Li
c73e8fd946
httpproxy: init the rand that we use to randomize endpoints
...
This is actually does not change anything. The endpoints are already
randomized before feeding into proxy. But it makes the proxy more safe.
2016-05-27 10:28:03 -07:00
Xiang Li
45b872fe5d
Merge pull request #5470 from dnaeon/gru
...
docs: add Gru to the list of projects using etcd
2016-05-27 10:18:55 -07:00
Marin Atanasov Nikolov
6e4fa5e773
docs: add Gru to the list of projects using etcd
2016-05-27 20:17:57 +03:00
Gyu-Ho Lee
3ed5d28e2e
etcd-tester: fix, clean up multiple things ( #5462 )
...
* etcd-tester: more logging, fix typo
* etcd-tester: fix prevCompactRev scope
Fix https://github.com/coreos/etcd/issues/5440 .
* etcd-tester: move utils to bottom, clean up logs
And remove stresser operation inside defrag
* etcd-tester: separate update revision call
* etcd-tester: fix cleanup when case is -1
2016-05-26 11:37:49 -07:00
Xiang Li
6acb3d67fb
Merge pull request #5448 from xiang90/fix_refrsh
...
etcd: fix refresh feature
2016-05-26 09:53:13 -07:00
Anthony Romano
44b59e24eb
Merge pull request #5455 from heyitsanthony/clientv3-url-endpoints
...
clientv3: handle URL scheme when given in endpoint
2016-05-26 10:25:27 -06:00
Gyu-Ho Lee
d117684086
Merge pull request #5453 from gyuho/protobuf_etcdctlv3
...
etcdctl/ctlv3: protobuf write-out for member list
2016-05-25 22:39:54 -07:00
Gyu-Ho Lee
5cba7080bc
etcdctl/ctlv3: protobuf write-out for member list
...
Fix https://github.com/coreos/etcd/issues/5297 .
2016-05-25 22:23:57 -07:00
Gyu-Ho Lee
86591d64c5
etcdctl: doc member list, others protobuf output
2016-05-25 22:17:45 -07:00
Gyu-Ho Lee
d7fa07cffa
Merge pull request #5456 from gyuho/tester_fix
...
etcd-tester: fix compact timeout
2016-05-25 18:53:07 -07:00
Gyu-Ho Lee
4c7af825c7
etcd-tester: timeout per number of compact entries
...
Fix https://github.com/coreos/etcd/issues/5440 .
2016-05-25 18:37:13 -07:00
Gyu-Ho Lee
5ab27e99f2
Merge pull request #5454 from gyuho/document_issue_5401
...
etcdserverpb: document how to prefix, range query
2016-05-25 17:07:53 -07:00
Anthony Romano
9dc0782f45
clientv3: handle URL scheme when given in endpoint
...
Fixes #5427
2016-05-25 18:01:36 -06:00
Gyu-Ho Lee
8a718f3e56
etcdserverpb: document prefix, range query
...
Fix https://github.com/coreos/etcd/issues/5401 .
2016-05-25 16:53:36 -07:00
Xiang Li
53084ebead
etcd: fix refresh feature
...
When using refresh, etcd store v2 watch is broken. Although with refresh
store should not trigger current watchers, it should still add events into
the watchhub to make a complete history. Current store fails to add the event
into the watchhub, which causes issues.
2016-05-25 13:33:31 -07:00
Xiang Li
9ea1705563
Merge pull request #5441 from mqliang/Rlock-GET
...
store: use Rlock when GET
2016-05-25 11:29:36 -07:00
Gyu-Ho Lee
84ded59f08
Merge pull request #5443 from raoofm/patch-5
...
Doc: fix typo in v2-migration.md
2016-05-24 09:35:42 -07:00
Raoof Mohammed
5002114127
Doc: fix typo in v2-migration.md
2016-05-24 11:44:40 -04:00
mqliang
ffd3cb78d4
store: use Rlock when GET
2016-05-24 17:13:29 +08:00
Gyu-Ho Lee
f86dc5c7f7
Merge pull request #5438 from gyuho/proxy_log
...
proxy/httpproxy: fix v2 proxy log header
2016-05-23 16:49:26 -07:00
Xiang Li
340df26883
Merge pull request #5435 from xiang90/cap
...
api: add v3rpc capability
2016-05-23 15:50:08 -07:00
Gyu-Ho Lee
dd8a36820e
proxy/httpproxy: fix v2 proxy log header
...
Replace all with capnslog
2016-05-23 15:45:49 -07:00
Xiang Li
1c544c3ba5
api: add v3rpc capability
2016-05-23 14:45:08 -07:00
Gyu-Ho Lee
663db2bbf8
Merge pull request #5410 from gyuho/e2e_migrate
...
e2e: test migrate command
2016-05-23 14:42:51 -07:00
Gyu-Ho Lee
23b14a8c8d
e2e: add migrate cmd test
2016-05-23 14:27:51 -07:00
Gyu-Ho Lee
96d06d4f2c
e2e: add Restart, Start, grpcEndpoints methods
2016-05-23 14:27:48 -07:00
Gyu-Ho Lee
6a8c65cba9
Merge pull request #5436 from gyuho/v3_doc
...
Documentation: updates for v3 release
2016-05-23 12:29:39 -07:00
Gyu-Ho Lee
fd7685f3a1
Documentation: add clientv3 links to libraries
2016-05-23 12:01:38 -07:00
Gyu-Ho Lee
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
Gyu-Ho Lee
3351ea1ae2
Procfile: v3 as default
2016-05-23 11:59:23 -07:00
Xiang Li
ad9d18faa9
Merge pull request #5411 from xiang90/m_doc
...
doc: add app migration doc
2016-05-23 11:56:34 -07:00
Xiang Li
a62e4e1e3a
doc: add app migration doc
2016-05-23 11:53:44 -07:00
Gyu-Ho Lee
a3a4f51d90
Merge pull request #5434 from gyuho/log_integration
...
integration: add logs for debugging
2016-05-23 11:52:08 -07:00
Xiang Li
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
Gyu-Ho Lee
ddbe46543d
integration: add logs for debugging
2016-05-23 11:23:41 -07:00
Gyu-Ho Lee
f20573b576
Merge pull request #5426 from gyuho/log_compaction_done
...
mvcc: log when compaction is done
2016-05-21 09:33:50 -07:00
Gyu-Ho Lee
bf8cf39daf
mvcc: use capnslog
2016-05-20 22:31:22 -07:00
Anthony Romano
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
Anthony Romano
394ce5f3b8
mvcc: move blocked unsynced watchers to victim list
2016-05-20 15:56:02 -07:00
Anthony Romano
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
Gyu-Ho Lee
c9264c5e65
rafthttp: replace append with pre-allocated slice
2016-05-20 15:20:55 -07:00
Xiang Li
1226946e2d
Merge pull request #5423 from purpleidea/feat/typos3
...
clientv3: fix typo
2016-05-20 14:45:20 -07:00
James Shubin
374b3ee40b
clientv3: fix typo
2016-05-20 17:18:52 -04:00
Gyu-Ho Lee
4c36054610
Merge pull request #5420 from purpleidea/feat/typos2
...
Fix typos
2016-05-20 11:30:38 -07:00
James Shubin
edca3cbe44
clientv3: Fix typos
...
Found randomly when going through docs. HTH
2016-05-20 14:06:29 -04:00
Anthony Romano
0b34b236d6
mvcc: benchmark for synced watchers
2016-05-19 23:31:27 -07:00