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

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

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

Optimize scp connection for client data movement. 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