Re: [RELEASE] 0.6.0

2010-04-17 Thread Jonathan Ellis
Ugh, I mean the fix for LBQ, and it was actually in u19 not 20. http://java.sun.com/javase/6/webnotes/6u19.html On Sat, Apr 17, 2010 at 11:38 PM, Jonathan Ellis wrote: > jdk 1.6 b20 has the fix for the CLQ gc problem, btw. > > On Sat, Apr 17, 2010 at 11:31 PM, Chris Goffinet wrote: >> I wonder

Re: [RELEASE] 0.6.0

2010-04-17 Thread Jonathan Ellis
jdk 1.6 b20 has the fix for the CLQ gc problem, btw. On Sat, Apr 17, 2010 at 11:31 PM, Chris Goffinet wrote: > I wonder if that might be related to this: > https://issues.apache.org/jira/browse/CASSANDRA-896 > We switched from a Concurrent structure to LinkedBlockingQueue in 0.6. > -Chris > On Ap

Re: [RELEASE] 0.6.0

2010-04-17 Thread Chris Goffinet
I wonder if that might be related to this: https://issues.apache.org/jira/browse/CASSANDRA-896 We switched from a Concurrent structure to LinkedBlockingQueue in 0.6. -Chris On Apr 17, 2010, at 9:26 PM, Schubert Zhang wrote: > We are testing 0.6.0, compares with 0.5.1, and it seems: > > 1. 0.

Re: [RELEASE] 0.6.0

2010-04-17 Thread Schubert Zhang
We are testing 0.6.0, compares with 0.5.1, and it seems: 1. 0.6.0 need more memory/heap. 2. after inserted billions of columns, tens-million of keys, the inseting operation become very slow and jamed. Exceptions TimeoutException and UnavailableException are throwed sometimes. I add more log, suc

Re: Regarding Cassandra Scalability

2010-04-17 Thread Mason Hale
On Sat, Apr 17, 2010 at 10:50 AM, dir dir wrote: > Hi Mason, > > Honestly, I am beginner user in Cassandra. I rather confused to follow > this database. I ask to the forum about the reason twitter.com to use > Cassandra > because I want to know the basic reason why we choose Cassandra instead of

Re: busy thread on IncomingStreamReader ?

2010-04-17 Thread Ingram Chen
FYI. after upgrading jdk from 1.6.0_16 to 1.6.0_20, the problem solved. On Fri, Apr 16, 2010 at 00:33, Ingram Chen wrote: > Hi all, > > We setup two nodes and simply set replication factor=2 for test run. > > After both nodes, say, node A and node B, serve several hours, we found > that "nod

Re: Get super-columns using SimpleCassie

2010-04-17 Thread Jonathan Ellis
you mean all the columns in a row, or all the rows in a columnfamily? the first you can do with get_slice, the 2nd you can do with get_range_slices. On Thu, Apr 15, 2010 at 7:12 AM, Yésica Rey wrote: > I'm using SimpleCassie like cassandra client. > I have a question: can I get all super-columns

Re: Regarding Cassandra Scalability

2010-04-17 Thread dir dir
Hi Mason, Honestly, I am beginner user in Cassandra. I rather confused to follow this database. I ask to the forum about the reason twitter.com to use Cassandra because I want to know the basic reason why we choose Cassandra instead of RDBMS or OODBMS. Twitter.com is only a study case. Simple, fo

Re: Just starting to play with Cassandra: (Surely) Dumb Question

2010-04-17 Thread Sylvain Lebresne
On Sat, Apr 17, 2010 at 5:38 PM, Lucas Di Pentima wrote: > Hello Sylvain, > > El 17/04/2010, a las 12:09, Sylvain Lebresne escribió: > >> On Sat, Apr 17, 2010 at 4:52 PM, Lucas Di Pentima >> wrote: >>> Hello Jonathan, >>> >>> I supposed the same, that's why I tried the count_columns() call, but w

Re: Just starting to play with Cassandra: (Surely) Dumb Question

2010-04-17 Thread Lucas Di Pentima
Hello Sylvain, El 17/04/2010, a las 12:09, Sylvain Lebresne escribió: > On Sat, Apr 17, 2010 at 4:52 PM, Lucas Di Pentima > wrote: >> Hello Jonathan, >> >> I supposed the same, that's why I tried the count_columns() call, but when I >> try it with some big SCF, I get the same error message: >>

Re: Just starting to play with Cassandra: (Surely) Dumb Question

2010-04-17 Thread Sylvain Lebresne
On Sat, Apr 17, 2010 at 4:52 PM, Lucas Di Pentima wrote: > Hello Jonathan, > > I supposed the same, that's why I tried the count_columns() call, but when I > try it with some big SCF, I get the same error message: > > Thrift::TransportException: Socket: Timed out reading 4096 bytes from > 127.0.

Re: Just starting to play with Cassandra: (Surely) Dumb Question

2010-04-17 Thread Lucas Di Pentima
Hello Jonathan, I supposed the same, that's why I tried the count_columns() call, but when I try it with some big SCF, I get the same error message: Thrift::TransportException: Socket: Timed out reading 4096 bytes from 127.0.0.1:9160 Should I use count_columns() or is there any other way to kn

Re: Regarding Cassandra Scalability

2010-04-17 Thread Mason Hale
On Saturday, April 17, 2010, dir dir > I want to ask to the advance user or experience software developer in this > forum, > why tweeter.com choose Cassandra? would you tell me the reason behind > the decision of tweeter.com (from the feature and technical aspect)??  Why > tweeter.com did not > u

Re: Upgrade and Consistency Question

2010-04-17 Thread Jonathan Ellis
Sounds like http://wiki.apache.org/cassandra/FAQ#change_replication On Sat, Apr 17, 2010 at 8:17 AM, Gary wrote: > I had a single-node instance (0.5) that has some data (1 SCF has 1 key and > about 500k columns). I upgraded the node to 0.6 release yesterday and added > another 0.6 node to try out

Upgrade and Consistency Question

2010-04-17 Thread Gary
I had a single-node instance (0.5) that has some data (1 SCF has 1 key and about 500k columns). I upgraded the node to 0.6 release yesterday and added another 0.6 node to try out clustering. The two nodes seem to work fine (discovered each other), but reading the data on either node only returns a

Re: Regarding Cassandra Scalability

2010-04-17 Thread dir dir
>I think you might be forgetting just how tiny tweets are. The last numbers I heard tweeter gets 55,000,000 messages a day. They've been around for >roughly 4 years. I read a news in the internet, in the beginning tweeter using RDBMS MySQL until tweeter reach amount of tweet 1 million per day. Sin

How to model 2D data in Cassandra?

2010-04-17 Thread Mason Hale
On Saturday, April 17, 2010, philip andrew wrote: > Hi, > Lets say I wanted to store 2 dimensional data in the database, each object > has a X and Y location in a very large space. > I want to query Cassandra for all objects within a rectangle. > You should look into Geohash (http://en.m.wikiped

How to model 2D data in Cassandra?

2010-04-17 Thread philip andrew
Hi, Lets say I wanted to store 2 dimensional data in the database, each object has a X and Y location in a very large space. I want to query Cassandra for all objects within a rectangle. My understanding is that my objects can only be indexed by one key, one key for each single object in my tabl

Re: Cassandra Java Client

2010-04-17 Thread dir dir
What is a SpyMemCahced?? What is the correlation between SpyMemCahced and Cassandra?? Thank You. Dir. On Sat, Apr 17, 2010 at 3:10 AM, Weijun Li wrote: > I'm using spymemcached and it works great! Easy to use, support sharding > and compression and can handle high volume traffic. > > http://cod