Gyuho Lee
2fb9728473
Merge pull request #9100 from gyuho/flag
...
etcdmain: unset ETCD_UNSUPPORTED_ARCH after arch check
2018-01-04 17:03:35 -07:00
Gyuho Lee
936c4745c1
etcdmain: unset ETCD_UNSUPPORTED_ARCH after arch check
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-04 22:47:59 +00:00
Gyuho Lee
872fd9d42a
Merge pull request #9101 from ericchiang/coc
...
automated PR: update CoC
2018-01-04 15:44:40 -07:00
Eric Chiang
2395f8e81c
CODE_OF_CONDUCT: update CoC
2018-01-04 22:44:07 +00:00
Gyuho Lee
a7d387cc42
Merge pull request #9093 from spzala/getrevision
...
DocCommand: use regex wildcard
2018-01-03 23:52:56 -08:00
Sahdev P. Zala
526f3c1f5f
DocCommand: use regex wildcard
...
The current command as such produces no output on mac term or bash shell.
Using regex wildcard works fine on mac and linux.
2018-01-03 21:46:38 -05:00
Gyuho Lee
6915a718b9
Merge pull request #9090 from gyuho/fix
...
clientv3/integration: fix typos
2018-01-03 17:31:32 -08:00
Gyuho Lee
7b4fc2601c
clientv3/integration: fix typos
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-03 17:26:43 -08:00
Gyuho Lee
a069799810
Merge pull request #9005 from hexfusion/fx_test_const
...
integration: add constant requestWaitTimeout.
2018-01-03 14:48:00 -08:00
Sam Batschelet
d21fef2d41
integration: add constant RequestWaitTimeout.
2018-01-03 15:53:57 -05:00
Xiang Li
17ce61bd0d
Merge pull request #9088 from nvanbenschoten/nvanbenschoten/leaner
...
raft: s/leaner/learner/g
2018-01-03 08:41:53 -08:00
Nathan VanBenschoten
e6dc57f708
raft: s/leaner/learner/g
2018-01-03 08:16:50 -05:00
Xiang Li
664f9bd5ba
Merge pull request #9082 from spzala/checkperf
...
Doc: Create doc for etcdctl check perf command
2018-01-02 21:32:56 -08:00
Sahdev P. Zala
d11c687803
Doc: create doc for check perf command
...
Create a doc for check commands with perf subcommand.
Fixes #9072
2018-01-02 20:22:55 -05:00
Gyuho Lee
c699470d3b
Merge pull request #9074 from gyuho/expect
...
pkg/expect: fix deadlock in macOS
2018-01-02 14:00:12 -08:00
Gyuho Lee
bdf6e85604
Merge pull request #9084 from gyuho/changelog
...
CHANGELOG: add v3.2.13, v3.3.0-rc.1
2018-01-02 13:38:56 -08:00
Gyuho Lee
b78c51ae9f
CHANGELOG: add v3.2.13, v3.3.0-rc.1
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 13:21:28 -08:00
Gyuho Lee
14ec0673e1
Merge pull request #9083 from gyuho/proxy-grpc-msg-size
...
clientv3/integration: fix TestKVLargeRequests with -tags cluster_proxy
2018-01-02 11:08:16 -08:00
Gyuho Lee
916d9db5b9
Merge pull request #9080 from gyuho/log-debug
...
etcdserver: log stream error with debug level, silence gRPC server info level logs
2018-01-02 11:01:16 -08:00
Gyuho Lee
e567d94fc2
tools/functional-tester: remove duplicate grpclog set
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 11:00:42 -08:00
Gyuho Lee
806ff6dff9
clientv3/integration: fix TestKVLargeRequests with -tags cluster_proxy
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 10:50:29 -08:00
Gyuho Lee
5b2f5150d9
etcdserver/api/v3rpc: set grpclog once
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 10:12:49 -08:00
Gyuho Lee
9e11ef3ad5
etcdserver,embed: discard gRPC info logs when debug is off
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 09:29:07 -08:00
Gyuho Lee
9a50255515
etcdserver/api/v3rpc: log stream error with debug level
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-02 07:44:07 -08:00
Xiang Li
e6a46a0ca6
Merge pull request #9076 from spzala/rangeend
...
README: range-end is not a flag and should not be used
2018-01-01 22:35:55 -08:00
Sahdev P. Zala
f6f4589853
README: range-end is not a flag and should not be used
...
As README declares in the beginning, flags can have dash and it should be
replaced with underscore while using. Also flags or commands are emphasized
in general. The range-end is not a flag or valid doc word and should not be
used as such.
2018-01-01 22:51:04 -05:00
Gyuho Lee
b2a15ec327
pkg/expect: fix deadlock in mac OS
...
bufio.NewReader.ReadString blocks even
when the process received syscall.SIGKILL.
Remove ptyMu mutex and make ReadString return
when *os.File is closed.
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-01-01 17:34:59 -08:00
Xiang Li
fdec12cc20
Merge pull request #9069 from spzala/logconfigfile
...
Log: add information statement
2017-12-27 19:33:13 -08:00
Sahdev P. Zala
8a8aff198f
Log: add information statement
...
Adding information that when config file is used other command line flags
and env variables will be ignored. This changes are a follow up of a
disucssion under PR,
https://github.com/coreos/etcd/pull/9066
2017-12-27 17:12:28 -05:00
Xiang Li
5e78da17fe
Merge pull request #9066 from spzala/etcdconfig
...
Doc: update etcd configuration detail with config file
2017-12-24 21:06:22 -08:00
Sahdev P. Zala
aad0d82a04
Doc: update etcd configuration detail with config file
...
Add a reference, sample file link and precedence detail etc. to the
configuration doc.
2017-12-24 21:02:03 -05:00
Xiang Li
0fd3df0b95
Merge pull request #8703 from koko990/master
...
grpc_naming.md: improve docs invoke grpc naming by balance
2017-12-22 15:27:07 -08:00
Gyuho Lee
9ed3437075
Merge pull request #9061 from gyuho/race-leasing
...
clientv3/leasing: fix racey waitSession
2017-12-21 17:50:05 -08:00
Gyuho Lee
2f57a84ee6
Merge pull request #9062 from spzala/acidepupdate
...
Doc: update etcd container image registry references
2017-12-21 17:06:14 -08:00
Sahdev P. Zala
290117cfa5
Doc: update etcd container image registry references
...
Update the coreos.com/etcd:v3.1.2 references with the quay registry for etcd
release image example.
Fixes #8984
2017-12-21 19:28:41 -05:00
Gyuho Lee
1880cf8da2
clientv3/leasing: fix racey waitSession
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 16:03:35 -08:00
Gyuho Lee
3dd1c1b53c
Merge pull request #8994 from gyuho/grpc-proxy-log
...
*: discard only info when --debug=false, add "--debug" grpc-proxy start
2017-12-21 14:43:05 -08:00
Gyuho Lee
8e6ae01709
CHANGELOG: update gRPC log level change
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 14:35:01 -08:00
Gyuho Lee
4f71941172
grpc-proxy: add "--debug" flag to "etcd grpc-proxy start" command
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 14:30:51 -08:00
Gyuho Lee
39d0e9c3ca
embed: only discard infos when debug flag is off
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 14:28:13 -08:00
Gyuho Lee
91996607a3
Merge pull request #9060 from gyuho/aaa
...
*: highlight client response size limit (4 MiB) in previous versions
2017-12-21 14:21:43 -08:00
Gyuho Lee
2829b97ad3
Documentation/upgrades: highlight client response size limit in previous versions
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 14:21:21 -08:00
Gyuho Lee
e6adc85e9d
CHANGELOG: highlight client response limit in previous versions
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 14:04:12 -08:00
Gyuho Lee
be40d27070
Merge pull request #9016 from gyuho/watch-doc
...
clientv3: document context to "Watch" API
2017-12-21 13:02:20 -08:00
Gyuho Lee
a69801014a
words: whitelist more words
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 12:59:18 -08:00
Gyuho Lee
f6f3a9ca69
clientv3: document context to "Watch" API
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-21 12:59:15 -08:00
Gyuho Lee
ce264e6000
Merge pull request #9041 from gyuho/etcd-tooling
...
tools/etcd-dump-*: add TODOs, --decode flag
2017-12-21 12:45:00 -08:00
Gyuho Lee
096c947159
Merge pull request #9024 from gyuho/snapshot-doc
...
clientv3: document context to "Snapshot" API
2017-12-21 12:44:40 -08:00
Gyuho Lee
c8dc19bf4b
Merge pull request #9059 from gyuho/aci-build
...
*: deprecate ACI for v3.4 release cycle
2017-12-20 16:29:00 -08:00
Gyuho Lee
4388f046db
Documentation/dev-internal: remove ACI in release.md
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2017-12-20 15:36:50 -08:00