Re: [VOTE] 0.7.1 (attempt #2)

2011-01-30 Thread Stephen Connolly
I'm getting Bad Gateway The proxy server received an invalid response from an upstream server. From repository.apache.org. So the Maven central artifacts will probably be staged tomorrow AM (as my wife will kill me if I waste Sunday working on this! and she'd be right too!) ;-) -Stephen On

Test Case Failure on Windows

2011-01-30 Thread indika kumara
Hi All, I am experience with test case failure due to the following error (a Windows file deletion issue). Any solution? Failed to delete C:\Project\cassandra\build\test\cassandra\commitlog\CommitLog-1296382997375.log type=java.io.IOExceptionjava.io.IOException: Failed to delete

Re: [VOTE] 0.7.1 (attempt #2)

2011-01-30 Thread Stu Hood
-0 Upgrading from 0.7.0 to these artifacts was fine, but the write ONE read ALL distributed test times out in an unexpected location, with no error messages on the server. The test looks valid, but is also failing in 0.8/trunk. I'll try and bisect it tomorrow from CASSANDRA-1964 (which passed

Simple Compression Idea

2011-01-30 Thread David G. Boney
I propose a simple idea for compression using a compressed string datatype. The compressed string datatype could be implemented for column family keys by creating a compressed string ordered partitioner. The compressed string ordered partitioner works by decompressing the string and then

Re: Bringing a node back online after failure

2011-01-30 Thread Jonathan Ellis
I think we'd need a new operation type (https://issues.apache.org/jira/browse/CASSANDRA-957) to go from some of the data gets streamed to all of the data gets streamed. A node that claims a token that is in the ring is assumed to actually have that data and IMO trying to guess when to break that

Re: Bringing a node back online after failure

2011-01-30 Thread Chris Goffinet
So you would be okay if I added -Dreplace_token as the check to do that? -Chris On Jan 30, 2011, at 9:55 PM, Jonathan Ellis wrote: I think we'd need a new operation type (https://issues.apache.org/jira/browse/CASSANDRA-957) to go from some of the data gets streamed to all of the data gets