From: Jeff Trawick Date: Wed, 15 Jan 2014 19:35:07 +0000 (+0000) Subject: axe my comment on the prefork fix (note just added to the old X-Git-Tag: 2.4.8~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ffcd118dd39f345b1f8e4e974b0336b1726278f;p=apache axe my comment on the prefork fix (note just added to the old "2.4.4 graceful restart taking long time [PATCH]" thread fix some missing +1s on proposals from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1558543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ab989eb829..02747677ca 100644 --- a/STATUS +++ b/STATUS @@ -153,19 +153,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379 2.4.x patch: trunk patch works mod CHANGES +1: jim, covener - trawick: [I guess I'm just confused but] I thought that the scenario as - described by the reporter was that this code was running while - a bunch (nearly all) of httpd children were zombies, leading to - a connect() timeout since no processes were available to empty - the TCP queue. IIUC, the scoreboard state will not yet have - been changed to SERVER_DEAD and the pid will not have been - cleared for those processes, since parent code that can't run - while we're stuck in this function takes care of that, so we'll - still block. - jim: The orig bug report was concerning the long period of time - taken by graceful, due to trying to connect to already - notified child processes; the patch is designed to shorten - that time. * event fdqueue: Use a normalized offset point for idlers via atomics trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1545286 @@ -206,11 +193,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_auth*z scan-build warnings in new code for 2.4.8 trunk patch: https://svn.apache.org/r1558483 2.4.x patch: trunk patch works + +1: trawick * ssl_util_ocsp scan-build warning in old code (the code is clearly wrong but completely harmless AFAICT) trunk patch: https://svn.apache.org/r1534890 2.4.x patch: trunk patch works + +1: trawick OTHER PROPOSALS