-
Bug
-
Resolution: Done
-
Major
-
httpd 2.4.6 ER1
-
None
-
Release Notes
-
-
-
-
-
-
-
The Apache Benchmark is failing on powerPC. The requests are failing and the return code of "ab" is not "0", but "119". The "failed request timeout" number varies, but is always present. Example output:
[root@ibm-p8-kvm-11-guest-02 sbin]# ./ab -n 10000 -c 100 http://127.0.0.1:80/abTest/index.html This is ApacheBench, Version 2.3 <$Revision: 1430300 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking 127.0.0.1 (be patient)...Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! Send request timed out! apr_pollset_poll: The timeout specified has expired (70007) Total of 12 requests completed
The same test passes on intel RHEL.