[jira] [Updated] (CASSANDRA-10220) Memtables do not handle column changes for their PartitionColumns

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-10220: - Reviewer: Benedict > Memtables do not handle column changes for their PartitionColumns >

[jira] [Commented] (CASSANDRA-9590) Support for both encrypted and unencrypted native transport connections

2015-09-04 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730664#comment-14730664 ] Robert Stupp commented on CASSANDRA-9590: - Oops - lots of dtest failures. [~spo...@gmail.com]

[jira] [Commented] (CASSANDRA-10193) Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection

2015-09-04 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730716#comment-14730716 ] Marcus Eriksson commented on CASSANDRA-10193: - code looks good, it would be nice with

[2/3] cassandra git commit: Fix backward compatibility issue due to AbstractBounds serialization bug

2015-09-04 Thread slebresne
Fix backward compatibility issue due to AbstractBounds serialization bug patch by slebresne; reviewed by bdeggleston for CASSANDRA-9857 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/24682d21 Tree:

cassandra git commit: Fix backward compatibility issue due to AbstractBounds serialization bug

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 f009272ba -> 24682d21d Fix backward compatibility issue due to AbstractBounds serialization bug patch by slebresne; reviewed by bdeggleston for CASSANDRA-9857 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[jira] [Issue Comment Deleted] (CASSANDRA-10255) AttributeError: 'module' object has no attribute 'compress'

2015-09-04 Thread navithejesh (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] navithejesh updated CASSANDRA-10255: Comment: was deleted (was: This is the nodetool status of two nodes) >

[jira] [Issue Comment Deleted] (CASSANDRA-10255) AttributeError: 'module' object has no attribute 'compress'

2015-09-04 Thread navithejesh (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] navithejesh updated CASSANDRA-10255: Comment: was deleted (was: This is the nodetool status of two nodes A and B.) >

[jira] [Commented] (CASSANDRA-7464) Retire/replace sstable2json and json2sstable

