[jira] [Commented] (CASSANDRA-6572) Workload recording / playback

2014-04-30 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985239#comment-13985239 ] Lyuben Todorov commented on CASSANDRA-6572: --- Once a switch is made to a

[jira] [Commented] (CASSANDRA-6861) Optimise our Netty 4 integration

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985278#comment-13985278 ] Benedict commented on CASSANDRA-6861: - See CASSANDRA-7045 for one possible

git commit: Preserves CQL metadata when updating table from thrift

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-1.2 7f019804c - 10527498a Preserves CQL metadata when updating table from thrift patch by mishail; reviewed by iamaleksey slebresne for CASSANDRA-6831 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2014-04-30 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/thrift/CassandraServer.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b4337228 Tree:

[1/2] git commit: Preserves CQL metadata when updating table from thrift

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 90d086a15 - b4337228d Preserves CQL metadata when updating table from thrift patch by mishail; reviewed by iamaleksey slebresne for CASSANDRA-6831 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2014-04-30 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/thrift/CassandraServer.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b4337228 Tree:

[1/3] git commit: Preserves CQL metadata when updating table from thrift

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 6b5b7f519 - 2269adba6 Preserves CQL metadata when updating table from thrift patch by mishail; reviewed by iamaleksey slebresne for CASSANDRA-6831 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2014-04-30 Thread slebresne
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt src/java/org/apache/cassandra/config/CFMetaData.java test/unit/org/apache/cassandra/config/CFMetaDataTest.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/4] git commit: Preserves CQL metadata when updating table from thrift

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk c06ba25a5 - d9f06a3be Preserves CQL metadata when updating table from thrift patch by mishail; reviewed by iamaleksey slebresne for CASSANDRA-6831 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[4/4] git commit: Merge branch 'cassandra-2.1' into trunk

2014-04-30 Thread slebresne
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d9f06a3b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d9f06a3b Diff:

[2/4] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2014-04-30 Thread slebresne
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/thrift/CassandraServer.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b4337228 Tree:

[3/4] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2014-04-30 Thread slebresne
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt src/java/org/apache/cassandra/config/CFMetaData.java test/unit/org/apache/cassandra/config/CFMetaDataTest.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Resolved] (CASSANDRA-6874) CQL3 docs doesn't document conditional DELETE

2014-04-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-6874. - Resolution: Duplicate I actually fixed that part of the doc as part of

[jira] [Commented] (CASSANDRA-6572) Workload recording / playback

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985381#comment-13985381 ] Benedict commented on CASSANDRA-6572: - I wouldn't worry about the negligible

[jira] [Resolved] (CASSANDRA-7099) Concurrent instances of same Prepared Statement seeing intermingled result sets

2014-04-30 Thread Bill Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Mitchell resolved CASSANDRA-7099. -- Resolution: Not a Problem This problem would seem to be my fault. In the

[jira] [Commented] (CASSANDRA-6861) Optimise our Netty 4 integration

2014-04-30 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985516#comment-13985516 ] T Jake Luciani commented on CASSANDRA-6861: --- Yeah, looks like thrift hsha is

[jira] [Commented] (CASSANDRA-7099) Concurrent instances of same Prepared Statement seeing intermingled result sets

2014-04-30 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985529#comment-13985529 ] Jack Krupansky commented on CASSANDRA-7099: --- It may have been your mistake,

[jira] [Commented] (CASSANDRA-6875) CQL3: select multiple CQL rows in a single partition using IN

2014-04-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985587#comment-13985587 ] Sylvain Lebresne commented on CASSANDRA-6875: - The overall principle looks

[jira] [Commented] (CASSANDRA-7099) Concurrent instances of same Prepared Statement seeing intermingled result sets

