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

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
A few questions (there will be more depending on the answers to these):

1. Does this happen with Tomcat 9.0.48?

2. How often does the problem occur? 1 request in 5? 1 in 10? 1 in 20?

3. Does the problem still occur if you disable the Tomcat Native library (your
connector should appear as "https-nio-jsse" rather than "https-nio-openssl" in
the logs and thread dumps)?

4. Does the problem occur if you switch to NIO2 and OpenSSL (connector will
appear as "https-nio2-openssl" in the logs)?

5. Does the problem occur if you switch to NIO2 without OpenSSL (connector will
appear as "https-nio2-jsse" in the logs)?

6. Are you able to provide the simplest servlet that reproduces this issue?

7. If we provide custom Tomcat builds (based on a specific commit, possibly
with additional debug logging), are you able to test with that version to see
if the problem still exists? (If the problem appeared recently, there are a
couple of changes that might be responsible. Testing with custom builds will
let us test this theory.)

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

Reply via email to