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
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,
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
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
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
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.