Xiang Li
3083b6d11e
Merge pull request #4933 from xiang90/m
...
MAINTAINERS: update maintainers list
2016-04-01 15:34:57 -07:00
Anthony Romano
623c7b4df4
Merge pull request #4930 from heyitsanthony/fix-wal-corrupt
...
wal: fix tail corruption
2016-04-01 15:23:52 -07:00
Xiang Li
c0e614b0bd
MAINTAINERS: update maintainers list
2016-04-01 15:12:08 -07:00
Anthony Romano
bfe3a3d08e
wal: fix tail corruption
...
On ReadAll, WAL seeks to the end of the last record in the tail. If the tail did not
end with preallocated space, the decoder would report 0 as the last offset and begin
writing at offset 0 of the tail.
Fixes #4903
2016-04-01 15:05:52 -07:00
Xiang Li
e1b561cb7c
Merge pull request #4929 from xiang90/rand
...
raft: lower split vote rate
2016-04-01 12:35:59 -07:00
Xiang Li
5d431b4782
raft: lower split vote rate
2016-04-01 12:11:03 -07:00
Xiang Li
bf6d905a5a
Merge pull request #4923 from xiang90/conf
...
clientv3: support read conf from file
2016-04-01 10:09:51 -07:00
Xiang Li
f05f7b475e
vendor: add yaml dependencies
2016-04-01 09:36:11 -07:00
Xiang Li
802de5f9f8
clientv3: support read conf from file
2016-04-01 09:36:11 -07:00
Anthony Romano
307cb5167c
Merge pull request #4925 from heyitsanthony/wal-dump-lock
...
etcd-dump-logs: don't try to acquire wal file locks
2016-03-31 22:24:54 -07:00
Anthony Romano
7fffd6ffd2
etcd-dump-logs: don't try to acquire wal file locks
...
can now dump logs from a running etcd instance
2016-03-31 21:51:20 -07:00
Gyu-Ho Lee
c43910f835
Merge pull request #4910 from gyuho/compact_test
...
etcd-tester: no error for compact double-send
2016-03-31 21:43:26 -07:00
Anthony Romano
bdaba136a9
Merge pull request #4915 from heyitsanthony/hash-barrier
...
etcdserver: force backend commit before acking physical compaction
2016-03-31 21:36:57 -07:00
Gyu-Ho Lee
f9b90e13ac
etcd-tester: no error for compact double-send
...
When compactKV request is halted before final acknowledgement,
it used to just continue on the next endpoint. But there could be
a case than compactKV is requested twice, and the first one is already
replicated and applied by the time the second request was to be
applied (returning compact revision error). This skips the case
by parsing the error message.
2016-03-31 21:29:02 -07:00
Anthony Romano
81de5648d9
etcdserver: force backend commit before acking physical compaction
2016-03-31 21:25:40 -07:00
Gyu-Ho Lee
2f785015a5
Merge pull request #4922 from gyuho/ctl_test
...
e2e: basic v3 watch test
2016-03-31 18:18:29 -07:00
Gyu-Ho Lee
b98f67095e
e2e: add basic v3 watch test
2016-03-31 18:04:14 -07:00
Gyu-Ho Lee
d898c68f2c
pkg/expect: add SendLine for interactive mode
2016-03-31 15:34:30 -07:00
Xiang Li
1d698f093f
Merge pull request #4921 from xiang90/tls
...
*: move baisc tls util funcs to tlsutil pkg
2016-03-31 09:59:25 -07:00
Xiang Li
eb3919e8cf
*: move baisc tls util funcs to tlsutil pkg
2016-03-31 09:45:45 -07:00
Xiang Li
de801b500b
Merge pull request #4920 from mitake/auth-user-password
...
*: support changing password in v3 auth
2016-03-30 23:45:50 -07:00
Hitoshi Mitake
73166b41e9
*: support changing password in v3 auth
...
This commit adds a functionality for updating password of existing
users.
2016-03-31 15:28:15 +09:00
Gyu-Ho Lee
f328c75ba7
Merge pull request #4919 from gyuho/expects
...
*: ctl v3 tests with multi expects
2016-03-30 22:23:21 -07:00
Gyu-Ho Lee
a6c6bbd81c
e2e: ctl tests with multi expects
2016-03-30 22:09:23 -07:00
Xiang Li
324afd7fde
Merge pull request #4918 from mitake/auth-user-messages
...
etcdctl: print messages for successful auth operations
2016-03-30 22:03:14 -07:00
Hitoshi Mitake
2ad9b5692f
etcdctl: print messages for successful auth operations
...
This commit lets etcdctl v3 follow the manner of etcdctl v2.
2016-03-31 13:56:01 +09:00
Xiang Li
59bb65182a
Merge pull request #4917 from mitake/auth-user-delete
...
*: support deleting user in v3 auth
2016-03-30 21:36:17 -07:00
Hitoshi Mitake
d8888ded12
*: support deleting user in v3 auth
...
This commit adds a functionality of user deletion. It can be invoked
with the new user delete command.
Example usage:
$ ETCDCTL_API=3 etcdctl user delete usr1
2016-03-31 13:18:51 +09:00
Anthony Romano
93c3f920ca
Merge pull request #4909 from heyitsanthony/pkg-expect
...
e2e: replace gexpect with simpler expect
2016-03-30 15:36:41 -07:00
Anthony Romano
eb3351533a
godep: remove gexpect
2016-03-30 15:14:24 -07:00
Anthony Romano
5022dce31a
e2e: use pkg/expect
2016-03-30 15:14:24 -07:00
Anthony Romano
5707f6b997
pkg/expect: add expect package
2016-03-30 15:14:24 -07:00
Anthony Romano
b539d3a411
test: check formatting for all relevant packages in pkg/
2016-03-30 15:14:24 -07:00
Gyu-Ho Lee
6cf198d1b1
Merge pull request #4911 from heyitsanthony/physical-already
...
etcdserver, storage: wait for physical compaction if already compacted
2016-03-30 14:27:21 -07:00
Anthony Romano
7b37bd332c
etcdserver, storage: wait for physical compaction if already compacted
2016-03-30 13:59:52 -07:00
Anthony Romano
7ce5c2b9ff
Merge pull request #4902 from heyitsanthony/alarm-ctl
...
etcdctl: alarm command
2016-03-30 13:55:29 -07:00
Xiang Li
14f146b9f7
Merge pull request #4908 from xiang90/c
...
*: simplify consistent index handling
2016-03-30 13:53:21 -07:00
Xiang Li
eddc741b5e
*: simplify consistent index handling
2016-03-30 13:38:28 -07:00
Anthony Romano
2aca3252e8
etcdctl: alarm command
2016-03-30 13:33:52 -07:00
Anthony Romano
c91b2d098d
clientv3: AlarmList and AlarmDisarm
2016-03-30 13:33:52 -07:00
Anthony Romano
dd5b73cfee
alarms: support Get of all alarms
2016-03-30 13:33:52 -07:00
Anthony Romano
cd02cef5e9
etcdserver: only warn on new and disarmed alarms
...
listing alarms was generating warning output
2016-03-30 13:33:52 -07:00
Xiang Li
0f64e01f6b
Merge pull request #4864 from cdancy/patch-1
...
Update libraries-and-tools.md
2016-03-30 13:02:09 -07:00
Christopher Dancy
4e2a4b17b5
Documentation: add etcd-rest to libraries-and-tools.md
...
Add link to the etcd-rest client under the 'Java libraries' sub-section.
Fixes #4906
2016-03-30 15:56:20 -04:00
Anthony Romano
a5172974da
Merge pull request #4863 from heyitsanthony/ft-check-compact
...
etcd-tester: check compaction revision
2016-03-30 10:08:05 -07:00
Gyu-Ho Lee
1eb375d296
Merge pull request #4880 from gyuho/drain
...
*: drain http.Response.Body before closing
2016-03-30 10:02:52 -07:00
Gyu-Ho Lee
1bee31a3bb
Merge pull request #4905 from gyuho/vendor_doc
...
*: document client package vendoring guide
2016-03-30 10:02:32 -07:00
Anthony Romano
4c65f3fe7a
etcd-tester: check compaction revision
...
Faster than waiting 30 seconds between rounds.
2016-03-30 09:45:30 -07:00
Anthony Romano
4b35cb9462
etcdserver, storage: optionally wait for Compaction completion in RPC
2016-03-30 09:45:30 -07:00
Gyu-Ho Lee
a42d1dc1fe
*: drain http.Response.Body before closing
2016-03-30 09:35:47 -07:00