2014-04-30 Thread Bill Mitchell (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985608#comment-13985608 ] Bill Mitchell commented on CASSANDRA-7099: -- My thought was that, if the Java

[jira] [Commented] (CASSANDRA-7107) General minor tidying of CollationController path

2014-04-30 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985626#comment-13985626 ] Aleksey Yeschenko commented on CASSANDRA-7107: -- Have only skimmed it so

[jira] [Updated] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-7116: Attachment: 7116.txt Trivial one-line patch Use ConcurrentLinkedQueue instead of

[jira] [Commented] (CASSANDRA-6572) Workload recording / playback

2014-04-30 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985649#comment-13985649 ] Lyuben Todorov commented on CASSANDRA-6572: --- Since queries are logged as

[jira] [Commented] (CASSANDRA-7099) Concurrent instances of same Prepared Statement seeing intermingled result sets

2014-04-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985654#comment-13985654 ] Sylvain Lebresne commented on CASSANDRA-7099: - bq. it might be possible to

[jira] [Comment Edited] (CASSANDRA-6572) Workload recording / playback

2014-04-30 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985649#comment-13985649 ] Lyuben Todorov edited comment on CASSANDRA-6572 at 4/30/14 3:55 PM:

[jira] [Created] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Benedict (JIRA)
Benedict created CASSANDRA-7116: --- Summary: Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver Key: CASSANDRA-7116 URL: https://issues.apache.org/jira/browse/CASSANDRA-7116

[jira] [Commented] (CASSANDRA-4718) More-efficient ExecutorService for improved throughput

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985658#comment-13985658 ] Benedict commented on CASSANDRA-4718: - I've uploaded a slight variant of the patch

[jira] [Commented] (CASSANDRA-6861) Optimise our Netty 4 integration

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985659#comment-13985659 ] Benedict commented on CASSANDRA-6861: - It may be worth trying netty's JNI epoll

[jira] [Commented] (CASSANDRA-6559) cqlsh should warn about ALLOW FILTERING

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985660#comment-13985660 ] Jonathan Ellis commented on CASSANDRA-6559: --- There's tension between smooth

[jira] [Commented] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985663#comment-13985663 ] Jonathan Ellis commented on CASSANDRA-7116: --- Is CLQ lighter weight? Because

[jira] [Commented] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985669#comment-13985669 ] Benedict commented on CASSANDRA-7116: - Well, for small collections (like we have

[jira] [Commented] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985675#comment-13985675 ] Benedict commented on CASSANDRA-7116: - To put it another way, the Set imposes a

[jira] [Updated] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-7111: -- Component/s: (was: Core) Tools API Can we

[jira] [Commented] (CASSANDRA-6572) Workload recording / playback

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985695#comment-13985695 ] Benedict commented on CASSANDRA-6572: - It might be easiest to modify

[jira] [Commented] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

2014-04-30 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985705#comment-13985705 ] Tyler Hobbs commented on CASSANDRA-7111: The snippet could just be inserted

[jira] [Created] (CASSANDRA-7117) cqlsh should return a non-zero error code if a query fails

2014-04-30 Thread J.B. Langston (JIRA)
J.B. Langston created CASSANDRA-7117: Summary: cqlsh should return a non-zero error code if a query fails Key: CASSANDRA-7117 URL: https://issues.apache.org/jira/browse/CASSANDRA-7117 Project:

[jira] [Updated] (CASSANDRA-7117) cqlsh should return a non-zero error code if a query fails

2014-04-30 Thread J.B. Langston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.B. Langston updated CASSANDRA-7117: - Description: cqlsh should return a non-zero error code when a query in a file or

[jira] [Commented] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985726#comment-13985726 ] Jonathan Ellis commented on CASSANDRA-7116: --- Hmm, in CASSANDRA-6933 you

[jira] [Updated] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-7111: -- Fix Version/s: 2.1 rc1 Include snippet of CQL query near error in SyntaxError

[jira] [Updated] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-7111: -- Priority: Major (was: Minor) Include snippet of CQL query near error in

[jira] [Commented] (CASSANDRA-7116) Use ConcurrentLinkedQueue instead of NonBlockingHashSet in AbstractRowResolver

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985741#comment-13985741 ] Benedict commented on CASSANDRA-7116: - Heh, whoops, snuck that past even myself :)

[jira] [Created] (CASSANDRA-7118) Exception around IOException doesnt report file or table getting exception

2014-04-30 Thread Laura Adney (JIRA)
Laura Adney created CASSANDRA-7118: -- Summary: Exception around IOException doesnt report file or table getting exception Key: CASSANDRA-7118 URL: https://issues.apache.org/jira/browse/CASSANDRA-7118

[jira] [Commented] (CASSANDRA-7117) cqlsh should return a non-zero error code if a query fails

2014-04-30 Thread Jose Martinez Poblete (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985737#comment-13985737 ] Jose Martinez Poblete commented on CASSANDRA-7117: -- This is an

[3/3] git commit: merge from 2.1

2014-04-30 Thread jbellis
merge from 2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8d993a47 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8d993a47 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8d993a47

[2/3] git commit: change NBHS in ARR to CLQ patch by bes; reviewed by jbellis for CASSANDRA-7116

2014-04-30 Thread jbellis
change NBHS in ARR to CLQ patch by bes; reviewed by jbellis for CASSANDRA-7116 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/74e96b46 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/74e96b46 Diff:

[1/3] git commit: change NBHS in ARR to CLQ patch by bes; reviewed by jbellis for CASSANDRA-7116

2014-04-30 Thread jbellis
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 2269adba6 - 74e96b460 refs/heads/trunk d9f06a3be - 8d993a476 change NBHS in ARR to CLQ patch by bes; reviewed by jbellis for CASSANDRA-7116 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Resolved] (CASSANDRA-7117) cqlsh should return a non-zero error code if a query fails

2014-04-30 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Stepura resolved CASSANDRA-7117. Resolution: Duplicate cqlsh should return a non-zero error code if a query

[jira] [Created] (CASSANDRA-7119) Optimise isLive(System.currentTimeMillis()) + minor Cell cleanup

2014-04-30 Thread Aleksey Yeschenko (JIRA)
Aleksey Yeschenko created CASSANDRA-7119: Summary: Optimise isLive(System.currentTimeMillis()) + minor Cell cleanup Key: CASSANDRA-7119 URL: https://issues.apache.org/jira/browse/CASSANDRA-7119

[jira] [Commented] (CASSANDRA-7119) Optimise isLive(System.currentTimeMillis()) + minor Cell cleanup

2014-04-30 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985771#comment-13985771 ] Aleksey Yeschenko commented on CASSANDRA-7119: -- Pushed the trivial commit

[jira] [Updated] (CASSANDRA-7119) Optimise isLive(System.currentTimeMillis()) + minor Cell cleanup

2014-04-30 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-7119: - Reviewer: Benedict Optimise isLive(System.currentTimeMillis()) + minor Cell

[jira] [Resolved] (CASSANDRA-7108) Enabling the Repair Service in OpsCenter generates imprecise repair errors

2014-04-30 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey resolved CASSANDRA-7108. Resolution: Invalid Nayden, This would be an OpsCenter bug and not a Cassandra bug.

[jira] [Created] (CASSANDRA-7120) Bad paging state returned for prepared statements for last page

2014-04-30 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-7120: -- Summary: Bad paging state returned for prepared statements for last page Key: CASSANDRA-7120 URL: https://issues.apache.org/jira/browse/CASSANDRA-7120 Project:

[jira] [Commented] (CASSANDRA-7111) Include snippet of CQL query near error in SyntaxError messages

2014-04-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985794#comment-13985794 ] Sylvain Lebresne commented on CASSANDRA-7111: - Yeah, I don't think we've

[jira] [Commented] (CASSANDRA-6855) Native protocol V3

2014-04-30 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985792#comment-13985792 ] Tyler Hobbs commented on CASSANDRA-6855: +1 Native protocol V3

[1/3] git commit: switch README to asciidoc extension

2014-04-30 Thread jbellis
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 b4337228d - 50466aa49 refs/heads/trunk 8d993a476 - dbf3e1c57 switch README to asciidoc extension Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] git commit: fix build

