[RESULT] [VOTE] Release Mojo's Cassandra Maven Plugin 1.0.0-1

2012-05-05 Thread Stephen Connolly
This vote has passed with the following results +1: Stephen Connolly (dev@mojo), Colin Tayloy (dev@cassandra), Rick Shaw (dev@cassandra) 0: -1: I will proceed to push the plugin artifacts into central On 2 May 2012 12:15, Stephen Connolly wrote: > Hi, > > I'd like to release version 1.1.0-1 of

Timeout Exception in get_slice

2012-05-05 Thread Luís Ferreira
Hi, I'm doing get_slice on huge rows (3 million columns) and even though I am doing it iteratively I keep getting TimeoutExceptions. I've tried to change the number of columns fetched but it did not work. I have a 5 machine cluster, each with 4GB of which 3 are dedicated to cassandra's heap,

Re: Updating CF to reversed type

2012-05-05 Thread Mohit Anchlia
I thought so. Is there a way I can unload and load data after dropping CF and re-creating it with reversed type? On Sat, May 5, 2012 at 7:11 AM, Edward Capriolo wrote: > You can not update comparators because they effect the on disk ordering. > > On Sat, May 5, 2012 at 2:11 AM, Mohit Anchlia > w

Re: Updating CF to reversed type

2012-05-05 Thread Edward Capriolo
You can not update comparators because they effect the on disk ordering. On Sat, May 5, 2012 at 2:11 AM, Mohit Anchlia wrote: > Is it possible to update CF definition to use "reversed" type? If it's > possible then what happens to the old values, do they still remain ordered > in ascending order?