Re: compaction stuck at 99.99%

2018-03-21 Thread Jerome Basa
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
(shalomsag...@gmail.com(mailto:shalomsag...@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-unsubscr...@cassandra.apache.org(mailto:user-unsubscr...@cassandra.apache.org)
> > For additional commands, e-mail: 
> > user-h...@cassandra.apache.org(mailto:user-h...@cassandra.apache.org)
> >
>

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



Re: compaction stuck at 99.99%

2018-03-21 Thread shalom sagges
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
> keyspacetable   completed  totalunit
> progress
>6fb294d0-264a-11e8-ad75-b98b064c302bCompaction
> some_keyspace   some_table90.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
>
>