Re: Cassandra won't start after node crash

2010-06-09 Thread Lucas Di Pentima
were on different hosts :-) As an exercise I'll try Jonathan's advice. Thanks guys! -- Lucas Di Pentima - Santa Fe, Argentina Jabber: lu...@di-pentima.com.ar MSN: ldipent...@hotmail.com

ThriftTransportException using Ruby Gem 0.8.2 against Cassandra 0.6.1

2010-04-27 Thread Lucas Di Pentima
to Cassandra Can you give me some help to solve this? Should I catch the exception and retry, or maybe there's some error that causing this behaviour? Thanks in advance -- Lucas Di Pentima - Santa Fe, Argentina Jabber: lu...@di-pentima.com.ar MSN: ldipent...@hotmail.com

Re: ThriftTransportException using Ruby Gem 0.8.2 against Cassandra 0.6.1

2010-04-27 Thread Lucas Di Pentima
to update your storage-conf to bind to an ip other than loopback. -ryan On Tue, Apr 27, 2010 at 1:11 PM, Lucas Di Pentima lu...@di-pentima.com.ar wrote: Hello, I'm importing some data on Cassandra, running only on my laptop, with all config values by default. After some time running

Re: ThriftTransportException using Ruby Gem 0.8.2 against Cassandra 0.6.1

2010-04-27 Thread Lucas Di Pentima
El 27/04/2010, a las 17:34, Ryan King escribió: On Tue, Apr 27, 2010 at 1:31 PM, Lucas Di Pentima lu...@di-pentima.com.ar wrote: Thanks Ryan for the fast response! Can you explain to me why binding against 127.0.0.1 causes the problem? Maybe it's useful to point this out

Re: ThriftTransportException using Ruby Gem 0.8.2 against Cassandra 0.6.1

2010-04-27 Thread Lucas Di Pentima
El 27/04/2010, a las 19:00, Ryan King escribió: On Tue, Apr 27, 2010 at 2:29 PM, Lucas Di Pentima lu...@di-pentima.com.ar wrote: El 27/04/2010, a las 18:11, Ryan King escribió: On Tue, Apr 27, 2010 at 1:38 PM, Lucas Di Pentima lu...@di-pentima.com.ar wrote: Nope, I'm doing some tests

Re: when i use the OrderPreservingPartition, the load is very imbalance

2010-04-26 Thread Lucas Di Pentima
(provided you don't have a very small number of very large customers). How do you ask cassandra to do a range scan with a prefix? As far as I can tell, you can't do something like: db.get_range('SomeCF', :start = '-0012345-*') ...do you? Regards -- Lucas Di Pentima - Santa Fe, Argentina Jabber

Re: Cassandra Ruby Library's batch method example?

2010-04-23 Thread Lucas Di Pentima
, 2010 at 7:23 PM, Lucas Di Pentima lu...@di-pentima.com.ar wrote: El 22/04/2010, a las 19:57, Ryan King escribió: The batch method in the cassandra gem is still a little crippled (it doesn't actually batch together everything it can), but you can use it like this: http://github.com/fauna

Question about TimeUUIDType

2010-04-23 Thread Lucas Di Pentima
and checked that TimeUUIDs are different. So, my second question is: How different TimeUUIDs generated from the same UNIX timestamp are going to be ordered in the ColumnFamily? Thanks in advance!! -- Lucas Di Pentima - Santa Fe, Argentina Jabber: lu...@di-pentima.com.ar MSN: ldipent...@hotmail.com

RandomPartitioner doubts

2010-04-21 Thread Lucas Di Pentima
call I do, but I don't know if this is a design feature or some collateral characteristic that is likely to change in the future, or even the behaviour is different with N-node clusters. Thanks in advance! -- Lucas Di Pentima - Santa Fe, Argentina Jabber: lu...@di-pentima.com.ar MSN: ldipent

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

2010-04-17 Thread Lucas Di Pentima
to know how much columns exists? Best regards El 17/04/2010, a las 01:14, Jonathan Ellis escribió: You're supposed to request a few hundred or thousand columns per call, then if you need more request the next set using the start parameter. On Fri, Apr 16, 2010 at 7:13 PM, Lucas Di Pentima lu

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 lu...@di-pentima.com.ar 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

Re: Off line client nodes?

2010-04-12 Thread Lucas Di Pentima
the clustering was designed, but will it work? [...] Many thanks, Col I think you should try CouchDB for this use case scenario. Best regards -- Lucas Di Pentima - Santa Fe, Argentina Jabber: lu...@di-pentima.com.ar MSN: ldipent...@hotmail.com