While trying to work on Casandra we Recently faced a strange issue. Our current implementation is Cassandra + Spring MVC + Kundera.
Issue:: We are trying to save the object via persist method of EntityManager. But the behaviour is very inconsistent, at times its not saving the details on DB. On checking the application logs there is no error or exception, rather it saves successfully.
Another issue which we are facing is, While trying to debug some test set, we deleted a row from Casandra. And made the application to reinsert it. But after deleting and saving the row multiple times, Now it is not able to show the new records..
The Casandra server I have is a single node server running on my machine.
Please suggest.