2014-04-30 Thread jbellis
fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dbf3e1c5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dbf3e1c5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dbf3e1c5 Branch:

[2/3] git commit: wip

2014-04-30 Thread jbellis
wip Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/50466aa4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/50466aa4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/50466aa4 Branch:

[jira] [Commented] (CASSANDRA-6890) Standardize on a single read path

2014-04-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985821#comment-13985821 ] Joshua McKenzie commented on CASSANDRA-6890: Running cql3 native, snappy

[04/10] git commit: wip

2014-04-30 Thread jbellis
wip Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/50466aa4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/50466aa4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/50466aa4 Branch:

[10/10] git commit: Merge branch 'cassandra-2.1' into trunk

2014-04-30 Thread jbellis
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ad342470 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ad342470 Diff:

[09/10] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2014-04-30 Thread jbellis
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ece38643 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ece38643 Diff:

[07/10] git commit: formatting

2014-04-30 Thread jbellis
formatting Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44a5fc1d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44a5fc1d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/44a5fc1d Branch:

[jira] [Comment Edited] (CASSANDRA-6890) Standardize on a single read path

2014-04-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985821#comment-13985821 ] Joshua McKenzie edited comment on CASSANDRA-6890 at 4/30/14 5:49 PM:

[03/10] git commit: wip

2014-04-30 Thread jbellis
wip Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/50466aa4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/50466aa4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/50466aa4 Branch:

