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
            Reporter: T Jake Luciani
            Assignee: T Jake Luciani
            Priority: Minor


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.

Reply via email to