> Cassandra doesn't "replicate sstable corruptions". It detects corrupt
> data and only replicates good data.

This is incorrect. Depending on the nature of the corruption it may
spread to other nodes. Checksumming (done right) would be a great
addition to alleiate this. Yes, there is code that tries to skip rows
that are obviously bad, but "true" integrity checking is not supported
at this time.

-- 
/ Peter Schuller

Reply via email to