Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26B94200BC2 for ; Wed, 2 Nov 2016 17:33:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 25582160AFB; Wed, 2 Nov 2016 16:33:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6C3F4160B0A for ; Wed, 2 Nov 2016 17:33:00 +0100 (CET) Received: (qmail 65776 invoked by uid 500); 2 Nov 2016 16:32:59 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 65711 invoked by uid 99); 2 Nov 2016 16:32:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 16:32:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E3682C0057 for ; Wed, 2 Nov 2016 16:32:59 +0000 (UTC) Date: Wed, 2 Nov 2016 16:32:59 +0000 (UTC) From: "Dmitriy Shirchenko (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AURORA-1783) Probable http connection leak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 16:33:01 -0000 [ https://issues.apache.org/jira/browse/AURORA-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Shirchenko updated AURORA-1783: --------------------------------------- Fix Version/s: 0.17.0 > Probable http connection leak > ----------------------------- > > Key: AURORA-1783 > URL: https://issues.apache.org/jira/browse/AURORA-1783 > Project: Aurora > Issue Type: Bug > Reporter: Dmitriy Shirchenko > Assignee: Dmitriy Shirchenko > Fix For: 0.17.0 > > > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.lang.Thread.run(Thread.java:745) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.FutureTask.run(FutureTask.java:266) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:80) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:154) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:95) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at java.lang.reflect.Method.invoke(Method.java:498) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.aurora.scheduler.events.Webhook.taskChangedState(Webhook.java:77) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:190) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.conn.PoolingHttpClientConnectionManager$1.get(PoolingHttpClientConnectionManager.java:263) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.leaseConnection(PoolingHttpClientConnectionManager.java:286) > Sep 26 19:34:12 compute59-sjc1 aurora-scheduler[25557]: E0926 19:34:12.608 [AsyncProcessor-4, Webhook:79] Error sending a Webhook event org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool -- This message was sent by Atlassian JIRA (v6.3.4#6332)