i see that the problem happens when i try to remove records from my application but these records were created before from CLI. is there a explication for this?
________________________________ De : Peter Schuller <peter.schul...@infidyne.com> À : user@cassandra.apache.org Envoyé le : Vendredi 27 Mai 2011 19h05 Objet : Re: pb deletion > 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