You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Dmitriy Shirchenko (JIRA)" <ji...@apache.org> on 2016/11/02 16:32:59 UTC

[jira] [Updated] (AURORA-1783) Probable http connection leak

     [ 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)