[jira] [Updated] (CASSANDRA-11684) Cleanup key ranges during compaction

2016-04-29 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Podkowinski updated CASSANDRA-11684: --- Description: Currently cleanup is considered an optional, manual

[jira] [Commented] (CASSANDRA-10091) Integrated JMX authn & authz

2016-04-29 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263964#comment-15263964 ] Sam Tunnicliffe commented on CASSANDRA-10091: - I've pushed a couple more minor commits to

[jira] [Created] (CASSANDRA-11684) Cleanup key ranges during compaction

2016-04-29 Thread Stefan Podkowinski (JIRA)
Stefan Podkowinski created CASSANDRA-11684: -- Summary: Cleanup key ranges during compaction Key: CASSANDRA-11684 URL: https://issues.apache.org/jira/browse/CASSANDRA-11684 Project: Cassandra

[jira] [Commented] (CASSANDRA-11468) Reading from early opened, and compressed, sstable throws CorruptSSTableException

2016-04-29 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263926#comment-15263926 ] Marcus Eriksson commented on CASSANDRA-11468: - If I'm reading the code correctly it is

[jira] [Updated] (CASSANDRA-11510) Clustering key and secondary index

2016-04-29 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-11510: Resolution: Fixed Fix Version/s: (was: 3.0.x)

[5/6] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2016-04-29 Thread samt
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/943e732c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/943e732c Diff:

[2/6] cassandra git commit: Consider secondary indexes when preparing clustering column restrictions

2016-04-29 Thread samt
Consider secondary indexes when preparing clustering column restrictions Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for CASSANDRA-11510 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dff7b447 Tree:

[4/6] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2016-04-29 Thread samt
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/943e732c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/943e732c Diff:

[3/6] cassandra git commit: Consider secondary indexes when preparing clustering column restrictions

2016-04-29 Thread samt
Consider secondary indexes when preparing clustering column restrictions Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for CASSANDRA-11510 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dff7b447 Tree:

[1/6] cassandra git commit: Consider secondary indexes when preparing clustering column restrictions

2016-04-29 Thread samt
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 38e973d08 -> dff7b447a refs/heads/cassandra-3.0 474d3bf8c -> 943e732ca refs/heads/trunk 5b850223c -> 0e5f2c807 Consider secondary indexes when preparing clustering column restrictions Patch by Sam Tunnicliffe; reviewed by

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

2016-04-29 Thread samt
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/0e5f2c80 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0e5f2c80 Diff:

[jira] [Commented] (CASSANDRA-11629) java.lang.UnsupportedOperationException when selecting rows with counters

2016-04-29 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263875#comment-15263875 ] Sam Tunnicliffe commented on CASSANDRA-11629: - Mostly looks good, but it doesn't handle

[jira] [Resolved] (CASSANDRA-11669) RangeName queries might not return all the results

2016-04-29 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer resolved CASSANDRA-11669. Resolution: Fixed Fix Version/s: (was: 3.0.x)

[1/2] cassandra git commit: Fix paging for range queries where all clustering columns are specified

2016-04-29 Thread blerer
Repository: cassandra Updated Branches: refs/heads/trunk 30bb255ec -> 5b850223c Fix paging for range queries where all clustering columns are specified patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11669 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

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

2016-04-29 Thread blerer
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/5b850223 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5b850223 Diff:

cassandra git commit: Fix paging for range queries where all clustering columns are specified

2016-04-29 Thread blerer
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 32112d80e -> 474d3bf8c Fix paging for range queries where all clustering columns are specified patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11669 Project:

[jira] [Commented] (CASSANDRA-11669) RangeName queries might not return all the results

2016-04-29 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263855#comment-15263855 ] Benjamin Lerer commented on CASSANDRA-11669: The tests look fine. I have run localy the

[jira] [Reopened] (CASSANDRA-11031) Support “ALLOW FILTERING" for Partition Key

2016-04-29 Thread ZhaoYang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhaoYang reopened CASSANDRA-11031: -- > Support “ALLOW FILTERING" for Partition Key > --- >

[jira] [Commented] (CASSANDRA-11031) Support “ALLOW FILTERING" for Partition Key

2016-04-29 Thread ZhaoYang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263833#comment-15263833 ] ZhaoYang commented on CASSANDRA-11031: -- [~slebresne] My use case is supporting multi-tenant:

