I'm running a query across all three nodes. One of the queries results in displaying ten rows, while the same query is showing two rows on the other two.
The replication factor is set to 3:
keyspace_name | durable_writes | replication
--------------------+----------------+-------------------------------------------------------------------------------------
table name | True | {'class': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '3'}
Nodetool Netstats:
nodetool netstats
Mode: NORMAL
Not sending any streams.
Read Repair Statistics:
Attempted: 16519
Mismatch (Blocking): 0
Mismatch (Background): 0
Pool Name Active Pending Completed Dropped
Large messages n/a 1 13 4
Small messages n/a 0 320422 4
Gossip messages n/a 0 12972040 470
Nodetool repair has been ran across all of the nodes.