[
https://issues.apache.org/jira/browse/CASSANDRA-13329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960587#comment-15960587
]
Alex Petrov commented on CASSANDRA-13329:
-----------------------------------------
Committed to 3.11 as
[8eeea07f5f74eb86403e84464107b75c5063cf6b|https://github.com/apache/cassandra/commit/8eeea07f5f74eb86403e84464107b75c5063cf6b]
and merged to
[trunk|https://github.com/apache/cassandra/commit/a0a0e823e3095b9a47a3d11b3d58b14c039e1ced]
> 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)