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

--- Comment #1 from Alexander Pogrebnyak <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to