2015-09-04 Thread Tupshin Harper (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730687#comment-14730687 ] Tupshin Harper commented on CASSANDRA-7464: --- With sstable2json going away with 3.0, but no

[jira] [Commented] (CASSANDRA-8630) Faster sequential IO (on compaction, streaming, etc)

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730685#comment-14730685 ] Benedict commented on CASSANDRA-8630: - Thanks. Committed as

[jira] [Commented] (CASSANDRA-10193) Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730718#comment-14730718 ] Benedict commented on CASSANDRA-10193: -- Agreed. Filed CASSANDRA-10266, so as not to delay this

[jira] [Commented] (CASSANDRA-10220) Memtables do not handle column changes for their PartitionColumns

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730653#comment-14730653 ] Benedict commented on CASSANDRA-10220: -- LGTM, so +1 assuming CI passes. > Memtables do not

[jira] [Updated] (CASSANDRA-10220) Memtables do not handle column changes for their PartitionColumns

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-10220: - Assignee: Sylvain Lebresne (was: Benedict) > Memtables do not handle column changes for

[08/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/src/java/org/apache/cassandra/io/util/AbstractDataInput.java -- diff --git a/src/java/org/apache/cassandra/io/util/AbstractDataInput.java

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

2015-09-04 Thread benedict
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/356dd5b3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/356dd5b3 Diff:

[06/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/test/unit/org/apache/cassandra/io/compress/CompressedSequentialWriterTest.java -- diff --git

[01/10] cassandra git commit: Slightly better ColumnFilter.toString()

2015-09-04 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 7c0bfe992 -> ce63ccc84 refs/heads/trunk eaf0e3523 -> 356dd5b31 Slightly better ColumnFilter.toString() Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[03/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/src/java/org/apache/cassandra/io/util/RandomAccessReader.java -- diff --git a/src/java/org/apache/cassandra/io/util/RandomAccessReader.java

[jira] [Created] (CASSANDRA-10266) Introduce direct unit test coverage for Rows

2015-09-04 Thread Benedict (JIRA)
Benedict created CASSANDRA-10266: Summary: Introduce direct unit test coverage for Rows Key: CASSANDRA-10266 URL: https://issues.apache.org/jira/browse/CASSANDRA-10266 Project: Cassandra

[jira] [Commented] (CASSANDRA-10109) Windows dtest 3.0: ttl_test.py failures

2015-09-04 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730544#comment-14730544 ] Stefania commented on CASSANDRA-10109: -- CI is running, including utests on win:

cassandra git commit: Fix startup error when upgrading nodes to 3.0

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 dc5b268d0 -> f009272ba Fix startup error when upgrading nodes to 3.0 patch by slebresne; reviewed by blambov for CASSANDRA-10136 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-10193) Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730587#comment-14730587 ] Benedict commented on CASSANDRA-10193: -- Thanks. Rebased and force-pushed to same repository. >

[jira] [Commented] (CASSANDRA-7950) Output of nodetool compactionstats and compactionhistory does not work well with long keyspace and column family names.

2015-09-04 Thread Eugene (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730579#comment-14730579 ] Eugene commented on CASSANDRA-7950: --- Thank you to everyone that has worked on this so far. Will

cassandra git commit: Slightly better ColumnFilter.toString()

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 24682d21d -> 7c0bfe992 Slightly better ColumnFilter.toString() Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c0bfe99 Tree:

[02/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/test/unit/org/apache/cassandra/io/compress/CompressedSequentialWriterTest.java -- diff --git

[07/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/src/java/org/apache/cassandra/io/util/RandomAccessReader.java -- diff --git a/src/java/org/apache/cassandra/io/util/RandomAccessReader.java

[09/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
Faster sequential IO (CASSANDRA-8630) Merge RandomAccessReader and NIODataInputStream class hierarchies to share performance optimisation work across all readers. patch by stefania; reviewed by ariel and benedict for CASSANDRA-8630 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[04/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ce63ccc8/src/java/org/apache/cassandra/io/util/AbstractDataInput.java -- diff --git a/src/java/org/apache/cassandra/io/util/AbstractDataInput.java

[05/10] cassandra git commit: Faster sequential IO (CASSANDRA-8630)

2015-09-04 Thread benedict
Faster sequential IO (CASSANDRA-8630) Merge RandomAccessReader and NIODataInputStream class hierarchies to share performance optimisation work across all readers. patch by stefania; reviewed by ariel and benedict for CASSANDRA-8630 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[1/3] cassandra git commit: Fix startup error when upgrading nodes to 3.0

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 083815e4f -> eaf0e3523 Fix startup error when upgrading nodes to 3.0 patch by slebresne; reviewed by blambov for CASSANDRA-10136 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-09-04 Thread slebresne
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/eaf0e352 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/eaf0e352 Diff:

[jira] [Commented] (CASSANDRA-9975) Flatten RowIterator call hierarchy with a shared RowTransformer

2015-09-04 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730571#comment-14730571 ] Benedict commented on CASSANDRA-9975: - I've pushed an update that fixes a problem with

[jira] [Commented] (CASSANDRA-10220) Memtables do not handle column changes for their PartitionColumns

2015-09-04 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730632#comment-14730632 ] Sylvain Lebresne commented on CASSANDRA-10220: -- For info, I've pushed a rebased version

[jira] [Commented] (CASSANDRA-10193) Improve Rows.diff and Rows.merge efficiency; downgrade Row.columns() to Collection

2015-09-04 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730722#comment-14730722 ] Marcus Eriksson commented on CASSANDRA-10193: - OK, +1 > Improve Rows.diff and Rows.merge

[2/3] cassandra git commit: Improve efficiency of Row

2015-09-04 Thread benedict
Improve efficiency of Row Removes need to store a Columns instance within a Row, avoiding both the cost of merging and storing these. Improves algorithmic efficiency of Rows.merge by performing a straight forward linear merge on the present ColumnData. Improves algorithmic efficiency of

[1/3] cassandra git commit: ninja fix comments and remove unused method

2015-09-04 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 aa5762633 -> a22db5be2 refs/heads/trunk ae89731f0 -> ae9914bb5 ninja fix comments and remove unused method Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-10262) Bootstrapping nodes failing to apply view updates correctly.

2015-09-04 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730746#comment-14730746 ] T Jake Luciani commented on CASSANDRA-10262: That change didn't work, looks like the code

[2/3] cassandra git commit: ninja fix comments and remove unused method

2015-09-04 Thread benedict
ninja fix comments and remove unused method Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a22db5be Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a22db5be Diff:

[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-09-04 Thread benedict
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ae9914bb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ae9914bb Diff:

[jira] [Commented] (CASSANDRA-10169) Test regression for consistency_test.TestAccuracy

2015-09-04 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730758#comment-14730758 ] Sylvain Lebresne commented on CASSANDRA-10169: -- Ok, so the problem was that the row

[jira] [Resolved] (CASSANDRA-10169) Test regression for consistency_test.TestAccuracy

2015-09-04 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-10169. -- Resolution: Duplicate > Test regression for consistency_test.TestAccuracy

[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-09-04 Thread benedict
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ae89731f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ae89731f Diff:

[1/3] cassandra git commit: Improve efficiency of Row

2015-09-04 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 ce63ccc84 -> aa5762633 refs/heads/trunk 356dd5b31 -> ae89731f0 Improve efficiency of Row Removes need to store a Columns instance within a Row, avoiding both the cost of merging and storing these. Improves algorithmic

cassandra git commit: fix

2015-09-04 Thread jake
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 a22db5be2 -> c7557bdec fix Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c7557bde Tree:

[jira] [Commented] (CASSANDRA-8907) Raise GCInspector alerts to WARN

2015-09-04 Thread Anuj Wadehra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730733#comment-14730733 ] Anuj Wadehra commented on CASSANDRA-8907: - Hi Joshua McKenzie..I have a different thought on

[jira] [Comment Edited] (CASSANDRA-9590) Support for both encrypted and unencrypted native transport connections

2015-09-04 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730760#comment-14730760 ] Stefan Podkowinski edited comment on CASSANDRA-9590 at 9/4/15 1:07 PM:

[1/2] cassandra git commit: Fix return of 'columns()' for AbstractBTreeColumns

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 737b3d0ce -> 721eaf6f0 Fix return of 'columns()' for AbstractBTreeColumns patch by benedict & slebresne; reviewed by benedict & slebresne for CASSANDRA-10220 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-8844) Change Data Capture (CDC)

2015-09-04 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-8844: -- Assignee: Joshua McKenzie > Change Data Capture (CDC) > - >

[jira] [Updated] (CASSANDRA-8844) Change Data Capture (CDC)

2015-09-04 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-8844: -- Priority: Critical (was: Major) > Change Data Capture (CDC) >

[jira] [Commented] (CASSANDRA-8907) Raise GCInspector alerts to WARN

2015-09-04 Thread Anuj Wadehra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730762#comment-14730762 ] Anuj Wadehra commented on CASSANDRA-8907: - Yes. I Agree. We can negotiate on a default value.

[jira] [Comment Edited] (CASSANDRA-9590) Support for both encrypted and unencrypted native transport connections

2015-09-04 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730760#comment-14730760 ] Stefan Podkowinski edited comment on CASSANDRA-9590 at 9/4/15 1:05 PM:

[jira] [Commented] (CASSANDRA-10146) Deprecate v1 and v2 protocol in 2.2, drop support in 3.0

2015-09-04 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730864#comment-14730864 ] Benjamin Lerer commented on CASSANDRA-10146: The patch for 2.1 is

[jira] [Updated] (CASSANDRA-10262) Bootstrapping nodes failing to apply view updates correctly.

2015-09-04 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-10262: --- Fix Version/s: (was: 3.0.0 rc1) 3.0 beta 2 >

[jira] [Updated] (CASSANDRA-9664) Allow MV's select statements to be more complex

2015-09-04 Thread Alan Boudreault (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Boudreault updated CASSANDRA-9664: --- Tester: Alan Boudreault > Allow MV's select statements to be more complex >

[jira] [Commented] (CASSANDRA-9590) Support for both encrypted and unencrypted native transport connections

2015-09-04 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730760#comment-14730760 ] Stefan Podkowinski commented on CASSANDRA-9590: --- Most of the failed tests are upgrade

[jira] [Commented] (CASSANDRA-9590) Support for both encrypted and unencrypted native transport connections

2015-09-04 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730823#comment-14730823 ] Robert Stupp commented on CASSANDRA-9590: - Ok, I've reset "my" branch to your branch and

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

2015-09-04 Thread slebresne
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/721eaf6f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/721eaf6f Diff:

cassandra git commit: Fix return of 'columns()' for AbstractBTreeColumns

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 ab962202a -> c3bc85641 Fix return of 'columns()' for AbstractBTreeColumns patch by benedict & slebresne; reviewed by benedict & slebresne for CASSANDRA-10220 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[21/22] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2015-09-04 Thread jbellis
Merge branch 'cassandra-2.2' into cassandra-3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ab962202 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ab962202 Diff:

[jira] [Updated] (CASSANDRA-9738) Migrate key-cache to be fully off-heap

2015-09-04 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-9738: -- Fix Version/s: (was: 3.0 beta 2) 3.0.0 rc1 > Migrate

[jira] [Commented] (CASSANDRA-10161) Composite case-sensitive primary key: first item is not quoted in DESCRIBE TABLE

2015-09-04 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730903#comment-14730903 ] Adam Holmberg commented on CASSANDRA-10161: --- Thanks for the ping. I'll be rebasing the 3.0

[jira] [Commented] (CASSANDRA-8907) Raise GCInspector alerts to WARN

2015-09-04 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730751#comment-14730751 ] Joshua McKenzie commented on CASSANDRA-8907: bq. any unreasonably high GC While I

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

2015-09-04 Thread jake
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/737b3d0c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/737b3d0c Diff:

[1/2] cassandra git commit: fix

2015-09-04 Thread jake
Repository: cassandra Updated Branches: refs/heads/trunk ae9914bb5 -> 737b3d0ce fix Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c7557bde Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c7557bde

[jira] [Resolved] (CASSANDRA-10220) Memtables do not handle column changes for their PartitionColumns

2015-09-04 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-10220. -- Resolution: Fixed Alright, cassci seems to be happy (there was one timeout

[14/22] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-09-04 Thread jbellis
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3f505191 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3f505191 Diff:

[09/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27754c0a Tree:

[02/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bc56c3e Tree:

[01/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 517058feb -> 5bc56c3e4 refs/heads/cassandra-2.1 fe8005257 -> 5ec020490 refs/heads/cassandra-2.2 1f1352821 -> 25373e994 refs/heads/cassandra-3.0 c7557bdec -> ab962202a refs/heads/trunk 721eaf6f0 -> 5bb80362d refuse to

[18/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/25373e99 Tree:

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

2015-09-04 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/5ec02049 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ec02049 Diff:

[03/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bc56c3e Tree:

[20/22] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2015-09-04 Thread jbellis
Merge branch 'cassandra-2.2' into cassandra-3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ab962202 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ab962202 Diff:

[17/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/25373e99 Tree:

[04/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bc56c3e Tree:

[19/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/25373e99 Tree:

[05/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bc56c3e Tree:

[22/22] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-09-04 Thread jbellis
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bb80362 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5bb80362 Diff:

[06/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27754c0a Tree:

[08/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27754c0a Tree:

[16/22] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-09-04 Thread jbellis
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3f505191 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3f505191 Diff:

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

2015-09-04 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/5ec02049 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ec02049 Diff:

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

2015-09-04 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/5ec02049 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ec02049 Diff:

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

2015-09-04 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/5ec02049 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ec02049 Diff:

[15/22] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-09-04 Thread jbellis
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3f505191 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3f505191 Diff:

[07/22] cassandra git commit: refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741

2015-09-04 Thread jbellis
refuse to decomission if not in state NORMAL patch by Jan Karlsson and Stefania for CASSANDRA-8741 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27754c0a Tree:

[jira] [Commented] (CASSANDRA-10269) Run new upgrade tests on supported upgrade paths

2015-09-04 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731027#comment-14731027 ] Jim Witschey commented on CASSANDRA-10269: -- .bq these are primarily pre to post 8099 tests,

[jira] [Commented] (CASSANDRA-9921) Combine MV schema definition with MV table definition

2015-09-04 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731034#comment-14731034 ] Adam Holmberg commented on CASSANDRA-9921: -- (ACK) Will likely be starting this Tuesday

[jira] [Comment Edited] (CASSANDRA-9921) Combine MV schema definition with MV table definition

2015-09-04 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731034#comment-14731034 ] Adam Holmberg edited comment on CASSANDRA-9921 at 9/4/15 4:34 PM: --

[jira] [Comment Edited] (CASSANDRA-10269) Run new upgrade tests on supported upgrade paths

2015-09-04 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731027#comment-14731027 ] Jim Witschey edited comment on CASSANDRA-10269 at 9/4/15 4:34 PM: --

[jira] [Commented] (CASSANDRA-9921) Combine MV schema definition with MV table definition

2015-09-04 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731035#comment-14731035 ] Adam Holmberg commented on CASSANDRA-9921: -- Olivier is out through next week so [~adutra]

[jira] [Commented] (CASSANDRA-10269) Run new upgrade tests on supported upgrade paths

2015-09-04 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731042#comment-14731042 ] Philip Thompson commented on CASSANDRA-10269: - Josh raises a good point that we don't

[jira] [Commented] (CASSANDRA-10265) Properly deserialize PREPARE_GLOBAL_MESSAGE and update NEWS.txt about repair defaults in 2.2

2015-09-04 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730924#comment-14730924 ] Marcus Eriksson commented on CASSANDRA-10265: - I have no idea how

[jira] [Created] (CASSANDRA-10267) Failing tests in upgrade_trests.paging_test

2015-09-04 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-10267: Summary: Failing tests in upgrade_trests.paging_test Key: CASSANDRA-10267 URL: https://issues.apache.org/jira/browse/CASSANDRA-10267 Project:

[jira] [Commented] (CASSANDRA-10269) Run new upgrade tests on supported upgrade paths

2015-09-04 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730982#comment-14730982 ] Philip Thompson commented on CASSANDRA-10269: - Now that we bucketize, we could easily run

[jira] [Commented] (CASSANDRA-10166) Failing tests on cassandra 3.0 branch

2015-09-04 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730935#comment-14730935 ] Aleksey Yeschenko commented on CASSANDRA-10166: --- Moving to rc1, as the only remaining

cassandra git commit: Fix test build

2015-09-04 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 9658ee9fa -> 8f249a67d Fix test build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8f249a67 Tree:

[jira] [Commented] (CASSANDRA-9664) Allow MV's select statements to be more complex

2015-09-04 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731001#comment-14731001 ] Tyler Hobbs commented on CASSANDRA-9664: I pushed another two small commits to the branch: one

[jira] [Updated] (CASSANDRA-10265) Properly deserialize PREPARE_GLOBAL_MESSAGE and update NEWS.txt about repair defaults in 2.2

2015-09-04 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-10265: --- Since Version: 2.2.1 So after CASSANDRA-9142, incremental repair is not working

[jira] [Commented] (CASSANDRA-10265) Properly deserialize PREPARE_GLOBAL_MESSAGE and update NEWS.txt about repair defaults in 2.2

2015-09-04 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730961#comment-14730961 ] Marcus Eriksson commented on CASSANDRA-10265: - also filed CASSANDRA-10268 > Properly

[jira] [Commented] (CASSANDRA-10269) Run new upgrade tests on supported upgrade paths

2015-09-04 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730996#comment-14730996 ] Philip Thompson commented on CASSANDRA-10269: - Well these are primarily pre to post 8099

  1   2   3   >