https://issues.apache.org/bugzilla/show_bug.cgi?id=56660
--- Comment #1 from Alexander Pogrebnyak <alex-pub.apache-...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org