Gyu-Ho Lee
a53175949e
auth: improve 'removeSubsetRangePerms' to O(n)
2016-12-13 15:43:23 -08:00
Xiang Li
454f1da2f2
Merge pull request #6996 from xiang90/hardware
...
doc: add hardware section
2016-12-13 12:53:52 -08:00
Xiang Li
e3d8ef4cea
doc: add hardware section
2016-12-13 12:42:47 -08:00
Gyu-Ho Lee
1a8e78cd55
Merge pull request #6994 from gyuho/etcd-tester-fix-leak
...
etcd-tester: cancel lease stream; fix OOM panic
2016-12-13 10:44:54 -08:00
Gyu-Ho Lee
301abddc72
etcd-tester: cancel lease stream; fix OOM panic
...
It was never closing lease keep-alive streams, leaking memory.
Fix OOM panics in etcd-tester (after 1K rounds).
2016-12-13 09:56:30 -08:00
Gyu-Ho Lee
cc37beff35
Merge pull request #6995 from gyuho/etcd-tester-pprof
...
etcd-tester: add 'enable-pprof' option
2016-12-13 08:02:47 -08:00
Xiang Li
4e831810c9
Merge pull request #6993 from cloudaice/build-bug
...
build: remove dir use -r flag
2016-12-13 07:57:31 -08:00
Gyu-Ho Lee
7d16e7d27e
etcd-tester: add 'enable-pprof' option
2016-12-13 05:03:27 -08:00
cloudaice
b294ab13a4
build: remove dir use -r flag
2016-12-13 16:08:50 +08:00
Anthony Romano
797d826117
Merge pull request #6979 from heyitsanthony/fields-fmt
...
etcdctl: "fields" output formats
2016-12-12 15:17:12 -08:00
Anthony Romano
5f3140987e
etcdctl: "fields" output formats
...
Writes out fields from responses in the format "FieldName" : FieldValue. If
FieldValue is a string, it is formatted with %q.
2016-12-12 13:21:20 -08:00
Gyu-Ho Lee
be740dc436
Merge pull request #6975 from gyuho/gopath
...
*: fix 'gosimple', 'gounused' checks
2016-12-12 11:53:45 -08:00
Xiang Li
5b7582365e
Merge pull request #6990 from xiang90/faq_m
...
doc: add faq about missing heartbeat
2016-12-12 11:38:10 -08:00
Xiang Li
468187de31
doc: add faq about missing heartbeat
2016-12-12 11:31:17 -08:00
Gyu-Ho Lee
7e74b3f846
grpcproxy: remove unused field 'wbs *watchBroadcasts'
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
eb8646a381
v3rpc: remove unused 'splitMethodName' function
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
3512f114e4
e2e: remove unused 'ctlV3GetFailPerm'
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
b8e09bf849
tools: simplify boolean comparison, remove unused
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
0c5d1d5641
raft: simplify boolean comparison, remove unused
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
f3cb93015c
integration: simplify boolean comparison in resp.Created
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
55307d48ac
auth: fix gosimple errors
2016-12-12 10:07:14 -08:00
Gyu-Ho Lee
6ec4b9c26a
test: exclude '_home' for gosimple, unused
2016-12-12 10:07:14 -08:00
Xiang Li
0a15c1b9c6
Merge pull request #6988 from xiang90/faq_m
...
doc: add faq about apply warning logging
2016-12-12 10:06:32 -08:00
Xiang Li
6969369a32
doc: add faq about apply warning logging
2016-12-12 09:58:42 -08:00
Anthony Romano
20dca1eb80
Merge pull request #6977 from heyitsanthony/move-prof
...
etcdserver, embed, v2http: move pprof setup to embed
2016-12-09 13:30:19 -08:00
Anthony Romano
cf60588b27
Merge pull request #6974 from heyitsanthony/interacting-fixup
...
Documentation: update get examples to be clearer about ranges
2016-12-09 13:08:40 -08:00
Anthony Romano
2c06def8ca
etcdserver, embed, v2http: move pprof setup to embed
...
Seems like a better place for prof setup since it's not specific to v2.
2016-12-09 12:37:35 -08:00
Xiang Li
cb75c40a8b
Merge pull request #6973 from sinsharat/make_contributing_url_based
...
github: make contribution link non-relative
2016-12-09 12:28:07 -08:00
Anthony Romano
46e63cc14a
Merge pull request #6972 from heyitsanthony/bug-report-link
...
github: make bug reporting link non-relative
2016-12-09 11:15:29 -08:00
Anthony Romano
d2a6bbd9c6
Documentation: update get examples to be clearer about ranges
...
Fixes #6966
2016-12-09 10:54:38 -08:00
sharat
01c8b25284
github: make contribution link non-relative
2016-12-10 00:03:47 +05:30
Anthony Romano
f8b480cd6f
github: make bug reporting link non-relative
...
Works when accessed through code browser, blank if accessed via issues/
2016-12-09 10:18:38 -08:00
Anthony Romano
1e92b7929c
Merge pull request #6967 from heyitsanthony/glide-versions
...
vendor: use version tags if possible
2016-12-08 16:09:41 -08:00
Anthony Romano
de58a9c733
scripts: use glide update if repo exists in glide.lock
2016-12-08 14:26:29 -08:00
Anthony Romano
f095334788
vendor: use versions when possible in glide.yaml
...
Now using tags instead of SHAs
2016-12-08 14:26:08 -08:00
Anthony Romano
367f513674
Merge pull request #6961 from heyitsanthony/roadmap
...
ROADMAP: update for 3.2
2016-12-08 13:30:31 -08:00
Gyu-Ho Lee
b713113094
Merge pull request #6962 from gyuho/mispell
...
grpcproxy: fix minor typo
2016-12-07 18:55:09 -08:00
Xiang Li
fcbfff6a00
Merge pull request #6958 from xiang90/reduce_sync
...
etcdserver: only send v2 sync if ttl keys exist
2016-12-07 18:38:02 -08:00
Gyu-Ho Lee
a98de7efa7
grpcproxy: fix minor typo
2016-12-07 17:08:46 -08:00
Gyu-Ho Lee
69cc9fdd17
Merge pull request #6956 from gyuho/faq
...
Documentation: add more FAQ questions
2016-12-07 16:25:47 -08:00
Gyu-Ho Lee
7c0ae91d78
Documentation: add more FAQ questions
2016-12-07 16:25:04 -08:00
Anthony Romano
09252c4e07
ROADMAP: update for 3.2
2016-12-07 16:12:59 -08:00
Xiang Li
2f96a68a20
etcdserver: do not send v2 sync if ttl keys do not exist
2016-12-07 14:48:15 -08:00
Anthony Romano
da3b71b531
Merge pull request #6929 from heyitsanthony/ctx-lease-renew
...
etcdserver: use context for Renew
2016-12-07 00:05:14 -08:00
Xiang Li
96626d0a23
Merge pull request #6957 from coreos/philips-patch-1
...
Documentation: add blox and chain as users
2016-12-06 20:23:27 -08:00
Brandon Philips
1bee237acf
Documentation: add blox and chain as users
2016-12-06 20:20:40 -08:00
Xiang Li
c4e5081562
Merge pull request #6943 from m1093782566/fix-store-test-comments
...
store: fix store_test.go comments
2016-12-06 16:54:36 -08:00
Xiang Li
529806dba1
Merge pull request #6935 from bdarnell/election-test
...
raft: Fix election "logs converge" test
2016-12-06 16:45:39 -08:00
Anthony Romano
be1f36d97c
v3rpc, etcdserver, leasehttp: ctxize Renew with request timeout
...
Would retry a few times before returning a not primary error that
the client should never see. Instead, use proper timeouts and
then return a request timeout error on failure.
Fixes #6922
2016-12-06 14:09:57 -08:00
Anthony Romano
f6042890b7
integration: use RequireLeader for TestV3LeaseFailover
...
Giving Renew() the default request timeout causes TestV3LeaseFailover
to miss its timing constraints. Since it only needs to wait until the
leader recognizes the leader is lost, use RequireLeader to cancel the
keepalive stream before the request times out.
2016-12-06 14:09:57 -08:00