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/09/30 21:53:04 UTC

[jira] [Assigned] (CASSANDRA-10427) compactionstats 'completed' field not updating

     [ https://issues.apache.org/jira/browse/CASSANDRA-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Eriksson reassigned CASSANDRA-10427:
-------------------------------------------

    Assignee: Marcus Eriksson

> compactionstats 'completed' field not updating
> ----------------------------------------------
>
>                 Key: CASSANDRA-10427
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10427
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: T Jake Luciani
>            Assignee: Marcus Eriksson
>            Priority: Critical
>             Fix For: 3.0.0 rc2
>
>
> nodetool compactionstats is no longer showing any change to completed field or progress.
> Can be reproduced with:
>  * Start cassandra
>  * Run stress write
>  * run nodetool flush followed by nodetool compactionstats
> {code}
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool flush          
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool compactionstats
> pending tasks: 1
>                                      id   compaction type    keyspace       table   completed       total    unit   progress
>    75609a20-67a8-11e5-8003-c909ff7fd15e        Compaction   keyspace1   standard1           0   350132121   bytes      0.00%
> Active compaction remaining time :   0h00m20s
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool compactionstats
> pending tasks: 1
>                                      id   compaction type    keyspace       table   completed       total    unit   progress
>    75609a20-67a8-11e5-8003-c909ff7fd15e        Compaction   keyspace1   standard1           0   350132121   bytes      0.00%
> Active compaction remaining time :   0h00m20s
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool compactionstats
> pending tasks: 1
>                                      id   compaction type    keyspace       table   completed       total    unit   progress
>    75609a20-67a8-11e5-8003-c909ff7fd15e        Compaction   keyspace1   standard1           0   350132121   bytes      0.00%
> Active compaction remaining time :   0h00m20s
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool compactionstats
> pending tasks: 1
>                                      id   compaction type    keyspace       table   completed       total    unit   progress
>    75609a20-67a8-11e5-8003-c909ff7fd15e        Compaction   keyspace1   standard1           0   350132121   bytes      0.00%
> Active compaction remaining time :   0h00m20s
> ➜  cassandra git:(cassandra-3.0) ✗ ./bin/nodetool compactionstats
> pending tasks: 0
> ➜  cassandra git:(cassandra-3.0) ✗ 
> {code}



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