You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2017/03/28 14:58:41 UTC

[jira] [Commented] (CASSANDRA-13329) max_hints_delivery_threads does not work

    [ https://issues.apache.org/jira/browse/CASSANDRA-13329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945324#comment-15945324 ] 

Alex Petrov commented on CASSANDRA-13329:
-----------------------------------------

+1, LGTM

I've written a small test to verify the behaviour [here|https://github.com/ifesdjeen/cassandra/commit/8c2a322bf0bdaf0d198384992caa793f8289b533] although I do not think we should include it into the final patch, since it's rather a configuration/initialisation problem.

And triggered CI for 3.11 and trunk: 

|[trunk|https://github.com/apache/cassandra/compare/trunk...ifesdjeen:13329-trunk]|[dtest|https://cassci.datastax.com/job/ifesdjeen-13329-trunk-dtest/]|[utest|https://cassci.datastax.com/job/ifesdjeen-13329-trunk-testall/]|
|[3.11|https://github.com/apache/cassandra/compare/trunk...ifesdjeen:13329-3.11]|[dtest|https://cassci.datastax.com/job/ifesdjeen-13329-trunk-dtest/]|[utest|https://cassci.datastax.com/job/ifesdjeen-13329-3.11-testall/]|

> 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)