o remove records from my
> application but these records were created before from CLI.
> is there a explication for this?
>
>
> De : Peter Schuller
> À : user@cassandra.apache.org
> Envoyé le : Vendredi 27 Mai 2011 19h05
> Objet : Re: pb deleti
: 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
> 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 th
one (that has
not had the delete propagated to it).
Try removing with a ConsistencyLevel.QUORUM or ConsistencyLevel.ALL (same thing
in your case).
- Original Message -
From: "karim abbouh"
To: user@cassandra.apache.org
Sent: Friday, May 27, 2011 5:09:08 PM
Subject: pb de
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!
any idea
BR