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 2014/06/24 00:09:17 UTC

[Bug 56660] Resource leak in FairBlockingQueue::poll method

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

--- Comment #1 from Alexander Pogrebnyak <al...@reflexion.net> ---
I've encountered this bug in production, under a heavy load.  The problem here
is that it's manifestation is pretty random.

One workaround, until this bug is fixed, is to turn off 'fairQueue' property of
PoolProperties.

When 'fairQueue' is off, current implementation falls back to
'java.util.concurrent.ArrayBlockingQueue', which does not have this issue.

-- 
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