Jenkins build is back to normal : Cassandra-quick #59

2011-10-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/Cassandra-quick/59/changes

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-11 Thread Sylvain Lebresne
The artifacts for this vote happen to have https://issues.apache.org/jira/browse/CASSANDRA-3343. This is a purely cosmetic issue, and clearly I don't want to reroll the vote for this, which would delay the release. But I also think that fixing this issue has zero chance of screwing anything up,

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-11 Thread Brandon Williams
On Tue, Oct 11, 2011 at 8:29 AM, Sylvain Lebresne sylv...@datastax.com wrote: So I have created new artifacts, based on the previous ones but with the infamous 'echo $CLASSPATH' removed from cassandra.in.sh. And what I'm proposing is to simply switch to those last artifacts for the release

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-11 Thread Jonathan Ellis
+1 On Tue, Oct 11, 2011 at 8:32 AM, Brandon Williams dri...@gmail.com wrote: On Tue, Oct 11, 2011 at 8:29 AM, Sylvain Lebresne sylv...@datastax.com wrote: So I have created new artifacts, based on the previous ones but with the infamous 'echo $CLASSPATH' removed from cassandra.in.sh. And

Re: REST API?

2011-10-11 Thread Nick Telford
There are no plans to move to Maven for 2 reasons: 1) a majority of committers favour Ant; 2) if it aint broke, don't fix it. On 11 October 2011 03:33, Brian O'Neill b...@alumni.brown.edu wrote: Will do. I've picked up where Gary left off. It is good starting point, with a good mapping

Re: REST API?

2011-10-11 Thread Matt Kennedy
I have one based on restlet: https://github.com/stinkymatt/Helena On Mon, Oct 10, 2011 at 9:12 PM, Brian O'Neill b...@alumni.brown.edu wrote: My team desperately needs a REST API for Cassandra. I saw the following: http://code.google.com/p/restish/ from

RE: REST API?

2011-10-11 Thread declan
Please take me OFF this email...thanks All the Best Declan -Original Message- From: Matt Kennedy [mailto:stinkym...@gmail.com] Sent: Tuesday, October 11, 2011 10:09 AM To: dev@cassandra.apache.org Subject: Re: REST API? I have one based on restlet: https://github.com/stinkymatt/Helena

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-11 Thread Brandon Williams
On Mon, Oct 10, 2011 at 11:24 AM, Sylvain Lebresne sylv...@datastax.com wrote: As said while closing previous vote, CASSANDRA-3338 felt important enough to warrant a reroll. So here it is: I propose the following artifacts for release as 1.0.0 (those are the same as the previous + the patch for

Re: [VOTE CLOSE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-11 Thread Sylvain Lebresne
Alright, that sucks. But with 3338, 3346 and 3345 (that is kind of a regression with respect to what the changelog says), I'm closing this vote and will start a new in a jiff. Sorry everyone. -- Sylvain On Tue, Oct 11, 2011 at 4:53 PM, Brandon Williams dri...@gmail.com wrote: On Mon, Oct 10,

ByteBuffers and StorageProxy

2011-10-11 Thread Todd Burruss
My recent bug was that I was sending a zero length ByteBuffer (because I forgot to flip) for a column name. The problem I have is that the insert was accepted by the server. Should an exception be thrown? The end result of allowing the insert is that the server will not restart if the data

Re: ByteBuffers and StorageProxy

2011-10-11 Thread Edward Capriolo
On Tue, Oct 11, 2011 at 12:25 PM, Todd Burruss bburr...@expedia.com wrote: My recent bug was that I was sending a zero length ByteBuffer (because I forgot to flip) for a column name. The problem I have is that the insert was accepted by the server. Should an exception be thrown? The end

Re: REST API?

2011-10-11 Thread Brian O'Neill
To give everyone an update... I was able to take what Gary had and update it to run on trunk. I like the native integration, as opposed to layering it on top of Hector. It's working out well. I layered in JAX-RS to replace the hand parsing of the url, and the handlers. I have reads and writes