[ https://issues.apache.org/jira/browse/GEODE-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16005562#comment-16005562 ]
ASF subversion and git services commented on GEODE-2898: -------------------------------------------------------- Commit 810186d4f01d7d35381f66e00c03e9ab12f0281a in geode's branch refs/heads/develop from [~bschuchardt] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=810186d ] GEODE-2898 A non-responsive SSL client can block a server's "acceptor" thread This moves the SSL handshake from the acceptor thread to the handshake thread and adds a unit test. > A non-responsive SSL client can block a server's "acceptor" thread > ------------------------------------------------------------------ > > Key: GEODE-2898 > URL: https://issues.apache.org/jira/browse/GEODE-2898 > Project: Geode > Issue Type: Bug > Components: client/server > Reporter: Bruce Schuchardt > > During the handoff to the handshake thread pool the accept thread can be > blocked in the SSL handshake. The SSL handshake should be moved to the > handshake thread pool. The goal is allow the server to reject clients that > haven't finished the handshake in the allotted time. -- This message was sent by Atlassian JIRA (v6.3.15#6346)