Re: [VOTE RESULTS] was: [VOTE] 0.7.2

2011-02-16 Thread Stephen Connolly
On 16 February 2011 23:53, Eric Evans wrote: > On Tue, 2011-02-15 at 15:57 -0600, Eric Evans wrote: >> SVN: >> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@r1071063 >> 0.7.2 artifacts: http://people.apache.org/~eevans >> >> The delta here is pretty small, so if no one object

Hudson build is back to normal : Cassandra #734

2011-02-16 Thread Apache Hudson Server
See

Re: SEVERE Data Corruption Problems

2011-02-16 Thread Jeremy Hanna
Dan, Just wondered if you had a chance to try 0.7.1 or 0.7.2 out with your context/data. Jeremy On Feb 11, 2011, at 12:17 PM, Dan Hendry wrote: > Here is my chronology: > > - I turned on my current cluster in early December, starting with > about 0.7 RC2 or thereabouts. I ran into a

Build failed in Hudson: Cassandra #733

2011-02-16 Thread Apache Hudson Server
See Changes: [jbellis] add missing IColumnSerializer.java -- [...truncated 1784 lines...] [junit] [junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest [junit] Tests

[VOTE RESULTS] was: [VOTE] 0.7.2

2011-02-16 Thread Eric Evans
On Tue, 2011-02-15 at 15:57 -0600, Eric Evans wrote: > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.2@r1071063 > 0.7.2 artifacts: http://people.apache.org/~eevans > > The delta here is pretty small, so if no one objects, we can reduce > the voting period to 24 hours. W

Build failed in Hudson: Cassandra #732

2011-02-16 Thread Apache Hudson Server
See Changes: [jbellis] intern column names to save old-gen heap space patch by jbellis; reviewed by stuhood for CASSANDRA-1255 [jbellis] merge from 0.7 [jbellis] merge from 0.7 [jbellis] merge from 0.7 --

Re: Per Column Family Custom Partitioners

2011-02-16 Thread Jonathan Ellis
No. You'd need a token per partitioner. Not impossible, but messy. On Wed, Feb 16, 2011 at 10:23 AM, David G. Boney wrote: > Are there any plans or JIRA tickets for per column family custom partitioners? > - > Sincerely, > David G. Boney > dbon...@semanticartifacts.com > http://www.

Per Column Family Custom Partitioners

2011-02-16 Thread David G. Boney
Are there any plans or JIRA tickets for per column family custom partitioners? - Sincerely, David G. Boney dbon...@semanticartifacts.com http://www.semanticartifacts.com

Re: plugins/triggers/coprocessors

2011-02-16 Thread Jeremy Hanna
Just wanted to let people who follow the user list know that if there is interest in something like plugins, triggers, or coprocessors on the server-side with Cassandra, the ticket to follow or get involved with (code, comments, etc) is CASSANDRA-1311: https://issues.apache.org/jira/browse/CASSA

rewriting cli help

2011-02-16 Thread Aaron Morton
I'm working on moving the cli online help into a yaml file for ease of maintenance and am now trying to merge the existing cli help with whats in cassandra.yaml and the wiki. If you have any desires for how it should look please comment on the https://issues.apache.org/jira/browse/CASSANDRA-2008Tha

6.12 release?

2011-02-16 Thread Aaron Morton
A guy on the user list has asked about getting a 6.12 release out that includes the fix for CASSANDRA-2081. Without it get_range_slice where CL > ONE will timeout as the message id's are reused. Jonathan has back ported the relevant parts of the second patch (which concerned get_indexed_slices) fro