Cassandra gives no data even if data exists
问题 I have a keyspace with replication factor of 3. I am inserting data into Cassandra (4 node cluster with single data center) with write consistency level one. After completion of insertions I am reading data with consistency level quorum (2). But I am not getting data sometimes even if data exists, after some time I am getting data with same query. I don't know why Cassandra behaves like this. My column family schema CREATE TABLE input_data_profile.input_log_profile_1 ( cid text, ctdon bigint,