Hi all, I have a problem with counters I'd like to solve before going in production. When a user write a comment in my platform I increase a counter (there is a counter for each user) and I write a new column in the user specific row. Everything worked fine but yesterday I noticed that the column count of the Row was different from the counters value ...
In my test environment the user had 7 comments, so 7 columns and 7 as value of his countercolumn. I wrote 3 comments in few minutes, the counter value was still 7, the columns number was 10! Counters and columns are written in the same operation. I've checked for my application log but all was normal. I wrote one more comment today to check and now counter is 8 and column number is 11 ..... I'm trying to get permissions to read the cassandra log (no comment) but in the meanwhile I'd like to know if anyone faced problems like this one ... I've read that sometimes people had counters bigger than expected due to client retry of succesful operation marked as failed ... I will post log results ... thanks for any help Regards, Carlo