]> granicus.if.org Git - apache/commitdiff
axe the entry on graceful restart problems with worker
authorJeff Trawick <trawick@apache.org>
Tue, 5 Mar 2002 21:23:29 +0000 (21:23 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 5 Mar 2002 21:23:29 +0000 (21:23 +0000)
I was too stupid to read the code to determine that the accept mutex
failure log messages were harmless and not indicative of a real problem.

I'll try to understand the conditions where I'm seeing connections
dropped.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93721 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6bd7f5c08cfbca9bcee86765713f8ef82c541b03..cc419673ed1bdb8472dbc053ee64f45f5777fc6b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/03/04 18:12:05 $]
+Last modified at [$Date: 2002/03/05 21:23:29 $]
 
 Release:
 
@@ -75,17 +75,6 @@ FINAL RELEASE SHOWSTOPPERS:
           * Free lists for bucket allocation
           * Pool allocator change
 
-    * Graceful restart is broken in the worker MPM.
-        Message-ID: <m3g03tnrkv.fsf@rdu163-40-092.nc.rr.com>
-      Justin asks: "Is this fixed?  I can't reproduce now."
-      Jeff: Here is a problem that remains now that the segfault
-      is fixed:
-      * accept mutex gets cleaned up before children are gone; with
-        some types (sysvsem), this causes immediate failure in a
-        thread blocked in the accept mutex; that thread will exit(),
-        presumably taking with it any active connections owned by other
-        threads in the process
-
     * Address popular PRs
         * Win32 doesn't install as service correctly [9863, 9914, 9961]
         * Don't be stupid and cd to a blank directory when doing installs