You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Shelley Lynn Hughes-Godfrey (JIRA)" <ji...@apache.org> on 2017/09/15 23:56:00 UTC

[jira] [Created] (GEODE-3636) GatewaySender stop can hang with SSL enabled

Shelley Lynn Hughes-Godfrey created GEODE-3636:
--------------------------------------------------

             Summary: GatewaySender stop can hang with SSL enabled
                 Key: GEODE-3636
                 URL: https://issues.apache.org/jira/browse/GEODE-3636
             Project: Geode
          Issue Type: Bug
          Components: wan
            Reporter: Shelley Lynn Hughes-Godfrey


SSLSockets throw the following exception if shutdownOutput() invoked:

java.lang.UnsupportedOperationException: 
The method shutdownOutput() is not supported in SSLSocket

GatewaySender code tries to interrupt the AckReaderThread in the middle of a socket read by calling Connection.destroy. Unfortunately, that throws and then swallows this UnsupportedOperationException and doesn't close the socket when SSL is enabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)