Sahdev P. Zala
53d2a2edfe
etcdctl/check: create new check command for memory usage
...
Create a new command similar to check perf that can check the memory
consumption for putting different workloads on a given endpoint. If no endpoint
is provided, localhost will be used. Return user with a message that whether
there are enough memory for a given workload with pass or fail.
Fixed #9121
2018-02-17 12:01:31 -05:00
Gyuho Lee
b03fd4cbc3
Merge pull request #9330 from gyuho/auto-compact-defrag
...
ctlv3/command: auto compact and defrag after "check perf"
2018-02-15 14:51:27 -08:00
Gyuho Lee
d1e85570e9
ctlv3/command: auto compact and defrag after "check perf"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-15 14:28:02 -08:00
Gyuho Lee
1e9ba31eb4
Merge pull request #9323 from gyuho/functional-tester-guide
...
*: clean up functional tester guide with local cluster, docker container
2018-02-14 11:28:47 -08:00
Gyuho Lee
0210d27979
*: remove "./cmd/tools" in build commands
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-14 11:26:38 -08:00
Gyuho Lee
6ae9a7658a
tools/functional-tester: clean up Docker scripts
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-14 11:26:32 -08:00
Gyuho Lee
10185b1953
Merge pull request #9322 from gyuho/fix-failpoints
...
build: fix "gofail" with "mvcc/backend"
2018-02-14 10:57:43 -08:00
Gyuho Lee
2aa960ad43
build: fix "gofail" with "mvcc/backend"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-14 10:54:13 -08:00
Gyuho Lee
e48b585e22
Merge pull request #9321 from hexfusion/v3_r
...
CHANGELOG: updates from #9298
2018-02-14 09:26:48 -08:00
Sam Batschelet
68c270d9bd
CHANGELOG: updates from #9298
2018-02-13 18:37:11 -05:00
Sam Batschelet
fcd71b47d5
Merge pull request #9298 from hexfusion/v3
...
*: replace grpc-gateway endpoint with /v3
2018-02-13 17:17:57 -05:00
Sam Batschelet
cb5d089d33
Merge pull request #9312 from hexfusion/e2e_w2
...
e2e: improve Watch test coverage
2018-02-13 17:07:03 -05:00
Gyuho Lee
aab8b5e456
Merge pull request #9319 from gyuho/skip
...
scripts/genproto: run "protodoc" by default
2018-02-13 13:53:01 -08:00
Gyuho Lee
dac6948774
scripts/genproto: run "protodoc" by default
...
Do not skip "protodoc" by default.
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-13 13:51:13 -08:00
Sam Batschelet
f65f988e0b
e2e: improve Watch test coverage
2018-02-12 22:14:56 -05:00
Gyuho Lee
ebd58a0ea3
Merge pull request #9313 from opera443399/fix-etcdctl-README-typo
...
etcdctl: fix typo in README
2018-02-12 10:28:13 -08:00
Gyuho Lee
428f8c5b12
Merge pull request #9287 from gyuho/changelog-3.4
...
CHANGELOG: updates from January/February 2018
2018-02-12 10:15:59 -08:00
Gyuho Lee
02f46938d5
CHANGELOG: updates from January/February 2018
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-12 10:11:55 -08:00
Gyuho Lee
7d8b0ba62d
Merge pull request #9307 from yudai/gap_db_size
...
*: allow dbSizeInUse not to equal to dbSize when growing
2018-02-12 09:46:13 -08:00
Gyuho Lee
a3d0c2e60d
Merge pull request #9314 from coreos/ttt
...
test: fix "internal/store"
2018-02-12 09:34:53 -08:00
Gyuho Lee
73dfbd5a70
Merge pull request #9315 from gyuho/ac
...
*: regenerate proto with typo fix "acquisition"
2018-02-12 09:33:38 -08:00
Gyuho Lee
a9804cdf75
*: regenerate proto with typo fix "acquisition"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-12 09:25:26 -08:00
Gyuho Lee
3e13424bb8
test: fix "internal/store"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-12 09:21:11 -08:00
opera443399
069c0fc962
etcdctl: fix typo in README
...
some examples use endpoint with port `:2379` but the others with `:12379`
2018-02-12 10:22:25 +08:00
Sam Batschelet
488ee99ae8
*: replace grpc-gateway endpoint with stable /v3
2018-02-11 19:07:36 -05:00
Gyuho Lee
9c6d930565
Merge pull request #9303 from gyuho/go
...
*: use latest Go in tests
2018-02-09 16:12:50 -08:00
Xiang Li
10444cc1d7
Merge pull request #9283 from zehweh/patch-1
...
fix typo in README.md
2018-02-09 15:48:10 -08:00
Xiang Li
0a20767280
Merge pull request #9296 from xiang90/c_r
...
mvcc: allow large concurrent reads under light write workload
2018-02-09 11:34:28 -08:00
Gyuho Lee
54b21fa312
Merge pull request #9308 from hexfusion/e2e-u
...
e2e: improve user coverage
2018-02-09 10:13:37 -08:00
zehweh
4dfd8ab2fc
*: fix typo in README.md
2018-02-09 09:23:45 +01:00
Iwasaki Yudai
571e9a9e79
*: allow dbSizeInUse not to equal to dbSize when growing
...
Due to boltdb behavior, dbSizeInUse can be unequal to dbSize even when
dbSize is growing in some conditions. The possible gap between the sizes
is up to a couple of pages.
Closes #9302
2018-02-08 19:33:21 -08:00
Sam Batschelet
a0f67e9dab
e2e: improve user coverage
2018-02-08 22:15:15 -05:00
Xiang
3ebee21407
mvcc: allow large concurrent reads under light write workload
2018-02-08 15:56:56 -08:00
Gyuho Lee
f5d02f0279
Merge pull request #9305 from gyuho/fmt
...
*: fix govet warnings
2018-02-08 15:14:49 -08:00
Gyuho Lee
678bc98f26
hack/scripts-dev: Makefile with Go 1.9.4, 1.8.7
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-08 14:10:37 -08:00
Gyuho Lee
7be4e451ae
travis: use Go 1.9.4 with TARGET_GO_VERSION
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-08 14:10:34 -08:00
Gyuho Lee
deb30b500f
tools/etcd-test-proxy: remove newline in "Fprintln"
...
Fix govet warnings with Go tip
```
tools/etcd-test-proxy/main.go:47: Fprintln arg list ends with redundant
newline
```
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-08 13:35:51 -08:00
Gyuho Lee
0cac7c9cc1
semaphore: use Go 1.9.4, update release upgrade test version
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-08 13:20:35 -08:00
Xiang Li
fe94f8f53a
Merge pull request #9300 from xiang90/simple
...
mvcc: remove unnecessary metrics update code
2018-02-08 10:14:02 -08:00
Xiang
1a3a4d1646
mvcc: remove unncessary metrics update code
2018-02-08 08:59:01 -08:00
Gyuho Lee
b309bc6403
Merge pull request #9299 from hexfusion/rp
...
*: regenerate proto
2018-02-08 06:10:54 -08:00
Sam Batschelet
7efe72ce93
*: regenerate proto
2018-02-07 22:17:05 -05:00
Gyuho Lee
a0e17f69a2
Merge pull request #9292 from longzhiri/master
...
build.ps1: remove .\cmd
2018-02-06 20:00:50 -08:00
Zero
03a4fafaf6
build.ps1: remove .\cmd
2018-02-07 10:36:27 +08:00
Xiang Li
11214aa33b
Merge pull request #9288 from xiang90/wl
...
etcdserver: improve request took too long warning
2018-02-06 13:23:41 -08:00
Xiang
b83244bd35
etcdserver: improve request took too long warning
2018-02-06 12:15:52 -08:00
Gyuho Lee
63183f8c18
Merge pull request #9281 from yudai/fix_unrestored_watchers
...
mvcc: restore unsynced watchers
2018-02-06 11:33:13 -08:00
Gyuho Lee
88d623f06a
Merge pull request #9286 from gyuho/vvv
...
build: fix "internal/version" LD flags
2018-02-06 10:43:46 -08:00
Iwasaki Yudai
fcab10bb2d
mvcc: restore unsynced watchers
...
In case syncWatchersLoop() starts before Restore() is called,
watchers already added by that moment are moved to s.synced by the loop.
However, there is a broken logic that moves watchers from s.synced
to s.uncyned without setting keyWatchers of the watcherGroup.
Eventually syncWatchers() fails to pickup those watchers from s.unsynced
and no events are sent to the watchers, because newWatcherBatch() called
in the function uses wg.watcherSetByKey() internally that requires
a proper keyWatchers value.
2018-02-06 10:30:02 -08:00
Gyuho Lee
3215cf7e68
build: fix "internal/version" LD flags
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-02-06 10:16:01 -08:00