ec2ac72585
proxy: initial grpc kv service proxy
2016-05-13 23:00:29 -07:00
deb21d3da5
Merge pull request #5352 from xiang90/p
...
integration: remove parallel testing
2016-05-13 13:24:36 -07:00
410c5cd828
Merge pull request #5351 from gyuho/allow_null_key
...
etcdctl/ctlv3: allow empty key
2016-05-13 12:26:59 -07:00
c7c0e1eb7a
integration: remove parallel testing
...
We cannot do testing in parallel since leak testing will detect the goroutines
in other tests running in parallel.
2016-05-13 12:01:25 -07:00
002090daec
e2e: test empty key for get command
2016-05-13 11:30:36 -07:00
3ec627d1a8
etcdctl/ctlv3: allow empty key
...
Fix https://github.com/coreos/etcd/issues/5323 .
2016-05-13 11:29:58 -07:00
8c953499fa
Merge pull request #5349 from heyitsanthony/clientv3-conc-fixups
...
clientv3/concurrency: ctx-izations and session leader ids
2016-05-13 10:33:55 -07:00
120020fa9c
clientv3/concurrency: use session id for election keys to avoid deadlock
2016-05-13 10:07:35 -07:00
393725fe5f
clientv3/concurrency: ctx-ize Leader(), Resign(), and Unlock()
2016-05-13 10:07:35 -07:00
2e93c65c96
bridge: fix command line flag handling
...
flag package expects flags in Argv[1:] and stops on non-flag arguments
but bridge was expecting the forwarding address in os.Argv[1]
2016-05-13 10:07:35 -07:00
4d2424210f
Merge pull request #5313 from xiang90/fix_raft_abort
...
raft: simplify leadership transfer
2016-05-13 09:26:01 -07:00
4612e2d59a
Merge pull request #5340 from heyitsanthony/etcd-runner-election
...
etcd-runner: election mode
2016-05-12 22:53:35 -07:00
4fe91ed1e2
etcd-runner: election mode
2016-05-12 22:32:33 -07:00
215afb9b1d
etcd-runner: refactor round code
2016-05-12 22:32:33 -07:00
66e5e4f298
Merge pull request #5344 from gyuho/license_authors
...
*: update LICENSE header
2016-05-12 21:18:35 -07:00
71e6c4b06a
.header: update to 'etcd Authors'
2016-05-12 20:56:50 -07:00
ef44f71da9
*: update LICENSE header
2016-05-12 20:51:48 -07:00
c538e0f9a9
etcdctl: update LICENSE header
2016-05-12 20:51:39 -07:00
2a44b9636a
auth: update LICENSE header
2016-05-12 20:51:14 -07:00
fd9e07a529
clientv3: update LICENSE header
2016-05-12 20:50:58 -07:00
9d9f02c1ee
mvcc: update LICENSE header
2016-05-12 20:50:33 -07:00
3d523e34b1
tools: update LICENSE header
2016-05-12 20:50:17 -07:00
4a5befc2de
wal: update LICENSE header
2016-05-12 20:50:04 -07:00
abb4cd5646
etcdserver: update LICENSE header
2016-05-12 20:49:40 -07:00
bd71a60875
rafthttp: update LICENSE header
2016-05-12 20:49:28 -07:00
fe884f8209
raft: update LICENSE header
2016-05-12 20:49:15 -07:00
8b77de4e99
pkg: update LICENSE header
2016-05-12 20:48:53 -07:00
a880e9c7cb
Merge pull request #5332 from xiang90/sl
...
*: cancel required leader streams when memeber lost its leader
2016-05-12 20:24:34 -07:00
15c5259e2d
Merge pull request #5328 from gyuho/require_leader
...
requireHasLeader client side
2016-05-12 19:53:43 -07:00
9c103dd0de
*: cancel required leader streams when memeber lost its leader
2016-05-12 19:42:21 -07:00
68eaf4083a
clientv3: WithRequireLeader
2016-05-12 19:25:42 -07:00
431c4e7b3b
Merge pull request #5342 from gyuho/grpc_dep
...
cmd/vendor: update grpc (upstream)
2016-05-12 19:23:31 -07:00
711be0a567
cmd/vendor: update grpc (upstream)
2016-05-12 19:02:30 -07:00
f4d1501198
Merge pull request #5337 from gyuho/configurable_monitor_interval
...
etcdmain: gateway monitor-interval flag
2016-05-12 18:58:52 -07:00
a32aabc377
proxy/tcpproxy: add more logs
2016-05-12 17:48:36 -07:00
750273afd9
Merge pull request #5339 from gyuho/protodoc_fix
...
*: fix protodoc, consistent casing in api doc
2016-05-12 17:39:06 -07:00
78d46b71fa
Merge pull request #5336 from heyitsanthony/fix-clientv3-failput-close-crash
...
clientv3: fix Close after failed Put
2016-05-12 17:32:49 -07:00
9a6daefb3e
etcdmain: add retry-delay flag
2016-05-12 17:03:00 -07:00
62e5ffac13
Merge pull request #5338 from gyuho/proxy_log
...
httpproxy: fix capnslog log path
2016-05-12 16:58:32 -07:00
b1f95c314b
*: fix protodoc, consistent casing in api doc
...
There was a bug in protodoc.
This changes git SHA to use the latest protodoc.
And make the letter casing consistent with original
Protocol Buffer. Go capitalizes the member variables,
but the protocol buffer documentation should be same as
original proto files.
2016-05-12 16:23:29 -07:00
527aa1a499
clientv3: fix Close after failed Put
...
Was crashing on a nil connection. Reworked the shutdown path a little so
there's only one connection close site.
2016-05-12 16:16:27 -07:00
25d9169e9a
httpproxy: fix capnslog log path
...
We changed the package path, so log paths needs to be updated as well.
2016-05-12 15:56:40 -07:00
fb65d04291
Merge pull request #5329 from gyuho/typo_integration
...
integration: fix NewClientV3 error messages
2016-05-12 10:49:14 -07:00
78ae4b92a6
integration: fix NewClientV3 error messages
2016-05-12 10:26:27 -07:00
2e011053b1
Merge pull request #5326 from mortonfox/patch-1
...
README: Update link to configuration.md
2016-05-11 22:33:54 -07:00
9c05f92f2e
README: Update link to configuration.md
...
The file, along with all other documentation files, has moved into the Documentation folder.
2016-05-12 00:57:30 -04:00
9acb7ab41c
Merge pull request #5325 from heyitsanthony/fix-partial-wal-init
...
wal: atomically initialize wal directory
2016-05-11 18:01:04 -07:00
6fc3106e68
Merge pull request #5324 from xiang90/partitioned
...
*: etcd member rejects unary call with leader requirement when it does not have leader
2016-05-11 17:48:06 -07:00
17391336af
wal: atomically initialize wal directory
...
Fixes #5270
2016-05-11 16:50:17 -07:00
19221b33cc
*: etcd member rejects unary call with leader requirement when it does not have leader
2016-05-11 16:34:34 -07:00