> The problem occurs when this thread is invoked for the second time. > In that step , it returns some of data that i already deleted in the third > step of the previous cycle.
In order to get a guarantee about a subsequent read seeing a write, you must read and write at QUORUM (or LOCAL_QUORUM if it's only within a DC). -- / Peter Schuller (@scode, http://worldmodscode.wordpress.com)