https://issues.apache.org/bugzilla/show_bug.cgi?id=53555

--- Comment #3 from Greg Ames <[email protected]> ---
(In reply to Niklas Edmundsson from comment #2)
> We've seen AH00485: scoreboard is full, not at MaxRequestWorkers on 2.4.4
> with the event MPM, no SSL involved.

> PID   Connections     Threads Async connections
> total accepting       busy    idle    writing keep-alive      closing
> 14465 94      no      0       0       72      0       21
> 28881 132     yes     0       0       79      0       6
> 23632 582     no      0       0       523     0       51
> 32314 43      no      0       0       28      0       15
> 13766 577     no      0       0       564     1       2

> LGLGGGLLGLGLGLLLLLGLGLGLLLLLGLLLLLLLLLLLLLLGGGLGLLGGGGLGGLGGGGGG
> GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGLGGGGGGGGGGGGGGGGGGGGGGGGG

OK, there are many worker processes that hang while trying to shut down,
probably due to traffic fluctuations. The only two states we see in the
scoreboard are G and L.  The G should be transient and can probably be ignored.
 The Ls look like the cause of the hangs.

L means the threads are hung while trying to write to the log.  Normally you
never see this with logs on a reasonably fast local hard drive.  Are the log
files NFS mounted or something like that?

Greg

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to