You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2011/01/26 18:04:43 UTC

[jira] Updated: (CASSANDRA-2060) Allow CleaningThreadPool to shutdown inactive threads

     [ https://issues.apache.org/jira/browse/CASSANDRA-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani updated CASSANDRA-2060:
--------------------------------------

    Affects Version/s: 0.7.0
        Fix Version/s: 0.7.2

> Allow CleaningThreadPool to shutdown inactive threads
> -----------------------------------------------------
>
>                 Key: CASSANDRA-2060
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2060
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: T Jake Luciani
>            Assignee: T Jake Luciani
>            Priority: Minor
>             Fix For: 0.7.2
>
>
> The CustomThreadPool keeps inactive threads around despite the keepalive time setting.
> to actually clean them up we need to set allowCoreThreadTimeOut(true);
>  CASSANDRA-1405 isn't happening till at least 0.8 so would be worth doing this now.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.