You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/05/29 18:34:20 UTC

svn commit: r1832467 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue May 29 18:34:20 2018
New Revision: 1832467

URL: http://svn.apache.org/viewvc?rev=1832467&view=rev
Log:
Not a showstopper.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1832467&r1=1832466&r2=1832467&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue May 29 18:34:20 2018
@@ -119,15 +119,6 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-  *) mod_slotmem_shm: https://bz.apache.org/bugzilla/show_bug.cgi?id=62277
-     ylavic: Not a regression/showstopper IMHO, has more to do with IPC-SysV
-             SHM names collisions (on Solaris at least). In 2.4.29 we tried to
-             attach (colliding) SHMs first, so it might have worked with
-             compatible sizes, we won't attach anymore from 2.4.33 because it
-             makes no sense to reuse another balancer's slotmem. We'd better
-             fail to start and suggest the user ought to use another SHM
-             mechanism like POSIX's, nothing can be done at APR/httpd level.
-
   *) mod_slotmem_shm: Add generation number to shm filename to fix races with
                       graceful restarts.  PRs 62044 and 62308.
      trunk patch: https://svn.apache.org/r1831868