[jira] [Issue Comment Deleted] (CASSANDRA-9754) Make index info heap friendly for large CQL partitions

2016-03-31 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-9754: -- Comment: was deleted (was: I renew my offer to help test code (and / or port to other

[jira] [Commented] (CASSANDRA-11320) Improve backoff policy for cqlsh COPY FROM

2016-03-31 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221083#comment-15221083 ] Stefania commented on CASSANDRA-11320: -- I changed one more thing in the patch: after rebasing

[jira] [Commented] (CASSANDRA-11225) dtest failure in consistency_test.TestAccuracy.test_simple_strategy_counters

2016-03-31 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221059#comment-15221059 ] Stefania commented on CASSANDRA-11225: -- It seems your observation is correct. StorageProxy has a

[jira] [Commented] (CASSANDRA-9754) Make index info heap friendly for large CQL partitions

2016-03-31 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221050#comment-15221050 ] Jeff Jirsa commented on CASSANDRA-9754: --- I renew my offer to help test code (and / or port to

[jira] [Commented] (CASSANDRA-9754) Make index info heap friendly for large CQL partitions

2016-03-31 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15221026#comment-15221026 ] Michael Kjellman commented on CASSANDRA-9754: - I have some insanely encouraging initial

[jira] [Commented] (CASSANDRA-9754) Make index info heap friendly for large CQL partitions

2016-03-31 Thread Michael Kjellman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220973#comment-15220973 ] Michael Kjellman commented on CASSANDRA-9754: - Alright, good news! My unit test that

[jira] [Created] (CASSANDRA-11474) cqlsh: COPY FROM should use regular inserts for single statement batches

2016-03-31 Thread Stefania (JIRA)
Stefania created CASSANDRA-11474: Summary: cqlsh: COPY FROM should use regular inserts for single statement batches Key: CASSANDRA-11474 URL: https://issues.apache.org/jira/browse/CASSANDRA-11474

[jira] [Commented] (CASSANDRA-11460) memory leak

2016-03-31 Thread stone (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220927#comment-15220927 ] stone commented on CASSANDRA-11460: --- anyone have idea on this? > memory leak > --- > >

[jira] [Updated] (CASSANDRA-11473) Clustering column value is zeroed out in some query results

2016-03-31 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-11473: Reproduced In: 3.0.4 > Clustering column value is zeroed out in some query results >

[jira] [Updated] (CASSANDRA-11473) Clustering column value is zeroed out in some query results

2016-03-31 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-11473: Summary: Clustering column value is zeroed out in some query results (was:

[jira] [Updated] (CASSANDRA-11473) Inconsistent query results

2016-03-31 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-11473: Description: As per a discussion on the mailing list,

[jira] [Created] (CASSANDRA-11473) Inconsistent query results

2016-03-31 Thread Jason Kania (JIRA)
Jason Kania created CASSANDRA-11473: --- Summary: Inconsistent query results Key: CASSANDRA-11473 URL: https://issues.apache.org/jira/browse/CASSANDRA-11473 Project: Cassandra Issue Type: Bug

[jira] [Created] (CASSANDRA-11472) Add preCheckpoint callback to LifecycleTransaction

2016-03-31 Thread Blake Eggleston (JIRA)
Blake Eggleston created CASSANDRA-11472: --- Summary: Add preCheckpoint callback to LifecycleTransaction Key: CASSANDRA-11472 URL: https://issues.apache.org/jira/browse/CASSANDRA-11472 Project:

[jira] [Updated] (CASSANDRA-9967) Determine if a Materialized View is finished building, without having to query each node

2016-03-31 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated CASSANDRA-9967: -- Resolution: Fixed Fix Version/s: (was: 3.x) 3.6

cassandra git commit: Add a command to see if a Materialized View has finished building

2016-03-31 Thread carl
Repository: cassandra Updated Branches: refs/heads/trunk 961b5c9f4 -> 21448c508 Add a command to see if a Materialized View has finished building Patch by Carl Yeksigian; reviewed by Joel Knighton for CASSANDRA-9967 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-9967) Determine if a Materialized View is finished building, without having to query each node

2016-03-31 Thread Joel Knighton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220596#comment-15220596 ] Joel Knighton commented on CASSANDRA-9967: -- CI looks clean relative to upstream. Changes look

[jira] [Commented] (CASSANDRA-11456) support for PreparedStatement with LIKE

2016-03-31 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220466#comment-15220466 ] Pavel Yaskevich commented on CASSANDRA-11456: - [~beobal] LGTM, +1. > support for

[jira] [Updated] (CASSANDRA-11456) support for PreparedStatement with LIKE

2016-03-31 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-11456: Assignee: Sam Tunnicliffe (was: Pavel Yaskevich) Reviewer: Pavel Yaskevich

[jira] [Comment Edited] (CASSANDRA-11448) Running OOS should trigger the disk failure policy

2016-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220427#comment-15220427 ] Joshua McKenzie edited comment on CASSANDRA-11448 at 3/31/16 6:42 PM:

[jira] [Commented] (CASSANDRA-11448) Running OOS should trigger the disk failure policy

2016-03-31 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220427#comment-15220427 ] Joshua McKenzie commented on CASSANDRA-11448: - On the trunk patch, do we also need to

[jira] [Updated] (CASSANDRA-11402) Alignment wrong in tpstats output for PerDiskMemtableFlushWriter

2016-03-31 Thread Ryan Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Magnusson updated CASSANDRA-11402: --- Status: Patch Available (was: Open) > Alignment wrong in tpstats output for

[jira] [Commented] (CASSANDRA-11402) Alignment wrong in tpstats output for PerDiskMemtableFlushWriter

2016-03-31 Thread Ryan Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220338#comment-15220338 ] Ryan Magnusson commented on CASSANDRA-11402: Please let me know if this looks correct.

[jira] [Updated] (CASSANDRA-11402) Alignment wrong in tpstats output for PerDiskMemtableFlushWriter

2016-03-31 Thread Ryan Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Magnusson updated CASSANDRA-11402: --- Attachment: 11402-trunk.txt > Alignment wrong in tpstats output for

[jira] [Updated] (CASSANDRA-11402) Alignment wrong in tpstats output for PerDiskMemtableFlushWriter

2016-03-31 Thread Ryan Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Magnusson updated CASSANDRA-11402: --- Attachment: (was: 11402-trunk.txt) > Alignment wrong in tpstats output for

[jira] [Commented] (CASSANDRA-9935) Repair fails with RuntimeException

2016-03-31 Thread Ruoran Wang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220322#comment-15220322 ] Ruoran Wang commented on CASSANDRA-9935: That's not an ideal fix. I noticed in

[jira] [Updated] (CASSANDRA-11402) Alignment wrong in tpstats output for PerDiskMemtableFlushWriter

2016-03-31 Thread Ryan Magnusson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Magnusson updated CASSANDRA-11402: --- Attachment: 11402-trunk.txt > Alignment wrong in tpstats output for

[jira] [Updated] (CASSANDRA-11471) Add SASL mechanism negotiation to the native protocol

2016-03-31 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-11471: Description: Introducing an additional message exchange into the

[jira] [Updated] (CASSANDRA-10956) Enable authentication of native protocol users via client certificates

2016-03-31 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-10956: Resolution: Won't Fix Status: Resolved (was: Patch Available) I've

[jira] [Commented] (CASSANDRA-11471) Add SASL mechanism negotiation to the native protocol

2016-03-31 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220267#comment-15220267 ] Sam Tunnicliffe commented on CASSANDRA-11471: - See CASSANDRA-10956 for some initial

[jira] [Created] (CASSANDRA-11471) Add SASL mechanism negotiation to the native protocol

2016-03-31 Thread Sam Tunnicliffe (JIRA)
Sam Tunnicliffe created CASSANDRA-11471: --- Summary: Add SASL mechanism negotiation to the native protocol Key: CASSANDRA-11471 URL: https://issues.apache.org/jira/browse/CASSANDRA-11471 Project:

[jira] [Updated] (CASSANDRA-9200) Sequences

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-9200: Assignee: (was: Robert Stupp) > Sequences > - > > Key:

[jira] [Updated] (CASSANDRA-9626) Make C* work in all locales

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-9626: Assignee: (was: Robert Stupp) > Make C* work in all locales >

[jira] [Updated] (CASSANDRA-8929) Workload sampling

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-8929: Assignee: (was: Robert Stupp) > Workload sampling > - > >

[jira] [Updated] (CASSANDRA-9756) Cleanup UDA code after 6717

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-9756: Assignee: (was: Robert Stupp) > Cleanup UDA code after 6717 >

[jira] [Updated] (CASSANDRA-7597) Remove static initializer in DatabaseDescriptor

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-7597: Assignee: (was: Robert Stupp) > Remove static initializer in DatabaseDescriptor >

[jira] [Updated] (CASSANDRA-10081) Remove cache related code from CompactionManager

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10081: - Assignee: (was: Robert Stupp) > Remove cache related code from CompactionManager

[jira] [Updated] (CASSANDRA-10039) Make UDF script sandbox more robust against Nashorn internal changes

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10039: - Assignee: (was: Robert Stupp) > Make UDF script sandbox more robust against

[jira] [Assigned] (CASSANDRA-11465) dtest failure in cql_tracing_test.TestCqlTracing.tracing_unknown_impl_test

2016-03-31 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Witschey reassigned CASSANDRA-11465: Assignee: Jim Witschey (was: DS Test Eng) > dtest failure in

[jira] [Commented] (CASSANDRA-11470) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220248#comment-15220248 ] Philip Thompson commented on CASSANDRA-11470: - This appears to have nothing to do with

[jira] [Updated] (CASSANDRA-10201) Row cache compression

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10201: - Assignee: (was: Robert Stupp) > Row cache compression > - >

[jira] [Updated] (CASSANDRA-10189) Unify read/writeUTF code paths

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10189: - Assignee: (was: Robert Stupp) > Unify read/writeUTF code paths >

[jira] [Commented] (CASSANDRA-11446) dtest failure in scrub_test.TestScrub.test_nodetool_scrub

2016-03-31 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220241#comment-15220241 ] Jim Witschey commented on CASSANDRA-11446: -- This may just be noise that can be addressed by

[jira] [Commented] (CASSANDRA-11465) dtest failure in cql_tracing_test.TestCqlTracing.tracing_unknown_impl_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220227#comment-15220227 ] Philip Thompson commented on CASSANDRA-11465: - Also seeing the failure in

[jira] [Updated] (CASSANDRA-11470) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-11470: Fix Version/s: 3.x > dtest failure in >

[jira] [Updated] (CASSANDRA-11470) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-11470: Assignee: (was: DS Test Eng) > dtest failure in >

[jira] [Created] (CASSANDRA-11470) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-03-31 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11470: --- Summary: dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test Key: CASSANDRA-11470 URL:

[jira] [Updated] (CASSANDRA-11470) dtest failure in materialized_views_test.TestMaterializedViews.base_replica_repair_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-11470: Issue Type: Bug (was: Test) > dtest failure in >

[jira] [Comment Edited] (CASSANDRA-11452) Cache implementation using LIRS eviction for in-process page cache

2016-03-31 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220189#comment-15220189 ] Branimir Lambov edited comment on CASSANDRA-11452 at 3/31/16 4:47 PM:

[jira] [Commented] (CASSANDRA-11452) Cache implementation using LIRS eviction for in-process page cache

2016-03-31 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220189#comment-15220189 ] Branimir Lambov commented on CASSANDRA-11452: - Work in progress attached

[jira] [Commented] (CASSANDRA-11310) Allow filtering on clustering columns for queries without secondary indexes

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220158#comment-15220158 ] Benjamin Lerer commented on CASSANDRA-11310: Thanks the changes look good. Waiting for

[jira] [Commented] (CASSANDRA-11393) dtest failure in upgrade_tests.upgrade_through_versions_test.ProtoV3Upgrade_2_1_UpTo_3_0_HEAD.rolling_upgrade_test

2016-03-31 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220159#comment-15220159 ] Philip Thompson commented on CASSANDRA-11393: - I am now also seeing this in another

[jira] [Updated] (CASSANDRA-11310) Allow filtering on clustering columns for queries without secondary indexes

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11310: --- Status: Patch Available (was: Open) > Allow filtering on clustering columns for

[jira] [Commented] (CASSANDRA-10735) Support netty openssl (netty-tcnative) for client encryption

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220139#comment-15220139 ] Aleksey Yeschenko commented on CASSANDRA-10735: --- [~norman] I hope you'll be too, mate

[jira] [Commented] (CASSANDRA-10735) Support netty openssl (netty-tcnative) for client encryption

2016-03-31 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220135#comment-15220135 ] Norman Maurer commented on CASSANDRA-10735: --- [~iamaleksey] you are fast buddy ;) > Support

[jira] [Resolved] (CASSANDRA-7881) SCHEMA_CHANGE Events and Responses should carry the Schema Version

2016-03-31 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp resolved CASSANDRA-7881. - Resolution: Won't Fix Fix Version/s: (was: 3.x) > SCHEMA_CHANGE Events and

[jira] [Commented] (CASSANDRA-10735) Support netty openssl (netty-tcnative) for client encryption

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220130#comment-15220130 ] Aleksey Yeschenko commented on CASSANDRA-10735: --- bq. Actually you may want to assign

[jira] [Updated] (CASSANDRA-10735) Support netty openssl (netty-tcnative) for client encryption

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-10735: -- Assignee: Norman Maurer (was: Aleksey Yeschenko) > Support netty openssl

[jira] [Created] (CASSANDRA-11469) dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.upgrade_to_22_test

2016-03-31 Thread Philip Thompson (JIRA)
Philip Thompson created CASSANDRA-11469: --- Summary: dtest failure in upgrade_internal_auth_test.TestAuthUpgrade.upgrade_to_22_test Key: CASSANDRA-11469 URL:

[jira] [Updated] (CASSANDRA-9371) Add SEQUENCE to schema-change response/event messages

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9371: - Issue Type: Task (was: Bug) > Add SEQUENCE to schema-change response/event

[jira] [Commented] (CASSANDRA-10735) Support netty openssl (netty-tcnative) for client encryption

2016-03-31 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220125#comment-15220125 ] Norman Maurer commented on CASSANDRA-10735: --- Actually you may want to assign this to me ?

[jira] [Updated] (CASSANDRA-9371) Add SEQUENCE to schema-change response/event messages

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9371: - Issue Type: Bug (was: Sub-task) Parent: (was: CASSANDRA-9362) >

[jira] [Updated] (CASSANDRA-11466) Add Dynamic Type to the Native Protocol

2016-03-31 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-11466: -- Issue Type: Sub-task (was: Improvement) Parent: CASSANDRA-9362 >

[jira] [Commented] (CASSANDRA-7881) SCHEMA_CHANGE Events and Responses should carry the Schema Version

2016-03-31 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220108#comment-15220108 ] Tyler Hobbs commented on CASSANDRA-7881: I agree with your comments. Do you want to go ahead

[jira] [Updated] (CASSANDRA-10587) sstablemetadata NPE on cassandra 2.2

2016-03-31 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-10587: Status: Ready to Commit (was: Patch Available) > sstablemetadata NPE on cassandra 2.2

[jira] [Commented] (CASSANDRA-10587) sstablemetadata NPE on cassandra 2.2

2016-03-31 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220046#comment-15220046 ] Paulo Motta commented on CASSANDRA-10587: - LGTM, tested locally and worked after fix. Thanks!

[jira] [Commented] (CASSANDRA-11461) Failed incremental repairs never cleared from pending list

2016-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220026#comment-15220026 ] Marcus Eriksson commented on CASSANDRA-11461: - [~nickmbailey] with CASSANDRA-11451 users

[jira] [Commented] (CASSANDRA-11461) Failed incremental repairs never cleared from pending list

2016-03-31 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15220014#comment-15220014 ] Nick Bailey commented on CASSANDRA-11461: - We would need to reproduce the issue in OpsCenter

[jira] [Commented] (CASSANDRA-11225) dtest failure in consistency_test.TestAccuracy.test_simple_strategy_counters

2016-03-31 Thread Russ Hatch (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219981#comment-15219981 ] Russ Hatch commented on CASSANDRA-11225: [~Stefania] Sounds like maybe those two failures

[2/6] cassandra git commit: Improve IF NOT EXISTS check in CREATE INDEX

2016-03-31 Thread samt
Improve IF NOT EXISTS check in CREATE INDEX Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for CASSANDRA-11331 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/be380814 Tree:

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

2016-03-31 Thread samt
Merge branch 'cassandra-3.0' into cassandra-3.5 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4111e4fd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4111e4fd Diff:

[jira] [Assigned] (CASSANDRA-11307) Inappropriate WARN log message for commit log sync delay when using commitlog_sync: batch

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer reassigned CASSANDRA-11307: -- Assignee: Benjamin Lerer > Inappropriate WARN log message for commit log

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

2016-03-31 Thread samt
Merge branch 'cassandra-3.5' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/961b5c9f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/961b5c9f Diff:

[jira] [Commented] (CASSANDRA-11461) Failed incremental repairs never cleared from pending list

2016-03-31 Thread Francesco Animali (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219978#comment-15219978 ] Francesco Animali commented on CASSANDRA-11461: --- actually I specified a number of

[jira] [Updated] (CASSANDRA-11331) Create Index IF NOT EXISTS throws error when index already exists

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

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

2016-03-31 Thread samt
Merge branch 'cassandra-3.0' into cassandra-3.5 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4111e4fd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4111e4fd Diff:

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

2016-03-31 Thread Blake Eggleston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Eggleston updated CASSANDRA-11468: Since Version: 3.0.4 (was: 3.4) > Reading from early opened, and compressed,

[3/6] cassandra git commit: Improve IF NOT EXISTS check in CREATE INDEX

2016-03-31 Thread samt
Improve IF NOT EXISTS check in CREATE INDEX Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for CASSANDRA-11331 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/be380814 Tree:

[1/6] cassandra git commit: Improve IF NOT EXISTS check in CREATE INDEX

2016-03-31 Thread samt
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 067c8dfbe -> be3808140 refs/heads/cassandra-3.5 b80a31d7e -> 4111e4fdf refs/heads/trunk 7e5c6b597 -> 961b5c9f4 Improve IF NOT EXISTS check in CREATE INDEX Patch by Sam Tunnicliffe; reviewed by Benjamin Lerer for

[jira] [Assigned] (CASSANDRA-11412) Many sstablescanners opened during repair

2016-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson reassigned CASSANDRA-11412: --- Assignee: Marcus Eriksson > Many sstablescanners opened during repair >

[jira] [Commented] (CASSANDRA-11456) support for PreparedStatement with LIKE

2016-03-31 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219923#comment-15219923 ] Sam Tunnicliffe commented on CASSANDRA-11456: - [~xedin] sounds reasonable. I've pushed a

[jira] [Updated] (CASSANDRA-9325) cassandra-stress requires keystore for SSL but provides no way to configure it

2016-03-31 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-9325: -- Resolution: Fixed Fix Version/s: (was: 2.2.x) 3.5

[04/10] cassandra git commit: Add cassandra-stress keystore option (CASSANDRA-9325)

2016-03-31 Thread jake
Add cassandra-stress keystore option (CASSANDRA-9325) * Prevents stress tool from checking keystore at .conf/keystore even if not needed * Adds keystore -transport option in case client verification is used on server Patch by Stefan Podkowinski; reviewed by T Jake Luciani for CASSANDRA-9325

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

2016-03-31 Thread jake
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/067c8dfb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/067c8dfb Diff:

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

2016-03-31 Thread jake
Merge branch 'cassandra-3.5' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7e5c6b59 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7e5c6b59 Diff:

[02/10] cassandra git commit: Add cassandra-stress keystore option (CASSANDRA-9325)

2016-03-31 Thread jake
Add cassandra-stress keystore option (CASSANDRA-9325) * Prevents stress tool from checking keystore at .conf/keystore even if not needed * Adds keystore -transport option in case client verification is used on server Patch by Stefan Podkowinski; reviewed by T Jake Luciani for CASSANDRA-9325

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

2016-03-31 Thread jake
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/067c8dfb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/067c8dfb Diff:

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

2016-03-31 Thread jake
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/067c8dfb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/067c8dfb Diff:

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

2016-03-31 Thread jake
Merge branch 'cassandra-3.0' into cassandra-3.5 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b80a31d7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b80a31d7 Diff:

[03/10] cassandra git commit: Add cassandra-stress keystore option (CASSANDRA-9325)

2016-03-31 Thread jake
Add cassandra-stress keystore option (CASSANDRA-9325) * Prevents stress tool from checking keystore at .conf/keystore even if not needed * Adds keystore -transport option in case client verification is used on server Patch by Stefan Podkowinski; reviewed by T Jake Luciani for CASSANDRA-9325

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

2016-03-31 Thread jake
Merge branch 'cassandra-3.0' into cassandra-3.5 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b80a31d7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b80a31d7 Diff:

[01/10] cassandra git commit: Add cassandra-stress keystore option (CASSANDRA-9325)

2016-03-31 Thread jake
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 10f25aeeb -> 106750c78 refs/heads/cassandra-3.0 f8cc86039 -> 067c8dfbe refs/heads/cassandra-3.5 b984ea35e -> b80a31d7e refs/heads/trunk 3c147f865 -> 7e5c6b597 Add cassandra-stress keystore option (CASSANDRA-9325) *

[jira] [Commented] (CASSANDRA-11461) Failed incremental repairs never cleared from pending list

2016-03-31 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219907#comment-15219907 ] Nick Bailey commented on CASSANDRA-11461: - Well that depends. It starts by doing everything

[jira] [Commented] (CASSANDRA-11461) Failed incremental repairs never cleared from pending list

2016-03-31 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219911#comment-15219911 ] Marcus Eriksson commented on CASSANDRA-11461: - Can we make sure somehow? With vnodes and

[jira] [Assigned] (CASSANDRA-11467) Paging loses rows in certain conditions

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer reassigned CASSANDRA-11467: -- Assignee: Benjamin Lerer > Paging loses rows in certain conditions >

[jira] [Updated] (CASSANDRA-11331) Create Index IF NOT EXISTS throws error when index already exists

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11331: --- Status: Ready to Commit (was: Patch Available) > Create Index IF NOT EXISTS

[jira] [Commented] (CASSANDRA-11331) Create Index IF NOT EXISTS throws error when index already exists

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219880#comment-15219880 ] Benjamin Lerer commented on CASSANDRA-11331: +1 > Create Index IF NOT EXISTS throws

[jira] [Updated] (CASSANDRA-11331) Create Index IF NOT EXISTS throws error when index already exists

2016-03-31 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11331: --- Reproduced In: 3.4, 3.0.4 (was: 3.0.4, 3.4) Reviewer: Benjamin Lerer >

[jira] [Reopened] (CASSANDRA-6091) Better Vnode support in hadoop/pig

2016-03-31 Thread mck (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mck reopened CASSANDRA-6091: Assignee: mck Patch against trunk is updated at

[jira] [Commented] (CASSANDRA-9325) cassandra-stress requires keystore for SSL but provides no way to configure it

2016-03-31 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219651#comment-15219651 ] Stefan Podkowinski commented on CASSANDRA-9325: --- cassci test results:

[jira] [Updated] (CASSANDRA-11453) CustomIndexTest fails intermittently

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

  1   2   >