Re: Problems with adding datacenter and schema version disagreement

2014-05-01 Thread Umut KocasaraƧ
We have upgraded our cassandra version to 2.0.7 and problem has been solved. Thanks Russ, On Wed, Apr 16, 2014 at 6:46 PM, Russell Hatch rha...@datastax.com wrote: I think you might be seeing the issue reported in https://issues.apache.org/jira/browse/CASSANDRA-6971 If that's the case, it

Re: Error evicting cold readers when launching an EmbeddedCassandraService for a second time

2014-05-01 Thread DuyHai Doan
Hello Clint Just one question, are you sure that nothing from your code remove the SSTables between tests ? I'm using extensively the same infrastructure than the EmbeddedCassandraService with Achilles and I have no such issue so far Regards On Wed, Apr 30, 2014 at 8:43 PM, Clint Kelly

Fwd: {kundera-discuss} Kundera-2.11.1-Patch Released

2014-05-01 Thread Vivek Mishra
-- Forwarded message -- From: Chhavi Gangwal chhavigang...@gmail.com Date: Thu, May 1, 2014 at 1:32 PM Subject: {kundera-discuss} Kundera-2.11.1-Patch Released To: kundera-disc...@googlegroups.com Hi All, We are happy to announce the Kundera-2.11.1 patch release. Kundera is a

Re: Error evicting cold readers when launching an EmbeddedCassandraService for a second time

2014-05-01 Thread Clint Kelly
Hi, I am deleting all of the directories for SSTables, etc. between tests. My goal is for each test to start off with a completely blank-slate Cassandra install. I can more-or-less get what I want by just keeping the same EmbeddedCassandraSession active through *all* of my unit tests and then

Re: Error evicting cold readers when launching an EmbeddedCassandraService for a second time

2014-05-01 Thread DuyHai Doan
Hello Clint Why do you need to remove all SSTables or dropping keyspace between tests ? Truncating tables is not enough to have clean and repeatable tests ? Regards Duy Hai DOAN On Thu, May 1, 2014 at 5:54 PM, Clint Kelly clint.ke...@gmail.com wrote: Hi, I am deleting all of the