You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/12/16 16:15:42 UTC

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

Author: jorton
Date: Wed Dec 16 16:15:42 2020
New Revision: 1884503

URL: http://svn.apache.org/viewvc?rev=1884503&view=rev
Log:
Propose*1. [skip ci]

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=1884503&r1=1884502&r2=1884503&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Dec 16 16:15:42 2020
@@ -328,6 +328,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1883810 ^/httpd/httpd/trunk .
      +1: ylavic, jorton, 
 
+  *) core: Make writing the pidfile atomic to avoid startup failures
+     after (e.g.) system crashes, but also races with multiple
+     concurrent "httpd -k restart" runs which have a race between
+     reading and writing a fresh pidfile.
+     trunk patch: https://svn.apache.org/r1875153
+                  https://svn.apache.org/r1875240
+                  https://svn.apache.org/r1877645
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/163.patch
+     +1: jorton,            
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]