[06/10] git commit: formatting

2014-04-30 Thread jbellis
formatting Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44a5fc1d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44a5fc1d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/44a5fc1d Branch:

[05/10] git commit: formatting

2014-04-30 Thread jbellis
formatting Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/44a5fc1d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44a5fc1d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/44a5fc1d Branch:

[02/10] git commit: switch README to asciidoc extension

2014-04-30 Thread jbellis
switch README to asciidoc extension Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a8852ea7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a8852ea7 Diff:

[08/10] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2014-04-30 Thread jbellis
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ece38643 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ece38643 Diff:

[01/10] git commit: switch README to asciidoc extension

2014-04-30 Thread jbellis
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 50466aa49 - 44a5fc1df refs/heads/cassandra-2.1 74e96b460 - ece386439 refs/heads/trunk dbf3e1c57 - ad3424707 switch README to asciidoc extension Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-6648) Race condition during node bootstrapping

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6648: Labels: qa-resolved (was: ) Race condition during node bootstrapping

[jira] [Updated] (CASSANDRA-6285) 2.0 HSHA server introduces corrupt data

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6285: Labels: qa-resolved (was: ) 2.0 HSHA server introduces corrupt data

[jira] [Updated] (CASSANDRA-5337) vnode-aware replacenode command

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-5337: Labels: qa-resolved (was: vnodes) vnode-aware replacenode command

[jira] [Updated] (CASSANDRA-6731) Requests unnecessarily redirected with CL=ONE

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6731: Labels: qa-resolved (was: ) Requests unnecessarily redirected with CL=ONE

[jira] [Updated] (CASSANDRA-6416) MoveTest fails in 1.2+

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6416: Labels: qa-resolved (was: ) MoveTest fails in 1.2+ --

[jira] [Updated] (CASSANDRA-6615) Changing the IP of a node on a live cluster leaves gossip infos and throws Exceptions

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6615: Labels: qa-resolved (was: ) Changing the IP of a node on a live cluster leaves

[jira] [Updated] (CASSANDRA-6131) JAVA_HOME on cassandra-env.sh is ignored on Debian packages

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6131: Labels: qa-resolved (was: debian) JAVA_HOME on cassandra-env.sh is ignored on Debian

[jira] [Updated] (CASSANDRA-5383) Windows 7 deleting/renaming files problem

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-5383: Labels: qa-resolved (was: ) Windows 7 deleting/renaming files problem

[jira] [Updated] (CASSANDRA-6893) Unintended update with conditional statement

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-6893: Labels: qa-resolved (was: ) Unintended update with conditional statement

[jira] [Updated] (CASSANDRA-4899) add gitignore

2014-04-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McGuire updated CASSANDRA-4899: Labels: qa-resolved (was: ) add gitignore - Key:

[jira] [Updated] (CASSANDRA-5936) Improve the way we pick L0 compaction candidates

2014-04-30 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-5936: --- Labels: compaction (was: ) Improve the way we pick L0 compaction candidates

[jira] [Updated] (CASSANDRA-7019) Major tombstone compaction

2014-04-30 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-7019: --- Labels: compaction (was: ) Major tombstone compaction

[jira] [Updated] (CASSANDRA-6851) Improve anticompaction after incremental repair

2014-04-30 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-6851: --- Labels: compaction lhf (was: ) Improve anticompaction after incremental repair

[jira] [Commented] (CASSANDRA-7119) Optimise isLive(System.currentTimeMillis()) + minor Cell cleanup

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985869#comment-13985869 ] Benedict commented on CASSANDRA-7119: - LGTM * Could use a test case for the

[1/4] Native protocol v3

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 ece386439 - 9872b74ef http://git-wip-us.apache.org/repos/asf/cassandra/blob/9872b74e/src/java/org/apache/cassandra/transport/messages/BatchMessage.java -- diff

