Skip to content

http proxy error context canceled #264

@kostyrev

Description

@kostyrev

while benchmarking fabio I've noticed

2017/04/14 16:19:51 http: proxy error: context canceled

in logs.
it is t2.micro AWS instance that was tuned with those changes:

sudo sysctl -w fs.file-max="9999999"
sudo sysctl -w fs.nr_open="9999999"
cat > /etc/security/limits.d/95-nofile.conf <<EOF
kostyrev soft nofile 102400
kostyrev hard nofile 102400
EOF
proxy.cs = cs=fast;type=file;cert=fast.com.c;key=fast.com.key
proxy.addr = :8080,:8443;cs=fast
./fabio-1.4.2-go1.8.1-linux_amd64 -cfg fabio.properties

could you please elaborate on those errors in logs?
I used wrk

./wrk -t20 -c1000 -d60s --latency https://IP:8443/nginx/

behind balancer there were two t2.medium instances with nginx installed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions