svn commit: r1126356 - in /cassandra/branches/cassandra-0.8: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/marshal/ src/java/org/apache/cassandra/io/ src/java/org/apache/cassan

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 07:34:59 2011 New Revision: 1126356 URL: http://svn.apache.org/viewvc?rev=1126356view=rev Log: Improve forceDeserialize/getCompactedRow encapsulation patch by jbellis; reviewed by slebresne for CASSANDRA-ticket Added:

svn commit: r1126363 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/marshal/ src/java/org/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 07:53:48 2011 New Revision: 1126363 URL: http://svn.apache.org/viewvc?rev=1126363view=rev Log: merge from 0.8 Added: cassandra/trunk/src/java/org/apache/cassandra/db/EchoedRow.java - copied unchanged from r1126356,

svn commit: r1126389 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/dht/AbstractBounds.java test/unit/org/apache/cassandra/streaming/StreamingTransferTest.java

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 08:51:54 2011 New Revision: 1126389 URL: http://svn.apache.org/viewvc?rev=1126389view=rev Log: Assert ranges are not overlapping in AbstractBounds.normalize patch by stuhood; reviewed by slebresne for CASSANDRA-2641 Modified:

svn commit: r1126391 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/dht/ test/unit/org/apache/cassandra/streaming/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 08:54:05 2011 New Revision: 1126391 URL: http://svn.apache.org/viewvc?rev=1126391view=rev Log: merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-2641) AbstractBounds.normalize should deal with overlapping ranges

2011-05-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037822#comment-13037822 ] Hudson commented on CASSANDRA-2641: --- Integrated in Cassandra-0.8 #122 (See

[jira] [Commented] (CASSANDRA-2280) Request specific column families using StreamIn

2011-05-23 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037826#comment-13037826 ] Sylvain Lebresne commented on CASSANDRA-2280: - * If we're going to put

svn commit: r1126416 - in /cassandra/branches/cassandra-0.8: ./ src/java/org/apache/cassandra/db/ test/unit/org/apache/cassandra/ test/unit/org/apache/cassandra/db/ test/unit/org/apache/cassandra/serv

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 10:16:25 2011 New Revision: 1126416 URL: http://svn.apache.org/viewvc?rev=1126416view=rev Log: Don't write CounterUpdateColumn to disk in tests patch by stuhood; reviewed by slebresne for CASSANDRA-2650 Modified: cassandra/branches/cassandra-0.8/CHANGES.txt

buildbot failure in ASF Buildbot on cassandra-trunk

2011-05-23 Thread buildbot
The Buildbot has detected a new failure on builder cassandra-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1322 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Commented] (CASSANDRA-2650) AntiEntropyServiceCounterTest writes CounterUpdateColumn to disk

2011-05-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037899#comment-13037899 ] Hudson commented on CASSANDRA-2650: --- Integrated in Cassandra-0.8 #123 (See

[jira] [Created] (CASSANDRA-2685) NPE in Table.createReplicationStrategy during sends from HintedHandOffManager

2011-05-23 Thread Marko Mikulicic (JIRA)
NPE in Table.createReplicationStrategy during sends from HintedHandOffManager - Key: CASSANDRA-2685 URL: https://issues.apache.org/jira/browse/CASSANDRA-2685 Project:

svn commit: r1126477 - in /cassandra/branches/cassandra-0.8: ./ bin/ src/java/org/apache/cassandra/io/sstable/ src/java/org/apache/cassandra/service/ src/java/org/apache/cassandra/streaming/ src/java/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 12:51:03 2011 New Revision: 1126477 URL: http://svn.apache.org/viewvc?rev=1126477view=rev Log: Add sstable bulk loading utility patch by slebresne; reviewed by jbellis for CASSANDRA-1278 Added: cassandra/branches/cassandra-0.8/bin/sstableloader

[jira] [Commented] (CASSANDRA-1278) Make bulk loading into Cassandra less crappy, more pluggable

2011-05-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037933#comment-13037933 ] Hudson commented on CASSANDRA-1278: --- Integrated in Cassandra-0.8 #124 (See

