Re: Written data is lost and no exception thrown back to the client

2015-08-25 Thread Jean Tremblay
I have the same problem. When I bulk load my data, I have a problem with Cassandra Datastax driver. com.datastax.cassandra cassandra-driver-core 2.1.4 With version 2.1.6 and also with version 2.1.7.1 I have lost records with no error message what so ever. With version 2.1.4 I have no missing

Re: Written data is lost and no exception thrown back to the client

2015-08-21 Thread Sebastian Estevez
Please let us know the Jira number. All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image: facebook.png]

Re: Written data is lost and no exception thrown back to the client

2015-08-21 Thread Robert Wille
But it shouldn’t matter. I have missing data, and no errors, which shouldn’t be possible except with CL=ANY. FWIW, I’m working on some sample code so I can post a Jira. Robert On Aug 21, 2015, at 5:04 AM, Robert Wille mailto:rwi...@fold3.com>> wrote: RF=1 with QUORUM consistency. I know QUORU

Re: Written data is lost and no exception thrown back to the client

2015-08-21 Thread Robert Wille
RF=1 with QUORUM consistency. I know QUORUM is weird with RF=1, but it should be the same as ONE. If’s QUORUM instead of ONE because production has RF=3, and I was running this against my test cluster with RF=1. On Aug 20, 2015, at 7:28 PM, Jason mailto:jkushm...@rocketfuelinc.com>> wrote: Wha

RE: Written data is lost and no exception thrown back to the client

2015-08-20 Thread Jason
What consistency level were the writes? -Original Message- From: "Robert Wille" Sent: ‎8/‎20/‎2015 18:25 To: "user@cassandra.apache.org" Subject: Written data is lost and no exception thrown back to the client I wrote a data migration application which I was testing, and I pushed it to