Re: Status of LT LTE without EQ op for 0.7 release

2010-10-13 Thread Todd Nine
Hi Tyler, That was the original scheme I was describing in the original email. Unfortunately, I can have more that one value per column, so I actually have to use super columns. This way I can write more that one row key for any given indexed value. I'm concerned that this may not scale well (a

Re: 0.7 beta2 - Fatal exception from RowMutationVerbHandler

2010-10-13 Thread Michael Moores
I created CASSANDRA-1617 On Oct 12, 2010, at 1:51 PM, Michael Moores wrote: > I have a cluster of 8 nodes with a replication factor of 3 and consistency of > QUORUM. > When I stop one node in the cluster I end up with socket read timeouts to > other nodes: > org.apache.thrift.transport.TTranspo

Build failed in Hudson: Cassandra #564

2010-10-13 Thread Apache Hudson Server
See Changes: [jbellis] expose in-progress compaction type in jmx patch by jbellis; reviewed by gdusbabek for CASSANDRA-1586 [jbellis] rename finishRemoval to forceRemoveCompletion. patch by jbellis [jbellis] cleanup parameters to han

Re: Help with creating a thrift call

2010-10-13 Thread Gary Dusbabek
On Wed, Oct 13, 2010 at 08:21, wrote: > I want to create a thrift call and would like to know how to go about it. > > I think what I should do is this: > > - add my call to cassandra.thrift (eg. string test(1:required string arg), > within 'service Cassandra') > > - run thrift -gen java cassandra

Help with creating a thrift call

2010-10-13 Thread altanis
I want to create a thrift call and would like to know how to go about it. I think what I should do is this: - add my call to cassandra.thrift (eg. string test(1:required string arg), within 'service Cassandra') - run thrift -gen java cassandra.thrift - write a corresponding function in service/

Re: Help on dynamic creation of CF

2010-10-13 Thread aaron morton
Moving to the User List Aaron On 13 Oct 2010, at 18:44, gagandip Singh wrote: > I am also new to the Cassandra world but I think that is not possible on 0.6 > version. This is feature is provided in 0.7 version which is in beta right > now. You can download it from Cassandra site. > > Thanks, >