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/25 22:06:00 UTC

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

     [ https://issues.apache.org/jira/browse/GEODE-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shelley Lynn Hughes-Godfrey resolved GEODE-3636.
------------------------------------------------
       Resolution: Fixed
         Assignee: Shelley Lynn Hughes-Godfrey
    Fix Version/s: 1.3.0

> 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
>    Affects Versions: 1.1.0, 1.1.1, 1.2.0
>            Reporter: Shelley Lynn Hughes-Godfrey
>            Assignee: Shelley Lynn Hughes-Godfrey
>             Fix For: 1.3.0
>
>
> 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)