Thanks for response!

It's just seemed to me that sstables are processed so independently, that
there should be a workaround with sstablescrub.
StandaloneScrubber.java#L120
<https://github.com/apache/cassandra/blob/81f6c784ce967fadb6ed7f58de1328e713eaf53c/src/java/org/apache/cassandra/tools/StandaloneScrubber.java#L120>

2016-10-12 17:44 GMT+03:00 Eric Evans <john.eric.ev...@gmail.com>:

> On Wed, Oct 12, 2016 at 2:38 AM, Oleg Krayushkin <allight...@gmail.com>
> wrote:
> > Is there any way to run sstablescrub on one CF in parallel?
>
> I don't think so, but you can use `nodetool scrub' which has concurrency.
>
> If you need to do this "offline" you can use `nodetool
> disable{thrift,binary}` to prevent client connections and `nodetool
> disablegossip` to leave the ring.
>
> Cheers,
>
> --
> Eric Evans
> john.eric.ev...@gmail.com
>



-- 

Oleg Krayushkin

Reply via email to