From: Yann Ylavic Date: Tue, 29 May 2018 18:34:20 +0000 (+0000) Subject: Not a showstopper. X-Git-Tag: 2.4.34~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abc3a6442323b1b2885ce46cccdf28fd70d712b9;p=apache Not a showstopper. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 74ca330278..f9320f01dd 100644 --- a/STATUS +++ b/STATUS @@ -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