https://bz.apache.org/bugzilla/show_bug.cgi?id=60012
Bug ID: 60012
Summary: Several log refactoring/improvement suggestions
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: PC
OS: All
Status: NEW
Severity:
Hi guys,
I got several cases in prod where pauseNonContainerThread() get stucked (ie
the thread is blocked but no other thread is actually working and can
release it).
I'm not really sure of the cause - I suspect some timeouts but can't
guarantee it. Just for information I'm using JAX-RS 2 @Suspe