Xiang Li
c3bca3739f
Merge pull request #4926 from mitake/auth-role-add
...
*: support adding role in auth v3
2016-04-04 18:44:16 -07:00
Xiang Li
21096bf27f
Merge pull request #4963 from xiang90/ht
...
*: mv etcdhttp into api pkg
2016-04-04 18:40:29 -07:00
Xiang Li
8662aaada4
Merge pull request #4958 from mitake/progrep-race
...
etcdserver, clientv3: let progressReportIntervalMilliseconds be private
2016-04-04 18:04:57 -07:00
Hitoshi Mitake
2b17a3919c
*: support adding role in auth v3
2016-04-05 09:28:17 +09:00
Hitoshi Mitake
88306c9fa7
etcdserver, clientv3: let progressReportIntervalMilliseconds be private
...
progressReportIntervalMilliseconds (old
ProgressReportIntervalMilliseconds) is accessed by multiple goroutines
and it is reported as race.
For avoiding this report, this commit wraps the variable with
functions. They access the variable with atomic operations so the race
won't be reported.
2016-04-05 09:12:17 +09:00
Xiang Li
2c50eb240e
*: mv etcdhttp into api pkg
2016-04-04 16:31:35 -07:00
Gyu-Ho Lee
bfbe0fac8c
Merge pull request #4951 from gyuho/watch_prefix
...
e2e: watch by prefix
2016-04-04 15:11:32 -07:00
Gyu-Ho Lee
9de5b8db80
e2e: watch by prefix
2016-04-04 14:52:54 -07:00
Anthony Romano
b3247356c1
Merge pull request #4956 from heyitsanthony/txn-serialize
...
etcdserver: serializable transactions
2016-04-04 09:51:09 -07:00
Gyu-Ho Lee
98504fe863
Merge pull request #4959 from gyuho/ctl_doc
...
etcdctl: READMEv3 doc about prefix
2016-04-04 08:28:41 -07:00
Gyu-Ho Lee
1543e7bd95
etcdctl: READMEv3 doc about prefix
2016-04-04 07:00:49 -07:00
Anthony Romano
fab3c8e705
etcdserver: serializable transactions
...
Support case where txn doesn't have to go through quorum.
2016-04-04 04:21:42 -07:00
Anthony Romano
46e877b8bb
Merge pull request #4955 from mitake/e2e-test
...
e2e: import fmt in etcdctlv3_test.go
2016-04-04 01:37:21 -07:00
Hitoshi Mitake
4ff81678ac
e2e: import fmt in etcdctlv3_test.go
2016-04-04 17:00:33 +09:00
Xiang Li
b6ac21374e
Merge pull request #4952 from ajityagaty/snap_db_file_fix
...
snap: Do not complain about db file.
2016-04-03 17:54:03 -07:00
Ajit Yagaty
c12f263577
snap: Do not complain about db file.
...
Currently the snapshotter throws a warning if a file without the
.snap suffix is found. Fix it to allow known files to exist in
the snap folder.
2016-04-03 17:28:04 -07:00
Gyu-Ho Lee
e8a4ed01e2
Merge pull request #4949 from gyuho/delete
...
*: add del by prefix with e2e tests
2016-04-03 12:09:16 -07:00
Anthony Romano
3abd137dc5
Merge pull request #4945 from heyitsanthony/fix-exit-status
...
e2e, pkg/expect: distinguish between Stop and Close
2016-04-03 12:02:59 -07:00
Anthony Romano
dc420d660e
e2e, pkg/expect: distinguish between Stop and Close
...
Fixes #4928
2016-04-03 11:45:02 -07:00
Gyu-Ho Lee
9afae9e2c1
*: add del by prefix with e2e tests
2016-04-03 11:41:49 -07:00
Gyu-Ho Lee
bb69dd324e
Merge pull request #4939 from gyuho/e2e_txn_version
...
e2e: etcdctlv3 version, txn basic tests
2016-04-03 11:09:57 -07:00
Xiang Li
73b0d398e4
Merge pull request #4946 from xiang90/b
...
vendor: update boltdb to 1.2.0
2016-04-03 10:59:51 -07:00
Gyu-Ho Lee
f4eaa3f8fb
pkg/expect: replace SendLine with Send method
2016-04-03 10:57:35 -07:00
Gyu-Ho Lee
c280871714
e2e: etcdctlv3 version, txn basic tests
2016-04-03 10:57:31 -07:00
Xiang Li
37c1edc952
vendor: update boltdb to 1.2.0
2016-04-03 10:47:07 -07:00
Xiang Li
19136afc2b
Merge pull request #4798 from mqliang/memberStatus
...
etcdctlv3: initial implementaton of 'etcdctl member status' command
2016-04-03 08:48:23 -07:00
mqliang
d80af00785
etcdctlv3: implement the 'etcdctl status' command
2016-04-03 13:55:58 +08:00
mqliang
f3ca17ea03
etcdctlv3: implement the client side functionality
2016-04-03 13:46:34 +08:00
mqliang
1d5d2494ed
etcdctlv3: implement status rpc in server side
2016-04-03 13:46:01 +08:00
mqliang
bbca61252f
etcdctlv3: update aunto generated files
2016-04-03 13:45:17 +08:00
mqliang
3c62bfb7a3
etcdctlv3: add status rpc in protbuffer file
2016-04-03 13:44:45 +08:00
Gyu-Ho Lee
6770b9c67a
Merge pull request #4944 from gyuho/delete_num
...
etcdctl: print number of deleted keys
2016-04-02 21:13:46 -07:00
Gyu-Ho Lee
e8877ab180
etcdctl: print number of deleted keys
2016-04-02 20:54:37 -07:00
Gyu-Ho Lee
584d90cd5d
Merge pull request #4912 from gyuho/defrag
...
functional-tester: defrag every 500 round
2016-04-02 18:58:41 -07:00
Gyu-Ho Lee
b866337f25
functional-tester: defrag every 500 round
...
Fix https://github.com/coreos/etcd/issues/4665 .
2016-04-02 18:51:26 -07:00
Xiang Li
d2ce6836af
Merge pull request #4942 from xiang90/def
...
backend: reset count in defrg
2016-04-02 18:43:03 -07:00
Gyu-Ho Lee
c09f23c46d
*: clean up bool comparison
2016-04-02 18:27:54 -07:00
Xiang Li
2b54b73b90
backend: reset count in defrg
2016-04-02 17:25:05 -07:00
Gyu-Ho Lee
b0cc0e443c
*: clean up if, bool comparison
2016-04-02 12:55:11 -07:00
Gyu-Ho Lee
dc0061e4db
e2e: add Get tests
2016-04-01 22:45:27 -07:00
Anthony Romano
ff01a4de65
Merge pull request #4936 from heyitsanthony/compact-barrier-restore
...
etcdserver, storage: don't ack physical compaction on error or snap restore
2016-04-01 20:18:12 -07:00
Anthony Romano
6f707b857a
etcdserver, storage: don't ack physical compaction on error or snap restore
...
Snapshot recovery will reset the FIFO; reschedule the physical acknowledgment
instead of acknowledging on scheduler teardown.
2016-04-01 16:32:05 -07:00
Gyu-Ho Lee
eea56d037e
etcdserver: fix govet error
2016-04-01 16:01:47 -07:00
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