You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2019/02/08 18:11:00 UTC

[jira] [Commented] (POOL-348) The commons-pool-evictor-thread should run as a Deamon

    [ https://issues.apache.org/jira/browse/POOL-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763795#comment-16763795 ] 

Gary Gregory commented on POOL-348:
-----------------------------------

I think that if you close all your pools, then all evictors are stopped. This in turn, shuts down thread pool executors.

IOW, make sure you clean up resources and let us know if you app closes normally.

> The commons-pool-evictor-thread should run as a Deamon
> ------------------------------------------------------
>
>                 Key: POOL-348
>                 URL: https://issues.apache.org/jira/browse/POOL-348
>             Project: Commons Pool
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Thomas Neerup
>            Priority: Major
>
> The thread "commons-pool-evictor-thread" does not run as a Deamon and keeps the JVM alive when all other non Deamon threads has ended.
> Is there any reason for this behaviour? Otherwise the thread should be started as a Deamon.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)