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

Eroma resolved AIRAVATA-1456.
-----------------------------
    Resolution: Fixed

Fixed with the commits attached to the issue

> SSH session not closed for input/output handers
> -----------------------------------------------
>
>                 Key: AIRAVATA-1456
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1456
>             Project: Airavata
>          Issue Type: Bug
>          Components: GFac
>    Affects Versions: 0.14
>            Reporter: Raminderjeet Singh
>             Fix For: 0.15 
>
>
> Following need to be added to ssh and gsissh handlers
> finally {
>                 if (cluster != null) {
>                     try {
>                         cluster.disconnect();
>                     } catch (SSHApiException e) {
>                         throw new GFac<>Exception(e.getMessage(), e);
>                     }
>                 }
>             }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to