> i use cassandra database replicated in two servers,when want to delete a > record using this line : > client.remove(keyspace, sKey, new ColumnPath(columnFamily), timestamp, > ConsistencyLevel.ONE); > > but when i check,i see that the record still exist!
Are you using a "real" timestamp such that the deletion is stamped higher than the insertion? -- / Peter Schuller