Re: [VOTE RESULT] Release Apache Cassandra 2.2.0

2015-07-20 Thread Jason Wee
Yes! :-) On Mon, Jul 20, 2015 at 6:15 PM, Jake Luciani wrote: > With 5 binding +1, 4 non-binding +1 and no -1 the vote passes. I'll publish > the artifacts > > -- Forwarded message -- > From: Jason Brown > Date: Fri, Jul 17, 2015 at 7:43 PM > Subject: Re: [VOTE] Release Apache C

Re: Parsing SSTables containing CQL values

2015-05-28 Thread Jason Wee
it does not support the CQL types ... do you mean cql type in here? http://docs.datastax.com/en/cql/3.1/cql/cql_reference/cql_data_types_c.html if so, i ran cassandra 2.2.0 beta1 with this. cqlsh:jw_schema1> desc table all_data_types; CREATE TABLE jw_schema1.all_data_types ( type_ascii a

Re: Behavior of nodetool stop compaction

2015-05-25 Thread Jason Wee
Hello, could you paste the exception and also show what is the cassandra version running? jason On Sun, May 24, 2015 at 2:12 AM, Anuj Wadehra wrote: > Firing nodetool stop command prints CompactionInterruptedException > stacktrace. > > 1. Exception stacktrace gives an impression of killing a co

Re: Broken pipe : Cassandra 1.2.9

2013-12-24 Thread Jason Wee
Hmm.. Broken pipe sounds like the existing connection is disconnected. Try reestablish connection again to the cluster node? /Jason On Tue, Dec 24, 2013 at 5:54 PM, Vivek Mishra wrote: > Hi, > I have a 6 node, 2DC cluster setup. I have configured consistency level to > QUORUM. But very often i

Re: what is fat client and FatClientTimeout?

2013-01-04 Thread Jason Wee
> I don't know what a Fat Client is. Got from google.. http://svn.apache.org/repos/asf/cassandra/trunk/examples/client_only/README.txt http://www.datastax.com/dev/blog/improved-hadoop-output > And why are they removed automatically from gossip after FatClientTimeout which is half QUARANTINE_TIME?