Jim Jagielski wrote:
Test tarballs for Apache httpd 2.2.9 are available at:

    http://httpd.apache.org/dev/dist/

Your votes please;

 +/-1
 [+1]  Release httpd-2.2.9 as GA

+1 from me.

Upgraded {eos,aurora}.apache.org to 2.2.9 w/ the bundled APR:
http://eos.apache.org/server-status
http://aurora.apache.org/server-status

Both are Solaris 10/sparc.

These machines host www.apache.org and $tlp.apache.org.

Please let infrastructure know if you see any problems.



During the upgrade, it appears we hit one regression in APR 1.3.0.

On aurora.apache.org, shortly after installing the new version, we hit a problem with apr_pollset_poll:

[Thu Jun 12 05:36:51 2008] [error] (70007)The timeout specified has expired: apr_pollset_poll: (listen)
[Thu Jun 12 05:36:52 2008] [notice] caught SIGTERM, shutting down

If you look in worker.c, around line 687, you can see that if do a graceful shutdown if we get an unexpected error from apr_pollset_poll.

This appears to be a regression caused by r641661:
https://svn.apache.org/viewvc?view=rev&revision=641661

Which was a fix for PR 42580: https://issues.apache.org/bugzilla/show_bug.cgi?id=42580

This appears to be an relative edge case on Solaris 10 -- it hasn't happened again, and it is a regression in APR, but relatively small, so I am still +1 for httpd-2.2.9 shipping.

-Paul

Reply via email to