Jason Mathison created HTTPCORE-782: ---------------------------------------
Summary: Occasional thread stuck in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData Key: HTTPCORE-782 URL: https://issues.apache.org/jira/browse/HTTPCORE-782 Project: HttpComponents HttpCore Issue Type: Bug Components: HttpCore Affects Versions: 5.3.4 Reporter: Jason Mathison Attachments: Thread Stack Traces We have a service that is occasionally having a thread get stuck in situation where it consumes as much CPU as possible. The thread will create and release a huge number of objects without causing an overall memory leak. We gathered a series of stack traces from this happening on one of our production instances that indicates that the thread is stuck inside of the "while (inEncryptedBuf.hasRemaining()) { " in org.apache.hc.core5.reactor.ssl.SSLIOSession.decryptData(SSLIOSession.java) -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org