You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hannu Kröger (JIRA)" <ji...@apache.org> on 2017/12/19 11:29:00 UTC

[jira] [Created] (CASSANDRA-14130) nodetool compactionstats gets stuck

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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org