> We are using dsc 3.0.3 on total of *6 Nodes*,* 2 DC's, 3 Node Each, RF-3*
> so every node has complete data. Now we are facing a situation on a table
> with 1 partition key, 2 clustering columns and 4 normal columns.
> 
> Out of the 6 5 nodes has a single value and Partition key, 2 clustering key
> for a row but 3 other normal values are null.
> 
> When doing consistency level all query we get complete view of the row and
> in the tracing output it says that inconsistency found in digest and read
> repair is sent out to the nodes.
> <*Exact error in tracing : Digest mismatch*:
> org.apache.cassandra.service.DigestMismatchException: Mismatch for key
> DecoratedKey(-9222324572206777856, 53444c393233363439393233)
> (c421efa89ea3435c153617a34c08f396 vs 51a7e02f9e5e93520f56541ed6730558>
> 
> But on doing another read with reduced consistency the output received is
> not repaired.


FTR:

if range tombstones are involved here: ie manual deletes over a range of 
clustering keys within a partition key; then it could be 
https://issues.apache.org/jira/browse/CASSANDRA-13340

regards,
Mick

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

Reply via email to