You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/01/03 18:03:24 UTC

[airavata] branch master updated (f437d23 -> 025f2c6)

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from f437d23  Ansible: deploy simccs to new server
     add 8213960  Fixing airavata-3287: Evicting invalidated ssh clients from the pool
     new 025f2c6  Merge branch 'airavata-3287'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../airavata/helix/adaptor/PoolingSSHJClient.java  |  75 +++++----
 .../airavata/helix/adaptor/SSHJAgentAdaptor.java   | 169 +++++++++++++++++++--
 .../adaptor/wrapper/SCPFileTransferWrapper.java    |  12 +-
 .../helix/adaptor/wrapper/SFTPClientWrapper.java   |  12 +-
 .../helix/adaptor/wrapper/SSHClientWrapper.java    |  25 +++
 .../helix/adaptor/wrapper/SessionWrapper.java      |  12 +-
 .../helix/impl/workflow/PreWorkflowManager.java    |  33 ++--
 7 files changed, 284 insertions(+), 54 deletions(-)
 create mode 100644 modules/airavata-helix/agent-impl/sshj-agent/src/main/java/org/apache/airavata/helix/adaptor/wrapper/SSHClientWrapper.java


[airavata] 01/01: Merge branch 'airavata-3287'

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 025f2c6cc1b7e7d6ef01d9c1bc64ce215f88c611
Merge: f437d23 8213960
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Jan 3 13:03:08 2020 -0500

    Merge branch 'airavata-3287'

 .../airavata/helix/adaptor/PoolingSSHJClient.java  |  75 +++++----
 .../airavata/helix/adaptor/SSHJAgentAdaptor.java   | 169 +++++++++++++++++++--
 .../adaptor/wrapper/SCPFileTransferWrapper.java    |  12 +-
 .../helix/adaptor/wrapper/SFTPClientWrapper.java   |  12 +-
 .../helix/adaptor/wrapper/SSHClientWrapper.java    |  25 +++
 .../helix/adaptor/wrapper/SessionWrapper.java      |  12 +-
 .../helix/impl/workflow/PreWorkflowManager.java    |  33 ++--
 7 files changed, 284 insertions(+), 54 deletions(-)