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
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
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.
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
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
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
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
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
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
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:
>>
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.
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
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
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
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
>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
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
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
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
19 matches
Mail list logo