Re: Cassandra unit testing becoming nearly impossible: suggesting alternative.

2013-12-27 Thread Edward Capriolo
I think i will invest the time launching cassandra in a forked forground process, maybe building the yaml dynamically. On Friday, December 27, 2013, Nate McCall wrote: > I've also moved on to container-based (using Vagrant+docker) setup for doing automated integration stuff. This is more difficul

Re: Can't write to row key, even at ALL. Tombstones?

2013-12-27 Thread Edward Capriolo
The sstable to json tools can be used to remove keys from underlying files. It requires restarts. On Friday, December 27, 2013, Josh Dzielak wrote: > We have a few row keys that aren’t taking any writes, even using both the ALL consistency level to read and write. We can’t insert anything into an

Can't write to row key, even at ALL. Tombstones?

2013-12-27 Thread Josh Dzielak
We have a few row keys that aren’t taking any writes, even using both the ALL consistency level to read and write. We can’t insert anything into any column, previously existing or new, using the simplest possible heuristic in cqlsh or cassandra-cli. Our suspicion is that we somehow have a row

CentOS - Could not setup cluster(snappy error)

2013-12-27 Thread Víctor Hugo Oliveira Molinar
Hi, I'm not being able to start a multiple node cluster in a CentOs environment due to snappy loading error. Here is my current setup for both machines(Node 1 and 2), CentOs: CentOS release 6.5 (Final) Java java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15) J

Re: Cassandra unit testing becoming nearly impossible: suggesting alternative.

2013-12-27 Thread Nate McCall
I've also moved on to container-based (using Vagrant+docker) setup for doing automated integration stuff. This is more difficult to configure for build systems like Jenkins, but it can be done and once completed the benefits are substantial - as Joe notes, the most immediate is the removal of varia

Re: Crash with TombstoneOverwhelmingException

2013-12-27 Thread Kais Ahmed
You can read the comments about this new feature here : https://issues.apache.org/jira/browse/CASSANDRA-6117 2013/12/27 Kais Ahmed > This threshold is to prevent bad performance, you can increase the value > > > 2013/12/27 Sanjeeth Kumar > >> Thanks for the replies. >> I dont think this is ju

Re: Crash with TombstoneOverwhelmingException

2013-12-27 Thread Kais Ahmed
This threshold is to prevent bad performance, you can increase the value 2013/12/27 Sanjeeth Kumar > Thanks for the replies. > I dont think this is just a warning , incorrectly logged as an error. > Everytime there is a crash, this is the exact traceback I see in the logs. > I just browsed thro

Re: Crash with TombstoneOverwhelmingException

2013-12-27 Thread Sanjeeth Kumar
Thanks for the replies. I dont think this is just a warning , incorrectly logged as an error. Everytime there is a crash, this is the exact traceback I see in the logs. I just browsed through the code and the code throws a TombstoneOverwhelmingException exception in these situations and I did not s