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 15:46:59 UTC

[airavata] branch master updated (44e2b87 -> bc8ef64)

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 44e2b87  Merge branch 'master' of https://github.com/apache/airavata
     add 98efce7  AIRAVATA-3186 Log abandoned thrift clients to slf4j logger
     new 10635f3  Merge branch 'AIRAVATA-3186-slf4j-log-abandoned'
     add 8f653a6  AIRAVATA-3186 Return cred store clients to pool
     new 33e2d30  Merge branch 'AIRAVATA-3186-csclientpool'
     new bc8ef64  AIRAVATA-3186 Disable removal of abandoned thrift pool connections

The 3 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:
 .../api/server/handler/AiravataServerHandler.java       |  2 ++
 .../scigap/production/group_vars/all/vars.yml           |  2 +-
 .../apache/airavata/common/utils/ThriftClientPool.java  | 17 +++++++++++++++++
 .../airavata/common/utils/ThriftClientPoolTest.java     | 11 +++++++++++
 4 files changed, 31 insertions(+), 1 deletion(-)


[airavata] 03/03: AIRAVATA-3186 Disable removal of abandoned thrift pool connections

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 bc8ef64eaab6c24e01a9c657db1f7ecf030fbc59
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 10 10:46:37 2020 -0500

    AIRAVATA-3186 Disable removal of abandoned thrift pool connections
---
 dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index 924fb36..c915289 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -169,4 +169,4 @@ platform_monitor_email_address: "airavataplatformmonitor@gmail.com"
 platform_monitor_email_password: "{{ vault_platform_monitor_email_password }}"
 platform_monitor_target_email_addresses: "dimuthu.upeksha2@gmail.com,dwannipu@iu.edu"
 
-thrift_client_pool_abandoned_removal_enabled: true
+thrift_client_pool_abandoned_removal_enabled: false


[airavata] 01/03: 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 10635f30b3e2cfc56cee03ab85039776ad3837fb
Merge: 44e2b87 98efce7
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 10 10:41:02 2020 -0500

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

 .../apache/airavata/common/utils/ThriftClientPool.java  | 17 +++++++++++++++++
 .../airavata/common/utils/ThriftClientPoolTest.java     | 11 +++++++++++
 2 files changed, 28 insertions(+)


[airavata] 02/03: Merge branch 'AIRAVATA-3186-csclientpool'

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 33e2d304a40ecae17645853eaa8436d069c36065
Merge: 10635f3 8f653a6
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jan 10 10:41:12 2020 -0500

    Merge branch 'AIRAVATA-3186-csclientpool'

 .../org/apache/airavata/api/server/handler/AiravataServerHandler.java   | 2 ++
 1 file changed, 2 insertions(+)