[
https://issues.apache.org/jira/browse/CASSANDRA-13329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963421#comment-15963421
]
Aleksandr Sorokoumov commented on CASSANDRA-13329:
--------------------------------------------------
Hey [~alekiv],
Thank you for the suggestion! I have created a branch for 3.0 -
https://github.com/Gerrrr/cassandra/tree/13329-3.0
The fix there is only for HintsDispatchExecutor since there was no
PerSSTableIndexWriter.
> max_hints_delivery_threads does not work
> ----------------------------------------
>
> Key: CASSANDRA-13329
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13329
> Project: Cassandra
> Issue Type: Bug
> Reporter: Fuud
> Assignee: Aleksandr Sorokoumov
> Labels: lhf
>
> HintsDispatchExecutor creates JMXEnabledThreadPoolExecutor with corePoolSize
> == 1 and maxPoolSize==max_hints_delivery_threads and unbounded
> LinkedBlockingQueue.
> In this configuration additional threads will not be created.
> Same problem with PerSSTableIndexWriter.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)