From issues-return-16894-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Tue Nov 12 23:17:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 50B8A180656 for ; Wed, 13 Nov 2019 00:17:03 +0100 (CET) Received: (qmail 43433 invoked by uid 500); 12 Nov 2019 23:17:02 -0000 Mailing-List: contact issues-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@airavata.apache.org Received: (qmail 43422 invoked by uid 99); 12 Nov 2019 23:17:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Nov 2019 23:17:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 989CBE3138 for ; Tue, 12 Nov 2019 23:17:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 5BB5A780662 for ; Tue, 12 Nov 2019 23:17:00 +0000 (UTC) Date: Tue, 12 Nov 2019 23:17:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRAVATA-3270) Abandoned thrift client: AiravataServerHandler.launchExperiment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AIRAVATA-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972888#comment-16972888 ] ASF subversion and git services commented on AIRAVATA-3270: ----------------------------------------------------------- Commit 58cf23c20246d5b80220a00a3070cec43f3f2e55 in airavata's branch refs/heads/develop from Marcus Christie [ https://gitbox.apache.org/repos/asf?p=airavata.git;h=58cf23c ] AIRAVATA-3270 Return sharing thrift client in launchExperiment > Abandoned thrift client: AiravataServerHandler.launchExperiment > --------------------------------------------------------------- > > Key: AIRAVATA-3270 > URL: https://issues.apache.org/jira/browse/AIRAVATA-3270 > Project: Airavata > Issue Type: Sub-task > Components: Airavata API > Reporter: Marcus Christie > Assignee: Marcus Christie > Priority: Major > > {noformat} > Pooled object created 2019-11-03 02:38:14 -0500 by the following code has not been returned to the pool: > org.apache.commons.pool2.impl.ThrowableCallStack$Snapshot > at org.apache.commons.pool2.impl.ThrowableCallStack.fillInStackTrace(ThrowableCallStack.java:71) > at org.apache.commons.pool2.impl.DefaultPooledObject.allocate(DefaultPooledObject.java:194) > at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:447) > at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349) > at org.apache.airavata.common.utils.ThriftClientPool.getResource(ThriftClientPool.java:162) > at org.apache.airavata.api.server.handler.AiravataServerHandler.launchExperiment(AiravataServerHandler.java:1946) > at org.apache.airavata.api.server.handler.AiravataServerHandler$$EnhancerByGuice$$f7681681.CGLIB$launchExperiment$1() > at org.apache.airavata.api.server.handler.AiravataServerHandler$$EnhancerByGuice$$f7681681$$FastClassByGuice$$75b076ed.invoke() > at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228) > at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:75) > at org.apache.airavata.service.security.interceptor.SecurityInterceptor.invoke(SecurityInterceptor.java:56) > at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:75) > at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:55) > at org.apache.airavata.api.server.handler.AiravataServerHandler$$EnhancerByGuice$$f7681681.launchExperiment() > at org.apache.airavata.api.Airavata$Processor$launchExperiment.getResult(Airavata.java:18936) > at org.apache.airavata.api.Airavata$Processor$launchExperiment.getResult(Airavata.java:18920) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:748) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)