Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

rc1-final: Apache's "ab" load testing tool fails with "apr_poll: The timeout specified has expired" #426

Closed
kcraft opened this issue Nov 24, 2015 · 2 comments

Comments

@kcraft
Copy link

kcraft commented Nov 24, 2015

Example output:

root@0ee5a943ade0:/# ab -r -c 1 -n 1 http://myurl.com/mypath/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking myurl.com (be patient)...apr_poll: The timeout specified has expired (70007)

Curl works fine:

root@0ee5a943ade0:/# curl http://myurl.com/mypath
{"Status":"OK"}

I found this issue on nodejs which mentions libuv as a possible culprit: nodejs/node-v0.x-archive#1279

I'm running this inside of a base debian:wheezy docker container after running apt-get install apache2-utils. The Kestrel server is running in another docker container based on the microsoft/aspnet:latest image.

@benaadams
Copy link
Contributor

Should be resolved by #413 which was after rc1-final? (e.g. 4 days ago)

@halter73
Copy link
Member

halter73 commented Dec 1, 2015

Thanks for the report. Fortunately, the fix for this should be included in the next release.

dup of #406

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants