-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
openjdk8u
-
x86_64
-
linux
A DESCRIPTION OF THE PROBLEM :
I think this TLSv1.3 backport https://bugs.openjdk.java.net/browse/JDK-8245466
may have clobbered this SO_LINGER fix https://bugs.openjdk.java.net/browse/JDK-8245016
After upgrading to openjdk 1.8u275 we have seen multiple applications, the first one we noticed it in was Apache Cassandra 3.11, start to accumulate open sockets in the OS after the server is done with them, eventually running out of file handles.
REGRESSION : Last worked in version 8
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Start Apache Cassandra 3.11 when client SSL enabled. Start and stop clients connecting to it over and over.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Open socket handles do no accumulate.
ACTUAL -
Open socket handles accumulate over time.
CUSTOMER SUBMITTED WORKAROUND :
Downgrade back to previous 1.8u262 release.
FREQUENCY : always
I think this TLSv1.3 backport https://bugs.openjdk.java.net/browse/JDK-8245466
may have clobbered this SO_LINGER fix https://bugs.openjdk.java.net/browse/JDK-8245016
After upgrading to openjdk 1.8u275 we have seen multiple applications, the first one we noticed it in was Apache Cassandra 3.11, start to accumulate open sockets in the OS after the server is done with them, eventually running out of file handles.
REGRESSION : Last worked in version 8
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Start Apache Cassandra 3.11 when client SSL enabled. Start and stop clients connecting to it over and over.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Open socket handles do no accumulate.
ACTUAL -
Open socket handles accumulate over time.
CUSTOMER SUBMITTED WORKAROUND :
Downgrade back to previous 1.8u262 release.
FREQUENCY : always
- duplicates
-
JDK-8257670 sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
- Resolved
- relates to
-
JDK-8236464 SO_LINGER option is ignored by SSLSocket in JDK 11
- Closed
-
JDK-8245016 SO_LINGER option is ignored by SSLSocket in JDK 11
- Resolved
-
JDK-8245466 Backport TLSv1.3 protocol implementation
- Resolved