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

Stefan Miklosovic commented on CASSANDRA-11402:
-----------------------------------------------

[~brandon.williams] I realized that I can not test that. I wanted to use 
distributed test where I just start a node and call nodetool against that but 
we are not registering any thread pools there. 
InternalNodeProbe#getThreadPools() overrides NodeProbe#getThreadPools() with 
UnsupportedOperationException().

InternalNodeProbe has this in its connect method:


{code:java}
    protected void connect()
    {
        // note that we are not connecting via JMX for testing
        mbeanServerConn = null;
       ...
    }
{code}


> Alignment wrong in tpstats output for PerDiskMemtableFlushWriter and format 
> to YAML is broken
> ---------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11402
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11402
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Joel Knighton
>            Assignee: Stefan Miklosovic
>            Priority: Low
>              Labels: lhf
>             Fix For: 4.0-beta
>
>         Attachments: 11402-3_5_patch1.patch, 11402-trunk.txt
>
>
> With the accompanying designation of which memtableflushwriter it is, this 
> threadpool name is too long for the hardcoded padding in tpstats output.
> We should dynamically calculate padding so that we don't need to check this 
> every time we add a threadpool.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to