CQL query issue when fetching data from Cassandra

2012-02-15 Thread Roshan
Hi I am using Cassandra 1.0.6 version and having one column family in my keyspace. create column family TestCF with comparator = UTF8Type and column_metadata = [ {column_name : userid, validation_class : BytesType, index_name : userid_idx, index_type : KEYS

Re: Anybody using Cassandra/DataStax Distribution with Java Service Wrapper?

2012-02-15 Thread Paul Brown
IMHO, Tanuki and the like are fabulous in a Windows environment (e.g., to install something as a "Service"), but on a *nix, you're better off to just come up with your own variant of the standard shell script and hook it into the OS lifecycle in the usual way. On Feb 15, 2012, at 4:05 PM, Drew

Anybody using Cassandra/DataStax Distribution with Java Service Wrapper?

2012-02-15 Thread Drew Kutcharian
Hi Everyone, I noticed that the DataStax's distribution of Cassandra uses Jsvc. There's also Tanuki Java Service Wrapper (http://wrapper.tanukisoftware.com/doc/english/download.jsp) that does a lot more than simply launching a Java process, for example it monitors the JVM and even restarts fai

Re: stalled bootstrap

2012-02-15 Thread Franc Carter
On Wed, Feb 15, 2012 at 10:21 AM, aaron morton wrote: > The assertion looks like a bug. > > Can you run it with DEBUG logging ? > Sorry - I had to blow the instances away. I'm on a tight timeline for the Proof of Concept I am doing and rebuilding a 4-node cluster from scratch was going to be way

Re: Got fatal exception after upgrade to 1.0.7 from 1.0.6

2012-02-15 Thread Sylvain Lebresne
Yep, looks like to be the same problem. Should be fixed with 1.0.8 then. Thanks for the report though. -- Sylvain On Tue, Feb 14, 2012 at 11:36 PM, Roshan wrote: > Issue seems related to https://issues.apache.org/jira/browse/CASSANDRA-3677 > or exactly same. > > I am happy to create another if t