[
https://issues.apache.org/jira/browse/CASSANDRA-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijay updated CASSANDRA-3372:
-----------------------------
Attachment: 0001-update-to-cache-the-threads-for-tpe.patch
I see a slight improvement with this setting.
> Make HSHA cached threads.
> -------------------------
>
> Key: CASSANDRA-3372
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3372
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 0.8.8, 1.0.1
> Reporter: Vijay
> Assignee: Vijay
> Attachments: 0001-update-to-cache-the-threads-for-tpe.patch
>
>
> JDK's newCachedTP does the following.... This is simillar to
> ACD.CleaningThreadPool
> public static ExecutorService newCachedThreadPool(ThreadFactory
> threadFactory) {
> return new ThreadPoolExecutor(0, Integer.MAX_VALUE,
> 60L, TimeUnit.SECONDS,
> new SynchronousQueue<Runnable>(),
> threadFactory);
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira