You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/06/23 15:44:38 UTC

[Bug 66142] Encounter "ejectedExecutionException: Queue capacity is full" when #busy thread is less than minSpareThreads

https://bz.apache.org/bugzilla/show_bug.cgi?id=66142

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Monitoring tools use polling. The maximum value observed is not necessarily the
actual maximum.

If a traffic spike occurs then it is perfectly possible for requests to be
rejected with a queue that small.

If there was an issue (i.e. a leak in the thread busy counter), I'd expect to
see the threads busy metric rising slower over time. That isn't happening.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org