Hannu Kröger created CASSANDRA-14130:
----------------------------------------

             Summary: nodetool compactionstats gets stuck
                 Key: CASSANDRA-14130
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14130
             Project: Cassandra
          Issue Type: Bug
            Reporter: Hannu Kröger


We have a server that works apparently quite normally but nodetool 
compactionstats command hangs.

For example "status" works fine
{code}
$ nodetool status
{code}

But "compactionstats" hangs 
{code}
$ nodetool compactionstats
{code}

Hanging also happens when calling using JMX:

{code}
Welcome to JMX terminal. Type "help" for available commands.
$>open localhost:7199
#Connection to localhost:7199 is opened
$>bean org.apache.cassandra.metrics:type=Compaction,name=PendingTasksByTableName
#bean is set to 
org.apache.cassandra.metrics:type=Compaction,name=PendingTasksByTableName
$>get Value
#mbean = 
org.apache.cassandra.metrics:type=Compaction,name=PendingTasksByTableName:
{code}

What could be the problem?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to