svn commit: r1126483 - in /cassandra/branches/cassandra-0.8.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 13:27:02 2011 New Revision: 1126483 URL: http://svn.apache.org/viewvc?rev=1126483view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8.0/ (props changed) cassandra/branches/cassandra-0.8.0/CHANGES.txt

svn commit: r1126484 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/service/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 13:28:29 2011 New Revision: 1126484 URL: http://svn.apache.org/viewvc?rev=1126484view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed)

buildbot success in ASF Buildbot on cassandra-trunk

2011-05-23 Thread buildbot
The Buildbot has detected a restored build on builder cassandra-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1323 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Updated] (CASSANDRA-2680) range scan doesn't repair missing rows

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2680: -- Reviewer: slebresne (was: bcoverston) range scan doesn't repair missing rows

[jira] [Updated] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-23 Thread rene kochen (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rene kochen updated CASSANDRA-2675: --- Attachment: CassandraIssueJava.zip Included the Java version of the test program.

[jira] [Updated] (CASSANDRA-2685) NPE in Table.createReplicationStrategy during sends from HintedHandOffManager

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2685: -- Reviewer: gdusbabek Priority: Minor (was: Major) Affects

[jira] [Updated] (CASSANDRA-2685) NPE in Table.createReplicationStrategy during sends from HintedHandOffManager

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2685: -- Attachment: 2685.txt patch to skip replay of hints for dropped KS/CF NPE in

[jira] [Updated] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-23 Thread rene kochen (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] rene kochen updated CASSANDRA-2675: --- Environment: Reproduced on single Cassandra node (CentOS 5.5) Reproduced on single

[jira] [Updated] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2675: -- Fix Version/s: 0.7.7 Assignee: Sylvain Lebresne java.io.IOError:

svn commit: r1126507 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/service/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 14:25:28 2011 New Revision: 1126507 URL: http://svn.apache.org/viewvc?rev=1126507view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/CHANGES.txt

[jira] [Created] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
Distributed per row locks - Key: CASSANDRA-2686 URL: https://issues.apache.org/jira/browse/CASSANDRA-2686 Project: Cassandra Issue Type: Wish Components: Contrib Affects Versions: 0.7.4

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037965#comment-13037965 ] Luís Ferreira commented on CASSANDRA-2686: -- Is there any way to do this? Can

[jira] [Updated] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luís Ferreira updated CASSANDRA-2686: - Affects Version/s: (was: 0.7.4) Distributed per row locks

svn commit: r1126518 - in /cassandra/branches/cassandra-0.8.0: ./ examples/hadoop_streaming_output/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/hadoop/streaming/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 14:40:51 2011 New Revision: 1126518 URL: http://svn.apache.org/viewvc?rev=1126518view=rev Log: switch to native Thrift for Hadoop map/reduce patch by Mck SembWever; reviewed by tjake and jbellis for CASSANDRA-2667 Removed:

svn commit: r1126519 - /cassandra/branches/cassandra-0.8.0/contrib/pig/src/java/org/apache/cassandra/hadoop/pig/CassandraStorage.java

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 14:41:50 2011 New Revision: 1126519 URL: http://svn.apache.org/viewvc?rev=1126519view=rev Log: update pig for switch to native Thrift for Hadoop map/reduce Modified:

[jira] [Updated] (CASSANDRA-2667) Rewrite ColumnFamilyOutputFormat to use thrift (not arvo)

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2667: -- Reviewer: tjake Priority: Minor (was: Major) Affects

svn commit: r1126520 - in /cassandra/branches/cassandra-0.8: ./ contrib/ contrib/pig/src/java/org/apache/cassandra/hadoop/pig/ examples/hadoop_streaming_output/ interface/thrift/gen-java/org/apache/ca

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 14:43:48 2011 New Revision: 1126520 URL: http://svn.apache.org/viewvc?rev=1126520view=rev Log: merge from 0.8.0 Removed: cassandra/branches/cassandra-0.8/examples/hadoop_streaming_output/

svn commit: r1126524 - in /cassandra/branches/cassandra-0.8: ./ contrib/ contrib/bmt_example/ contrib/circuit/ contrib/client_only/ contrib/hadoop_streaming_output/ contrib/py_stress/ contrib/stress/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 14:52:17 2011 New Revision: 1126524 URL: http://svn.apache.org/viewvc?rev=1126524view=rev Log: merge from 0.8.0 Removed: cassandra/branches/cassandra-0.8/contrib/bmt_example/ cassandra/branches/cassandra-0.8/contrib/circuit/

[jira] [Commented] (CASSANDRA-2649) work-around schema disagreements from cqlsh

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13037998#comment-13037998 ] Jonathan Ellis commented on CASSANDRA-2649: --- The right thing to do is wait

[jira] [Updated] (CASSANDRA-2657) Allow configuration of multiple types of the Thrift server

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2657: -- Component/s: (was: Core) API

[jira] [Commented] (CASSANDRA-1278) Make bulk loading into Cassandra less crappy, more pluggable

2011-05-23 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038007#comment-13038007 ] Sylvain Lebresne commented on CASSANDRA-1278: - Note that I'm marking this

[jira] [Commented] (CASSANDRA-2678) Incorrect NetworkTopolgyStrategy Options on upgrade from 0.7.5

2011-05-23 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038011#comment-13038011 ] Jon Hermes commented on CASSANDRA-2678: --- KSMetaData:55 {noformat}

[jira] [Updated] (CASSANDRA-2687) generate-eclipse-files ant target throws StackOverflowError in eclipse

2011-05-23 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2687: -- Reviewer: urandom Affects Version/s: 0.8.0 Fix Version/s:

[jira] [Updated] (CASSANDRA-2687) generate-eclipse-files ant target throws StackOverflowError in eclipse

2011-05-23 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2687: -- Attachment: v1-0001-CASSANDRA-2687-fix-eclipse-stackoverflow-issue.txt

[jira] [Commented] (CASSANDRA-1405) Switch to THsHaServer, redux

2011-05-23 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038021#comment-13038021 ] T Jake Luciani commented on CASSANDRA-1405: --- Anything holding this back from

[jira] [Commented] (CASSANDRA-2388) ColumnFamilyRecordReader fails for a given split because a host is down, even if records could reasonably be read from other replica.

2011-05-23 Thread Mck SembWever (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038026#comment-13038026 ] Mck SembWever commented on CASSANDRA-2388: -- I'm having a go currently at

[jira] [Created] (CASSANDRA-2688) Support wide rows with Hadoop support

2011-05-23 Thread Jeremy Hanna (JIRA)
Support wide rows with Hadoop support - Key: CASSANDRA-2688 URL: https://issues.apache.org/jira/browse/CASSANDRA-2688 Project: Cassandra Issue Type: Improvement Reporter: Jeremy Hanna

[jira] [Commented] (CASSANDRA-1405) Switch to THsHaServer, redux

2011-05-23 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038028#comment-13038028 ] Vijay commented on CASSANDRA-1405: -- I did some testing And the performance of

[jira] [Commented] (CASSANDRA-2687) generate-eclipse-files ant target throws StackOverflowError in eclipse

2011-05-23 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038029#comment-13038029 ] Eric Evans commented on CASSANDRA-2687: --- Nice. +1 generate-eclipse-files ant

[jira] [Commented] (CASSANDRA-1405) Switch to THsHaServer, redux

2011-05-23 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038033#comment-13038033 ] T Jake Luciani commented on CASSANDRA-1405: --- Yeah I would like a more

[jira] [Created] (CASSANDRA-2689) output version string w/ bin/cassandra -v

2011-05-23 Thread Eric Evans (JIRA)
output version string w/ bin/cassandra -v - Key: CASSANDRA-2689 URL: https://issues.apache.org/jira/browse/CASSANDRA-2689 Project: Cassandra Issue Type: Improvement Components: Tools

[jira] [Updated] (CASSANDRA-2689) output version string w/ bin/cassandra -v

2011-05-23 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2689: -- Attachment: v1-0001-CASSANDRA-2689-print-version-string.txt output version string w/

[jira] [Updated] (CASSANDRA-2689) output version string w/ bin/cassandra -v

2011-05-23 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2689: -- Attachment: v2-0001-CASSANDRA-2689-print-version-string.txt output version string w/

[jira] [Updated] (CASSANDRA-2689) output version string w/ bin/cassandra -v

2011-05-23 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2689: -- Attachment: (was: v1-0001-CASSANDRA-2689-print-version-string.txt) output version

[jira] [Commented] (CASSANDRA-2477) CQL support for describing keyspaces / column familes

2011-05-23 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038043#comment-13038043 ] Vivek Mishra commented on CASSANDRA-2477: - Hi, Just took a reference from

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038060#comment-13038060 ] Stu Hood commented on CASSANDRA-2686: - The Spinnaker paper described a complete

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038071#comment-13038071 ] Luís Ferreira commented on CASSANDRA-2686: -- Yes, but this uses a centralized

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038070#comment-13038070 ] Ryan King commented on CASSANDRA-2686: -- You'll likely end up reimplementing

[jira] [Created] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Stephen Connolly (JIRA)
Make the release build fail if the publish to central repository also fails --- Key: CASSANDRA-2690 URL: https://issues.apache.org/jira/browse/CASSANDRA-2690 Project: Cassandra

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038078#comment-13038078 ] Ryan King commented on CASSANDRA-2686: -- Those protocols are methods for

[jira] [Updated] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Connolly updated CASSANDRA-2690: Attachment: CASSANDRA-2690-v0.7.patch Make the release build fail if the

[jira] [Updated] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Connolly updated CASSANDRA-2690: Attachment: CASSANDRA-2690-v0.8.patch Make the release build fail if the

[jira] [Updated] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Connolly updated CASSANDRA-2690: Attachment: CASSANDRA-2690-v-trunk.patch Make the release build fail if the

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038090#comment-13038090 ] Luís Ferreira commented on CASSANDRA-2686: -- Maybe I misunderstood, but to get

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038093#comment-13038093 ] Luís Ferreira commented on CASSANDRA-2686: -- Probably you're right, and the

[jira] [Commented] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038102#comment-13038102 ] Stephen Connolly commented on CASSANDRA-2690: - see CASSANDRA-2691 for the

[jira] [Created] (CASSANDRA-2691) If an upload to central repository fails for an artifact, retry a couple of times before killing the build

2011-05-23 Thread Stephen Connolly (JIRA)
If an upload to central repository fails for an artifact, retry a couple of times before killing the build -- Key: CASSANDRA-2691 URL:

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038107#comment-13038107 ] Jonathan Ellis commented on CASSANDRA-2686: --- Pretty sure Spinnaker only used

svn commit: r1126639 - /cassandra/branches/cassandra-0.7/build.xml

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 18:32:00 2011 New Revision: 1126639 URL: http://svn.apache.org/viewvc?rev=1126639view=rev Log: Make the release build fail if the publish to central repository also fails patch by stephenc; reviewed by slebresne for CASSANDRA-2690 Modified:

svn commit: r1126641 - in /cassandra/branches/cassandra-0.8.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 18:33:32 2011 New Revision: 1126641 URL: http://svn.apache.org/viewvc?rev=1126641view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8.0/ (props changed) cassandra/branches/cassandra-0.8.0/build.xml

[jira] [Commented] (CASSANDRA-2689) output version string w/ bin/cassandra -v

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038123#comment-13038123 ] Jonathan Ellis commented on CASSANDRA-2689: --- +1 output version string w/

[jira] [Commented] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-23 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038124#comment-13038124 ] Sylvain Lebresne commented on CASSANDRA-2690: - +1 Make the release build

svn commit: r1126644 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 18:35:12 2011 New Revision: 1126644 URL: http://svn.apache.org/viewvc?rev=1126644view=rev Log: merge from 0.8.0 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/build.xml

svn commit: r1126646 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-23 Thread slebresne
Author: slebresne Date: Mon May 23 18:36:58 2011 New Revision: 1126646 URL: http://svn.apache.org/viewvc?rev=1126646view=rev Log: merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/build.xml cassandra/trunk/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-2678) Incorrect NetworkTopolgyStrategy Options on upgrade from 0.7.5

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038126#comment-13038126 ] Jonathan Ellis commented on CASSANDRA-2678: --- bq. If the def has a null value

buildbot failure in ASF Buildbot on cassandra-trunk

2011-05-23 Thread buildbot
The Buildbot has detected a new failure on builder cassandra-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1324 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Commented] (CASSANDRA-2678) Incorrect NetworkTopolgyStrategy Options on upgrade from 0.7.5

2011-05-23 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038130#comment-13038130 ] Jon Hermes commented on CASSANDRA-2678: --- bq. As above, it can't (since it is an

[jira] [Created] (CASSANDRA-2692) Nuke BMT from orbit

2011-05-23 Thread Brandon Williams (JIRA)
Nuke BMT from orbit --- Key: CASSANDRA-2692 URL: https://issues.apache.org/jira/browse/CASSANDRA-2692 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Brandon Williams

[jira] [Updated] (CASSANDRA-2280) Request specific column families using StreamIn

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2280: -- Attachment: 2280-v4.txt bq. We must bump the version for 0.8 Done in v4. bq. In

[jira] [Commented] (CASSANDRA-2686) Distributed per row locks

2011-05-23 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038139#comment-13038139 ] Stu Hood commented on CASSANDRA-2686: - bq. Pretty sure Spinnaker only used ZK for

[jira] [Resolved] (CASSANDRA-2687) generate-eclipse-files ant target throws StackOverflowError in eclipse

2011-05-23 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani resolved CASSANDRA-2687. --- Resolution: Fixed committed generate-eclipse-files ant target throws

[jira] [Created] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Nicholas Telford (JIRA)
Renaming/Dropping Keyspace shouldn't touch hints Key: CASSANDRA-2693 URL: https://issues.apache.org/jira/browse/CASSANDRA-2693 Project: Cassandra Issue Type: Improvement Components:

svn commit: r1126671 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/loca

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 19:12:29 2011 New Revision: 1126671 URL: http://svn.apache.org/viewvc?rev=1126671view=rev Log: merge from 0.8.0 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/CHANGES.txt

[jira] [Updated] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2693: -- Fix Version/s: 0.7.7 Renaming/Dropping Keyspace shouldn't touch hints

[jira] [Commented] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038150#comment-13038150 ] Jonathan Ellis commented on CASSANDRA-2693: --- There is one problem w/ the

[jira] [Updated] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Nicholas Telford (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Telford updated CASSANDRA-2693: Attachment: CASSANDRA-2693-remove-hint-changes-on-keyspace-change-001.diff

[jira] [Commented] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Nicholas Telford (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038152#comment-13038152 ] Nicholas Telford commented on CASSANDRA-2693: - Is that within the scope of

[jira] [Commented] (CASSANDRA-2693) Renaming/Dropping Keyspace shouldn't touch hints

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038153#comment-13038153 ] Jonathan Ellis commented on CASSANDRA-2693: --- No. :) Renaming/Dropping

[jira] [Commented] (CASSANDRA-2477) CQL support for describing keyspaces / column familes

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038155#comment-13038155 ] Jonathan Ellis commented on CASSANDRA-2477: --- Probably. IMO the right way to

svn commit: r1126682 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra: gms/FailureDetector.java locator/DynamicEndpointSnitch.java

2011-05-23 Thread brandonwilliams
Author: brandonwilliams Date: Mon May 23 19:43:53 2011 New Revision: 1126682 URL: http://svn.apache.org/viewvc?rev=1126682view=rev Log: Simplify FD/DES calculations. Patch by Paul Cannon, reviewed by brandonwilliams for CASSANDRA-2597 Modified:

svn commit: r1126686 - in /cassandra/branches/cassandra-0.8.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 19:45:41 2011 New Revision: 1126686 URL: http://svn.apache.org/viewvc?rev=1126686view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8.0/ (props changed) cassandra/branches/cassandra-0.8.0/contrib/ (props changed)

[jira] [Updated] (CASSANDRA-2597) inconsistent implementation of 'cumulative distribution function' for Exponential Distribution

2011-05-23 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2597: Fix Version/s: (was: 0.7.7) 0.8.1 inconsistent

svn commit: r1126688 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/migra

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 19:46:58 2011 New Revision: 1126688 URL: http://svn.apache.org/viewvc?rev=1126688view=rev Log: merge from 0.7 (#2693) Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/CHANGES.txt

[jira] [Updated] (CASSANDRA-2045) Simplify HH to decrease read load when nodes come back

2011-05-23 Thread Nicholas Telford (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Telford updated CASSANDRA-2045: Attachment: CASSANDRA-2045-simplify-hinted-handoff-001.diff Implements

svn commit: r1126694 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/ src/java/org/apac

2011-05-23 Thread jbellis
Author: jbellis Date: Mon May 23 19:53:56 2011 New Revision: 1126694 URL: http://svn.apache.org/viewvc?rev=1126694view=rev Log: merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

buildbot success in ASF Buildbot on cassandra-trunk

2011-05-23 Thread buildbot
The Buildbot has detected a restored build on builder cassandra-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1326 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Updated] (CASSANDRA-2692) Nuke BMT from orbit

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2692: -- Attachment: (was: 2692.txt) Nuke BMT from orbit ---

[jira] [Updated] (CASSANDRA-2692) Nuke BMT from orbit

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2692: -- Attachment: 2692.txt with prejudice. Nuke BMT from orbit ---

[jira] [Commented] (CASSANDRA-2433) Failed Streams Break Repair

2011-05-23 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038181#comment-13038181 ] Stu Hood commented on CASSANDRA-2433: - 0001 * Since we're not trying to control

[jira] [Issue Comment Edited] (CASSANDRA-2433) Failed Streams Break Repair

2011-05-23 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038181#comment-13038181 ] Stu Hood edited comment on CASSANDRA-2433 at 5/23/11 8:09 PM:

[jira] [Issue Comment Edited] (CASSANDRA-2433) Failed Streams Break Repair

2011-05-23 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038181#comment-13038181 ] Stu Hood edited comment on CASSANDRA-2433 at 5/23/11 8:10 PM:

[jira] [Updated] (CASSANDRA-2692) Nuke BMT from orbit

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2692: -- Attachment: 2692.txt Nuke BMT from orbit ---

[jira] [Commented] (CASSANDRA-2649) work-around schema disagreements from cqlsh

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038187#comment-13038187 ] Jonathan Ellis commented on CASSANDRA-2649: --- Let's create a ticket to do

[jira] [Commented] (CASSANDRA-2683) Allow writes to bypass the commit log for certain column families

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038194#comment-13038194 ] Jonathan Ellis commented on CASSANDRA-2683: --- the serializer approach to

[jira] [Commented] (CASSANDRA-2683) Allow writes to bypass the commit log for certain column families

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038195#comment-13038195 ] Jonathan Ellis commented on CASSANDRA-2683: --- bq. Seems like thrift generated

[jira] [Commented] (CASSANDRA-2597) inconsistent implementation of 'cumulative distribution function' for Exponential Distribution

2011-05-23 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038201#comment-13038201 ] Hudson commented on CASSANDRA-2597: --- Integrated in Cassandra-0.8 #128 (See

[jira] [Commented] (CASSANDRA-2683) Allow writes to bypass the commit log for certain column families

2011-05-23 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038203#comment-13038203 ] Jonathan Ellis commented on CASSANDRA-2683: --- I think there's a further

svn commit: r1126728 - in /cassandra/branches/cassandra-0.8: bin/cassandra src/java/org/apache/cassandra/tools/GetVersion.java

2011-05-23 Thread eevans
Author: eevans Date: Mon May 23 20:38:04 2011 New Revision: 1126728 URL: http://svn.apache.org/viewvc?rev=1126728view=rev Log: print version string Patch by eevans; reviewed by jbellis for CASSANDRA-2689 Added:

  1   2   >