[5/5] git commit: Merge branch 'cassandra-2.1' into trunk

2014-04-30 Thread slebresne
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6b4d9803 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6b4d9803 Diff:

[1/5] Native protocol v3

2014-04-30 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk ad3424707 - 6b4d98035 http://git-wip-us.apache.org/repos/asf/cassandra/blob/9872b74e/src/java/org/apache/cassandra/transport/messages/BatchMessage.java -- diff --git

[jira] [Commented] (CASSANDRA-6131) JAVA_HOME on cassandra-env.sh is ignored on Debian packages

2014-04-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-6131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985874#comment-13985874 ] Sebastián Lacuesta commented on CASSANDRA-6131: --- Works for me. Thanks!

[jira] [Commented] (CASSANDRA-6890) Standardize on a single read path

2014-04-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985905#comment-13985905 ] Jonathan Ellis commented on CASSANDRA-6890: --- bq. I'd be comfortable

[jira] [Commented] (CASSANDRA-6890) Standardize on a single read path

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985911#comment-13985911 ] Benedict commented on CASSANDRA-6890: - Sure there are - I want to push them

[jira] [Commented] (CASSANDRA-7107) General minor tidying of CollationController path

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985919#comment-13985919 ] Benedict commented on CASSANDRA-7107: - Weird. I was sure I'd run all of the unit

[jira] [Commented] (CASSANDRA-7081) select writetime(colname) returns 0 for static columns

2014-04-30 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985927#comment-13985927 ] Tyler Hobbs commented on CASSANDRA-7081: +1 select writetime(colname)

[jira] [Created] (CASSANDRA-7121) Fix build error introduced by CASSANDRA-7116

2014-04-30 Thread JIRA
Doğan Çeçen created CASSANDRA-7121: -- Summary: Fix build error introduced by CASSANDRA-7116 Key: CASSANDRA-7121 URL: https://issues.apache.org/jira/browse/CASSANDRA-7121 Project: Cassandra

[jira] [Updated] (CASSANDRA-7121) Fix build error introduced by CASSANDRA-7116

2014-04-30 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doğan Çeçen updated CASSANDRA-7121: --- Attachment: trunk-7121.txt Fix build error introduced by CASSANDRA-7116

git commit: Optimize Cell liveness checks and clean up Cell

2014-04-30 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 9872b74ef - 4485e6dbf Optimize Cell liveness checks and clean up Cell patch by Aleksey Yeschenko; reviewed by Benedict Elliott Smith for CASSANDRA-7119 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: fix build

2014-04-30 Thread jbellis
Repository: cassandra Updated Branches: refs/heads/trunk 6b4d98035 - cf3f5b6ef fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cf3f5b6e Tree:

[jira] [Commented] (CASSANDRA-7121) Fix build error introduced by CASSANDRA-7116

2014-04-30 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985943#comment-13985943 ] Benedict commented on CASSANDRA-7121: - That was fast. I probably would have just

[2/2] git commit: Merge branch 'cassandra-2.1' into trunk

2014-04-30 Thread aleksey
Merge branch 'cassandra-2.1' into trunk Conflicts: src/java/org/apache/cassandra/cql/QueryProcessor.java test/unit/org/apache/cassandra/db/compaction/CompactionsPurgeTest.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/2] git commit: Optimize Cell liveness checks and clean up Cell

2014-04-30 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk cf3f5b6ef - b35486a19 Optimize Cell liveness checks and clean up Cell patch by Aleksey Yeschenko; reviewed by Benedict Elliott Smith for CASSANDRA-7119 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-6546) disablethrift results in unclosed file descriptors

2014-04-30 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985953#comment-13985953 ] Mikhail Stepura commented on CASSANDRA-6546: For some reason

[jira] [Updated] (CASSANDRA-6546) disablethrift results in unclosed file descriptors

2014-04-30 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Stepura updated CASSANDRA-6546: --- Attachment: 2014-04-30 12-22-17.png 2014-04-30 12-22-58.png

[jira] [Comment Edited] (CASSANDRA-6546) disablethrift results in unclosed file descriptors

2014-04-30 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985953#comment-13985953 ] Mikhail Stepura edited comment on CASSANDRA-6546 at 4/30/14 7:27 PM:

  1   2   >