Had seen similar question on another thread and felt that may for for in-flight data. So posting afresh.
How does Cassandra ensure integrity of Stored data, say Commit Log, SSTables? How can tampering of the same be identified?
Under compression we have crc_check_chance.. it defaults to 1, does that ensure integrity of data is checked whenever data is read?
What is stored in Digest.crc32?
Appreciate if you can point me to some documentation on this.