RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
2015 15.25 To: user@cassandra.apache.org Subject: Re: Insert (and delete) data loss? Can you try two more tests: 1) Write the way you are, perform a repair on all nodes, then read the way you are. 2) Write with CL quorum, read with CL quorum. On Tue, Jun 30, 2015 at 8:34 AM, Mauri Moreno

RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
2015 15.25 To: user@cassandra.apache.org Subject: Re: Insert (and delete) data loss? Can you try two more tests: 1) Write the way you are, perform a repair on all nodes, then read the way you are. 2) Write with CL quorum, read with CL quorum. On Tue, Jun 30, 2015 at 8:34 AM, Mauri Moreno

RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
/calonso> On 30 June 2015 at 13:34, Mauri Moreno Cesare mailto:morenocesare.ma...@italtel.com>> wrote: Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql> CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy',

Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql> CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 2 }; and a table: cql> CREATE TABLE chiamate_stabili (chiave TEXT PRIMARY KEY, valore BLOB); I inserted