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 <jeromeb...@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-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: user-h...@cassandra.apache.org
>
>

Reply via email to