-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
Following up the discussion DGSUP-102, the OCP probes cause an impact on the Gossip Router pod (bc they ping the pod/service).
This causes build up of SSL impl objects, which takes full gcs to be cleaned.
This is a problem will for small GR pods this can cause OOME-killer.
Gossip Router pods show:
Aug 22, 2022 5:13:07 PM org.jgroups.blocks.cs.TcpConnection$Receiver run WARNING: failed handling message javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1696) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1514) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1416) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:456) at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:921) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1012) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.jgroups.blocks.cs.TcpConnection$Receiver.run(TcpConnection.java:305Send to:Everyone
- depends on
-
WFSSL-104 Handshake failures caused by closed connections should throw SSLHandshakeException
- Pull Request Sent