Re: Safely delete tmplink files - 2.1.2

2015-02-12 Thread Demian Berjman
Thanks Rob! Im going to test with 2.0.12. Cheers, On Wed, Feb 11, 2015 at 6:33 PM, Robert Coli wrote: > On Wed, Feb 11, 2015 at 7:52 AM, Demian Berjman > wrote: > >> Hi, we are expecting the 2.1.3 release to fix the delete of tmplink >> files. In the meantime, is i

Safely delete tmplink files - 2.1.2

2015-02-11 Thread Demian Berjman
Hi, we are expecting the 2.1.3 release to fix the delete of tmplink files. In the meantime, is it safe to delete this files without shutting down Cassandra? Thanks,

Re: WriteTimeoutException on Lightweight transactions

2013-12-24 Thread Demian Berjman
onsultant > Apache Cassandra Consulting > http://www.thelastpickle.com > > On 20/12/2013, at 10:05 am, Demian Berjman wrote: > > Hi. I am using Cassandra 2.0.3 with Datastax Java client. > > I execute an insert query: > > Insert insert = > QueryBuilder.insertInto(&qu

Re: WriteTimeoutException instead of UnavailableException

2013-12-24 Thread Demian Berjman
t; nodes it’s leaving gossip. > > Cheers > > - > Aaron Morton > New Zealand > @aaronmorton > > Co-Founder & Principal Consultant > Apache Cassandra Consulting > http://www.thelastpickle.com > > On 18/12/2013, at 8:56 am, Demian Berjman wrote: > > Ques

WriteTimeoutException on Lightweight transactions

2013-12-19 Thread Demian Berjman
Hi. I am using Cassandra 2.0.3 with Datastax Java client. I execute an insert query: Insert insert = QueryBuilder.insertInto("demo_cl","demo_table").value("id", id).value("col1", "transactions").ifNotExists(); session.execute(insert.setConsistencyLevel(ConsistencyLevel.QUORUM); Then, i force a

WriteTimeoutException instead of UnavailableException

2013-12-17 Thread Demian Berjman
Question. I have a 5 node cluster (local with ccm). A keyspace with rf: 3. Three nodes are down. I run "nodetool ring" in the two living nodes and both see the other three nodes down. Then i do an insert with cs quorum and get an UnavailableException. It's ok. I am using Datastax java driver v 2.