]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Wed, 23 Aug 2023 22:53:37 +0000 (22:53 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 23 Aug 2023 22:53:37 +0000 (22:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911880 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5d2f992b15e953a39ce2036565c8545028a84a74..1fa82efff8a0ea9f5d63f2683fd6a00c65e25b23 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -222,6 +222,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: minfrin
      covener: diff doesn't seem to apply clean to 2.4.x (with or without 1861542,r1861569 above)
 
+  *) mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers".
+     Resolve inconsistency between the previous two occurrences by
+     counting workers in state SERVER_GRACEFUL no longer as busy,
+     but instead in a new counter "GracefulWorkers" (or on HTML
+     view as "workers gracefully restarting"). Also add the graceful
+     counter as a new column to the existing HTML per process table
+     for async MPMs.
+     PR 63300
+     Trunk version of patch:
+        https://svn.apache.org/r1909429
+        https://svn.apache.org/r1909606
+     Backport version for 2.4.x of patch:
+        svn merge -c r1909429,r1909606 ^/httpd/httpd/trunk .
+     +1: rjung
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]