[ 
https://issues.apache.org/jira/browse/AIRAVATA-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151119#comment-14151119
 ] 

ASF subversion and git services commented on AIRAVATA-1456:
-----------------------------------------------------------

Commit 1090843d77a4301d83474ac7c96346cd4d1a2c41 in airavata's branch 
refs/heads/master from [~raminder]
[ https://git-wip-us.apache.org/repos/asf?p=airavata.git;h=1090843 ]

move the cluster connection out. AIRAVATA-1456

> 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
>
> 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