Slide 14
Slide 14 text
Cassandra read operation
3. Replica nodes respond.
Coordinator now checks whether
the data are consistent. If
consistency level is reached and
data are the same, return to client.
If there’s a conflict, cassandra
compares timestamp, determines
the winner, and return the
reconciled data. Read repair follows
(make the permanent change on
replica nodes).