Xiang Li
a2cfb56581
Merge pull request #6689 from fanminshi/function-tester-ensure-etcd-fullly-restarted
...
functional-tester: add logic to ensure etcd node is alive after fault recovery returns
2016-10-20 13:30:48 -07:00
Gyu-Ho Lee
0f1eb14374
Merge pull request #6694 from gyuho/travis
...
travis: test with Go 1.7.3
2016-10-20 12:04:01 -07:00
Gyu-Ho Lee
dd1920883c
Merge pull request #6693 from philips/fix-nb
...
Documentation: admin guide remove NB
2016-10-20 11:58:32 -07:00
Gyu-Ho Lee
9e6912fe82
travis: test with Go 1.7.3
...
Go 1.7.3 released.
2016-10-20 11:56:10 -07:00
Gyu-Ho Lee
e719d8641e
Merge pull request #6688 from gyuho/compact-rev
...
e2e: compact with latest rev in alarm test
2016-10-20 11:54:04 -07:00
Brandon Philips
970abbb60a
Documentation: admin guide remove NB
...
I have no idea what NB means but just change it to Note
2016-10-20 11:47:41 -07:00
Gyu-Ho Lee
9bfbc12d7d
e2e: compact with latest rev in alarm test
...
Fix https://github.com/coreos/etcd/issues/6677 .
2016-10-20 11:06:30 -07:00
Gyu-Ho Lee
a47797fdf1
Merge pull request #6690 from hongchaodeng/f
...
etcdctl: fix migrate in outputing client.Node to json
2016-10-20 10:50:58 -07:00
fanmin shi
94ea82c00d
functional-tester: add logic to ensure etcd node is alive after fault recovery returns
...
failure recovery needs to wait etcd node to become alive before returning
FIX #6654
2016-10-20 10:31:08 -07:00
Hongchao Deng
b3f0eeabe4
etcdctl: fix migrate in outputing client.Node to json
...
Using printf will try to parse the string and replace special
characters. In migrate code, we want to just output the raw
json string of client.Node.
For example,
Printf("%\\") => %!\(MISSING)
Print("%\\") => %\
Thus, we should use print instead.
2016-10-20 10:03:45 -07:00
Xiang Li
6b1b13eabb
Merge pull request #6687 from sinsharat/build_add_option_for_binary_stripping
...
build: add option to enable binaries stripping for windows
2016-10-19 13:25:25 -07:00
Xiang Li
4dab78e72c
Merge pull request #6680 from sinsharat/etcd_runner_make_run_watcher_fail_safe
...
etcd-runner: make run watcher fail safe
2016-10-19 13:24:14 -07:00
sharat
751a8d5b04
build: add option to enable binaries stripping for windows
2016-10-20 00:52:57 +05:30
sharat
50523e22d8
etcd-runner: make run watcher fail safe
2016-10-20 00:23:35 +05:30
Xiang Li
e95b571e7c
Merge pull request #6684 from gyuho/build-with-strip
...
release: build binary without symbols for debug
2016-10-19 10:33:50 -07:00
Gyu-Ho Lee
0bd9179835
release: build binary without symbols for debug
2016-10-19 09:45:10 -07:00
Gyu-Ho Lee
28a29d9ecd
Merge pull request #6676 from nekto0n/build_args
...
build: add option to enable binaries stripping
2016-10-19 09:33:22 -07:00
Gyu-Ho Lee
46d4ff823f
Merge pull request #6678 from manishrjain/master
...
raft: Add dgraph to the list of users
2016-10-19 09:31:07 -07:00
Xiang Li
401ef96ace
Merge pull request #6682 from sinsharat/update_txn_interactive_cmd_output
...
etcdctlv3: update txn interactive command output
2016-10-19 09:26:40 -07:00
sharat
00837b0736
etcdctlv3: update txn interactive command output
2016-10-19 19:55:09 +05:30
Manish R Jain
255670106f
raft: Add dgraph to the list of users
...
Because Dgraph is a notable user of RAFT.
2016-10-19 17:26:51 +11:00
Nikita Vetoshkin
c6ebc13b43
build: build unstripped binaries by default
2016-10-19 11:15:38 +05:00
Xiang Li
11c38fb1eb
Merge pull request #6661 from manishrjain/startnode
...
Update README to explain starting a single node cluster and joining it.
2016-10-18 21:03:28 -07:00
Manish R Jain
e69c2fd382
raft: update README to explain starting a single node cluster and joining it
...
this PR helps clients of RAFT set up the cluster correctly, when they're
starting with a single node cluster.
2016-10-19 14:09:48 +11:00
Gyu-Ho Lee
c9b7fc46ff
Merge pull request #6672 from gyuho/etcdctl-sort-by
...
*: sort by ASCEND on missing sort order
2016-10-18 17:07:38 -07:00
Gyu-Ho Lee
f550af7ef4
integration: test sort ASCEND by default in range
2016-10-18 16:50:30 -07:00
Gyu-Ho Lee
4de2128344
clientv3/integration: test missing sort order get
2016-10-18 16:29:22 -07:00
Gyu-Ho Lee
3a6d4b7f12
e2e: test sort ASCEND when sort target is missing
2016-10-18 16:29:22 -07:00
Gyu-Ho Lee
1cd6fefd49
etcdserver: set sort ASCEND for empty sort order
...
when target is not key
2016-10-18 16:29:19 -07:00
fanmin shi
20bdb315f5
Merge pull request #6670 from fanminshi/lease_stressor
...
functional-tester: add lease stresser
2016-10-18 14:38:42 -07:00
fanmin shi
ab2b58a80f
functional-tester: add lease stresser
...
Add lease stresser to test lease code under stress and etcd failures
resolve #6380
2016-10-18 14:20:26 -07:00
fanmin shi
ed75d93625
Merge pull request #6666 from fanminshi/function-tester-refractor
...
functional-tester: move checker logic to cluster
2016-10-18 11:44:37 -07:00
fanmin shi
7d86d1050e
functional-tester: move checker logic to cluster
...
I move the checker logic from tester to cluster so that stressers and checkers can be initialized at the same time.
this is useful because some checker depends on stressers.
2016-10-18 11:17:40 -07:00
Xiang Li
5c60478953
Merge pull request #6656 from yudai/balancer_fast_fail
...
clientv3: make balancer respect FastFail
2016-10-17 15:04:04 -07:00
Iwasaki Yudai
6a33f0ffd5
clientv3: make balancer respect FastFail
...
The simpleBalancer.Get() blocks grpc.Invoke() even when the Invoke() is called
with the FailFast option. Therefore currently any requests with the
FastFail option actually doesn't fail fast. They get blocked when there is
no endpoints available.
Get() method needs to respect the BlockingWait option when
picks up an endpoint address from the list and fail immediately when the option is
enabled and no endpoint is available.
2016-10-17 14:11:51 -07:00
Xiang Li
24c284160b
Merge pull request #6635 from sinsharat/etcd_runner_add_watcher_runner
...
etcd-runner:added watch runner
2016-10-17 11:02:06 -07:00
sharat
8297322176
etcd-runner:added watch runner
2016-10-17 23:04:33 +05:30
Gyu-Ho Lee
7022d2d00c
Merge pull request #6660 from gyuho/delete-all-keys
...
etcdctl/ctlv3: support del all keys with '--prefix'
2016-10-17 09:57:19 -07:00
Gyu-Ho Lee
75a65e1a70
e2e: add test cases for del all keys
2016-10-17 09:34:21 -07:00
Gyu-Ho Lee
fac20b228d
ctlv3: support del all keys by '--prefix'
2016-10-17 09:33:59 -07:00
Xiang Li
5457c029d7
Merge pull request #6640 from mitake/bcrypt-async
...
auth, etcdserver: check password at API layer
2016-10-17 09:24:34 -07:00
Hitoshi Mitake
39e9b1f75a
auth, etcdserver: check password at API layer
...
The cost of bcrypt password checking is quite high (almost 100ms on a
modern machine) so executing it in apply loop will be
problematic. This commit exclude the checking mechanism to the API
layer. The password checking is validated with the OCC like way
similar to the auth of serializable get.
This commit also removes a unit test of Authenticate RPC from
auth/store_test.go. It is because the RPC now accepts an auth request
unconditionally and delegates the checking functionality to
authStore.CheckPassword() (so a unit test for CheckPassword() is
added). The combination of the two functionalities can be tested by
e2e (e.g. TestCtlV3AuthWriteKey).
Fixes https://github.com/coreos/etcd/issues/6530
2016-10-17 14:18:21 +09:00
Xiang Li
cc96f91156
Merge pull request #6659 from kragniz/python-client
...
Add link to python-etcd3
2016-10-16 15:20:37 -07:00
Louis Taylor
1e29715185
Documentation: add link to python-etcd3
2016-10-16 20:55:53 +01:00
Xiang Li
e1547a775b
Merge pull request #6646 from MartyMacGyver/windows_build_cleanup
...
build: Windows build cleanup
2016-10-14 18:57:36 -07:00
Xiang Li
698a789644
Merge pull request #6655 from kragniz/range_end-docs
...
etcdserver: document DeleteRangeRequest prefixes
2016-10-14 15:00:24 -07:00
Gyu-Ho Lee
f2b953d4f7
version: bump up to v3.1.0-rc.0+git
2016-10-14 14:53:13 -07:00
Gyu-Ho Lee
8334790777
Merge pull request #6657 from gyuho/build
...
*: fix build script, bump up version
v3.1.0-rc.0
2016-10-14 14:40:17 -07:00
Gyu-Ho Lee
a81997ac3f
version: bump up to v3.1.0-rc.0
2016-10-14 14:21:32 -07:00
Gyu-Ho Lee
06fd31cde9
build: get GitSHA first
2016-10-14 14:21:20 -07:00