You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/01/10 20:04:59 UTC

[airavata] branch master updated (bc8ef64 -> 77cb3dd)

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

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


    from bc8ef64  AIRAVATA-3186 Disable removal of abandoned thrift pool connections
     add c51a5b5  AIRAVATA-3186 Separate property for logging abandoned pooled clients
     new 77cb3dd  Merge branch 'AIRAVATA-3186-slf4j-log-abandoned'

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:
 .../scigap/develop/group_vars/all/vars.yml         |  1 +
 .../scigap/production/group_vars/all/vars.yml      |  3 +-
 .../scigap/staging/group_vars/all/vars.yml         |  1 +
 dev-tools/ansible/roles/api-orch/defaults/main.yml |  1 +
 .../templates/airavata-server.properties.j2        |  1 +
 .../ansible/roles/helix_setup/defaults/main.yml    |  1 +
 .../parser-wm/airavata-server.properties.j2        |  1 +
 .../participant/airavata-server.properties.j2      |  1 +
 .../post-wm/airavata-server.properties.j2          |  1 +
 .../templates/pre-wm/airavata-server.properties.j2 |  1 +
 .../ansible/roles/job_monitor/defaults/main.yml    |  1 +
 .../email-monitor/airavata-server.properties.j2    |  1 +
 .../airavata/common/utils/ApplicationSettings.java |  5 +++
 .../airavata/common/utils/ThriftClientPool.java    |  8 +++-
 .../common/utils/ThriftClientPoolTest.java         | 52 ++++++++++++++++++++++
 .../src/main/resources/airavata-server.properties  |  1 +
 16 files changed, 77 insertions(+), 3 deletions(-)


[airavata] 01/01: Merge branch 'AIRAVATA-3186-slf4j-log-abandoned'

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

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

commit 77cb3dd27bef5fc23ac9fa012436d2f0eccc15e1
Merge: bc8ef64 c51a5b5
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 10 15:04:34 2020 -0500

    Merge branch 'AIRAVATA-3186-slf4j-log-abandoned'

 .../scigap/develop/group_vars/all/vars.yml         |  1 +
 .../scigap/production/group_vars/all/vars.yml      |  3 +-
 .../scigap/staging/group_vars/all/vars.yml         |  1 +
 dev-tools/ansible/roles/api-orch/defaults/main.yml |  1 +
 .../templates/airavata-server.properties.j2        |  1 +
 .../ansible/roles/helix_setup/defaults/main.yml    |  1 +
 .../parser-wm/airavata-server.properties.j2        |  1 +
 .../participant/airavata-server.properties.j2      |  1 +
 .../post-wm/airavata-server.properties.j2          |  1 +
 .../templates/pre-wm/airavata-server.properties.j2 |  1 +
 .../ansible/roles/job_monitor/defaults/main.yml    |  1 +
 .../email-monitor/airavata-server.properties.j2    |  1 +
 .../airavata/common/utils/ApplicationSettings.java |  5 +++
 .../airavata/common/utils/ThriftClientPool.java    |  8 +++-
 .../common/utils/ThriftClientPoolTest.java         | 52 ++++++++++++++++++++++
 .../src/main/resources/airavata-server.properties  |  1 +
 16 files changed, 77 insertions(+), 3 deletions(-)