etcd/tools/functional-tester/etcd-tester
Yicheng Qin dfc7cc7a62 tools/etcd-tester: extend timeout for stresser
Extend the timeout from 1s to defaultRequestTimeout 5s.

The 1s may bring unwanted burden to the target member. If the member is
busy at recovering, it has limited bandwidth for client requests. A
short timeout at client side will retry quickly while keeping the
on-going connections. Thus, etcd will queue lots of requests and
connections and takes long time to clear them. This finally causes the
timeout of member health check.

This problem is a general one that how etcd handles amounts of requests
at the same time in a good way. We don't plan to address it at current
stage.
2015-11-16 11:47:08 -08:00
..
cluster.go Merge pull request #2730 from yichengq/tester-key-param 2015-04-27 17:02:36 -07:00
failure.go tools/functional-tester: add isolate failures 2015-03-29 00:29:47 -07:00
http.go *: add missing license headers 2015-09-15 14:09:01 -07:00
main.go tools/functional-testing: add help message for flags 2015-04-29 13:59:55 -07:00
stresser.go tools/etcd-tester: extend timeout for stresser 2015-11-16 11:47:08 -08:00
tester.go tools/functional-tester/etcd-tester: report agent status 2015-03-13 15:29:57 -07:00