You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2015/11/17 10:47:11 UTC

[jira] [Created] (CASSANDRA-10718) Group pending compactions based on column family

Marcus Eriksson created CASSANDRA-10718:
-------------------------------------------

             Summary: Group pending compactions based on column family
                 Key: CASSANDRA-10718
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10718
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Marcus Eriksson
            Priority: Minor
             Fix For: 3.x


Currently we only give a global number on how many compactions are pending, we should group this on a per-table basis, example:
{code}
$ nodetool compactionstats
pending tasks:
- keyspace1.standard1: 10
- other_ks.table: 2
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)