You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jerome Basa <je...@gmail.com> on 2018/03/21 12:18:58 UTC

compaction stuck at 99.99%

hi,

when i run `nodetool compactionstats` there’s this one compaction
that’s stuck at 99.99% and the CPU load on the node is high compared
to other nodes. i tried stopping the compaction but nothing happens.
aside from restarting cassandra; what else can be done with this
issue? thanks


$ nodetool version
ReleaseVersion: 3.0.14


$ nodetool compactionstats -H
pending tasks: 1
                                     id   compaction type
keyspace                    table   completed      total    unit
progress
   6fb294d0-264a-11e8-ad75-b98b064c302b        Compaction
some_keyspace               some_table    90.42 MB   90.43 MB   bytes
   99.99%



regards,
-jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org
For additional commands, e-mail: user-help@cassandra.apache.org


Re: compaction stuck at 99.99%

Posted by Jerome Basa <je...@gmail.com>.
only happens once in a while. i did check the logs for corrupted
SSTable and didn’t find any.

regards,
-jerome


On March 21, 2018 at 5:24:54 AM, shalom sagges
(shalomsagges@gmail.com(mailto:shalomsagges@gmail.com)) wrote:

> If the problem is recurring, then you might have a corrupted SSTable.
> Check the system log. If a certain file is corrupted, you'll find it.
>
> grep -i corrupt /system.log*
>
>
> On Wed, Mar 21, 2018 at 2:18 PM, Jerome Basa wrote:
> > hi,
> >
> > when i run `nodetool compactionstats` there’s this one compaction
> > that’s stuck at 99.99% and the CPU load on the node is high compared
> > to other nodes. i tried stopping the compaction but nothing happens.
> > aside from restarting cassandra; what else can be done with this
> > issue? thanks
> >
> >
> > $ nodetool version
> > ReleaseVersion: 3.0.14
> >
> >
> > $ nodetool compactionstats -H
> > pending tasks: 1
> > id compaction type
> > keyspace table completed total unit
> > progress
> > 6fb294d0-264a-11e8-ad75-b98b064c302b Compaction
> > some_keyspace some_table 90.42 MB 90.43 MB bytes
> > 99.99%
> >
> >
> >
> > regards,
> > -jerome
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org(mailto:user-unsubscribe@cassandra.apache.org)
> > For additional commands, e-mail: user-help@cassandra.apache.org(mailto:user-help@cassandra.apache.org)
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org
For additional commands, e-mail: user-help@cassandra.apache.org


Re: compaction stuck at 99.99%

Posted by shalom sagges <sh...@gmail.com>.
If the problem is recurring, then you might have a corrupted SSTable.
Check the system log. If a certain file is corrupted, you'll find it.

grep -i corrupt <log_path>/system.log*


On Wed, Mar 21, 2018 at 2:18 PM, Jerome Basa <je...@gmail.com> wrote:

> hi,
>
> when i run `nodetool compactionstats` there’s this one compaction
> that’s stuck at 99.99% and the CPU load on the node is high compared
> to other nodes. i tried stopping the compaction but nothing happens.
> aside from restarting cassandra; what else can be done with this
> issue? thanks
>
>
> $ nodetool version
> ReleaseVersion: 3.0.14
>
>
> $ nodetool compactionstats -H
> pending tasks: 1
>                                      id   compaction type
> keyspace                    table   completed      total    unit
> progress
>    6fb294d0-264a-11e8-ad75-b98b064c302b        Compaction
> some_keyspace               some_table    90.42 MB   90.43 MB   bytes
>    99.99%
>
>
>
> regards,
> -jerome
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@cassandra.apache.org
> For additional commands, e-mail: user-help@cassandra.apache.org
>
>