We run into several data disappear issues lately. Our data is log data. It has composite key, (id, requestdate).
Our program constantly insert new records into C*. No delete operations. Data was successfully written and was able to select the data out. But after a while, data for some ids are gone.
One reason we could think of is, we use kundera cassandra driver, which has default write consistency_level set to ONE. There is no error in the system log.
Do you think this problem is caused by write consistency_level? Thanks.
Edit: We have not run node repair for a while. Could this cause the data disappear issue?