Discussion:
Scrubbing corrupted SStable.
Pranay akula
2017-03-21 04:01:52 UTC
Permalink
I am trying to scrub a Column family using nodetool scrub, is it going to
create snapshots for sstables which are corrupted or for all the sstables
it is going to scrub ?? and to remove snapshots created does running
nodetool clearsnapshot is enough or do i need to manually delete pre-scrub
data from snapshots of that Column family ??

I can see significant increase in Data after starting scrub.




Thanks
Pranay.
Nate McCall
2017-03-22 00:20:24 UTC
Permalink
The snapshots are hard links on the file system, so everything is included.
You can use the "--no-snapshot" option to disable snapshots.
Post by Pranay akula
I am trying to scrub a Column family using nodetool scrub, is it going
to create snapshots for sstables which are corrupted or for all the
sstables it is going to scrub ?? and to remove snapshots created does
running nodetool clearsnapshot is enough or do i need to manually delete
pre-scrub data from snapshots of that Column family ??
Post by Pranay akula
I can see significant increase in Data after starting scrub.
Thanks
Pranay.
--
-----------------
Nate McCall
Wellington, NZ
@zznate

CTO
Apache Cassandra Consulting
http://www.thelastpickle.com

Loading...