[jira] [Updated] (CASSANDRA-11031) Support “ALLOW FILTERING" for Partition Key

2016-04-29 Thread ZhaoYang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhaoYang updated CASSANDRA-11031: - Description: Currently, Allow Filtering only works for secondary Index column or clustering

[jira] [Commented] (CASSANDRA-11542) Create a benchmark to compare HDFS and Cassandra bulk read times

2016-04-29 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263830#comment-15263830 ] Stefania commented on CASSANDRA-11542: -- Thank you for the suggestions [~rspitzer]. Switching to

[jira] [Commented] (CASSANDRA-11391) "class declared as inner class" error when using UDF

2016-04-29 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263824#comment-15263824 ] Robert Stupp commented on CASSANDRA-11391: -- Hmm - rebased and re-ran CI. Still a lot of

[jira] [Commented] (CASSANDRA-11538) Give secondary index on partition column the same treatment as static column

2016-04-29 Thread DOAN DuyHai (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263801#comment-15263801 ] DOAN DuyHai commented on CASSANDRA-11538: - Ok to make it clearer For static column index

[jira] [Commented] (CASSANDRA-11683) Code refactor for StorageServiceMBean.forceRepair* methods

2016-04-29 Thread Lijun Huang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263790#comment-15263790 ] Lijun Huang commented on CASSANDRA-11683: - The pull request is:

[jira] [Commented] (CASSANDRA-11683) Code refactor for StorageServiceMBean.forceRepair* methods

2016-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263789#comment-15263789 ] ASF GitHub Bot commented on CASSANDRA-11683: GitHub user peoplehlj opened a pull request:

[jira] [Updated] (CASSANDRA-11603) PER PARTITION LIMIT does not work properly for SinglePartition

2016-04-29 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-11603: Status: Ready to Commit (was: Patch Available) > PER PARTITION LIMIT does not work

[jira] [Created] (CASSANDRA-11683) Code refactor for StorageServiceMBean.forceRepair* methods

2016-04-29 Thread Lijun Huang (JIRA)
Lijun Huang created CASSANDRA-11683: --- Summary: Code refactor for StorageServiceMBean.forceRepair* methods Key: CASSANDRA-11683 URL: https://issues.apache.org/jira/browse/CASSANDRA-11683 Project:

[jira] [Commented] (CASSANDRA-11542) Create a benchmark to compare HDFS and Cassandra bulk read times

2016-04-29 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263751#comment-15263751 ] Sylvain Lebresne commented on CASSANDRA-11542: -- bq. I still think we need

[jira] [Updated] (CASSANDRA-11682) 'keyspace' option support on STARTUP message

2016-04-29 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-11682: - Labels: protocolv5 (was: ) > 'keyspace' option support on STARTUP message >

[jira] [Commented] (CASSANDRA-11603) PER PARTITION LIMIT does not work properly for SinglePartition

2016-04-29 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263738#comment-15263738 ] Alex Petrov commented on CASSANDRA-11603: - The patch looks good to me > PER PARTITION LIMIT

[jira] [Updated] (CASSANDRA-11510) Clustering key and secondary index

2016-04-29 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11510: --- Status: Ready to Commit (was: Patch Available) > Clustering key and secondary

[jira] [Commented] (CASSANDRA-11510) Clustering key and secondary index

2016-04-29 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263731#comment-15263731 ] Benjamin Lerer commented on CASSANDRA-11510: +1 Thanks for the work. > Clustering key

[jira] [Updated] (CASSANDRA-11629) java.lang.UnsupportedOperationException when selecting rows with counters

2016-04-29 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-11629: Reviewer: Sam Tunnicliffe > java.lang.UnsupportedOperationException when selecting

[jira] [Updated] (CASSANDRA-11673) (2.1) dtest failure in bootstrap_test.TestBootstrap.test_cleanup

2016-04-29 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-11673: Reviewer: Philip Thompson Status: Patch Available (was: Open) we need

[jira] [Updated] (CASSANDRA-10962) Cassandra should not create snapshot at restart for compactions_in_progress

2016-04-29 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-10962: Reproduced In: 2.1.12, 2.0.10 (was: 2.0.10, 2.1.12) Status: Patch Available

<    1   2