[jira] [Commented] (CASSANDRA-11534) cqlsh fails to format collections when using aliases

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483402#comment-15483402 ] Stefania commented on CASSANDRA-11534: -- Thank you for your analysis [~arunkumar]

cassandra git commit: Fix paging for 2.x to 3.x upgrades

2016-09-12 Thread blerer
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 893fd21b5 -> 932f3ebbe Fix paging for 2.x to 3.x upgrades patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache

cassandra git commit: Fix paging for 2.x to 3.x upgrades

2016-09-12 Thread blerer
Repository: cassandra Updated Branches: refs/heads/cassandra-3.9 6facdf0be -> c11c7d73d Fix paging for 2.x to 3.x upgrades patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache

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

2016-09-12 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/301d5ef5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/301d5ef5 Diff: http://git-wip-us.apache.org/repos/asf/cassandra

[2/4] cassandra git commit: Fix paging for 2.x to 3.x upgrades

2016-09-12 Thread blerer
Fix paging for 2.x to 3.x upgrades patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c11c7d73 Tree: http://git-wip-us.apache.org/repos/asf/cassan

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

2016-09-12 Thread blerer
Merge branch cassandra-3.9 into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4354db24 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4354db24 Diff: http://git-wip-us.apache.org/repos/asf/cassandra

[1/4] cassandra git commit: Fix paging for 2.x to 3.x upgrades

2016-09-12 Thread blerer
Repository: cassandra Updated Branches: refs/heads/trunk f0b229afb -> 4354db24c Fix paging for 2.x to 3.x upgrades patch by Benjamin Lerer; reviewed by Sylvain Lebresne for CASSANDRA-11195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/rep

[jira] [Commented] (CASSANDRA-11195) paging may returns incomplete results on small page size

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483535#comment-15483535 ] Benjamin Lerer commented on CASSANDRA-11195: Committed into 3.0 at 932f3e

[jira] [Updated] (CASSANDRA-11195) paging may returns incomplete results on small page size

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11195: --- Resolution: Fixed Fix Version/s: 3.9 3.0.9 St

[jira] [Comment Edited] (CASSANDRA-11195) paging may returns incomplete results on small page size

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483535#comment-15483535 ] Benjamin Lerer edited comment on CASSANDRA-11195 at 9/12/16 8:53 AM: --

[jira] [Commented] (CASSANDRA-11031) Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483557#comment-15483557 ] Benjamin Lerer commented on CASSANDRA-11031: Thanks for the change. +1 I

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

2016-09-12 Thread stefania
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/64f12ab2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/64f12ab2 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/3] cassandra git commit: Handle composite prefixes with final EOC=0 as in 2.x and refactor LegacyLayout.decodeBound

2016-09-12 Thread stefania
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 932f3ebbe -> d600f51ee refs/heads/trunk 4354db24c -> 64f12ab2c Handle composite prefixes with final EOC=0 as in 2.x and refactor LegacyLayout.decodeBound patch by Stefania Alborghetti and Sylvain Lebresne; reviewed by Tyler Ho

[2/3] cassandra git commit: Handle composite prefixes with final EOC=0 as in 2.x and refactor LegacyLayout.decodeBound

2016-09-12 Thread stefania
Handle composite prefixes with final EOC=0 as in 2.x and refactor LegacyLayout.decodeBound patch by Stefania Alborghetti and Sylvain Lebresne; reviewed by Tyler Hobbs and Sylvain Lebresne for CASSANDRA-12423 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-u

[jira] [Updated] (CASSANDRA-12477) BackgroundCompaction causes Node crash (OutOfMemoryError)

2016-09-12 Thread Kuku1 (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuku1 updated CASSANDRA-12477: -- Attachment: system.log > BackgroundCompaction causes Node crash (OutOfMemoryError) > --

[jira] [Commented] (CASSANDRA-12477) BackgroundCompaction causes Node crash (OutOfMemoryError)

2016-09-12 Thread Kuku1 (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483563#comment-15483563 ] Kuku1 commented on CASSANDRA-12477: --- I tried it with 8G, 10G, 12G and 16G... Crashi

[jira] [Commented] (CASSANDRA-12423) Cells missing from compact storage table after upgrading from 2.1.9 to 3.7

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483567#comment-15483567 ] Stefania commented on CASSANDRA-12423: -- The latest run of dtests on trunk was go

[jira] [Updated] (CASSANDRA-12423) Cells missing from compact storage table after upgrading from 2.1.9 to 3.7

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania updated CASSANDRA-12423: - Resolution: Fixed Fix Version/s: 3.10 3.0.9 Status: Resol

[jira] [Updated] (CASSANDRA-12423) Cells missing from compact storage table after upgrading from 2.1.9 to 3.7

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania updated CASSANDRA-12423: - Component/s: Local Write-Read Paths > Cells missing from compact storage table after upgradin

[jira] [Updated] (CASSANDRA-12477) BackgroundCompaction causes Node crash (OutOfMemoryError)

2016-09-12 Thread Kuku1 (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuku1 updated CASSANDRA-12477: -- Attachment: (was: system.log) > BackgroundCompaction causes Node crash (OutOfMemoryError) > ---

[jira] [Updated] (CASSANDRA-12477) BackgroundCompaction causes Node crash (OutOfMemoryError)

2016-09-12 Thread Kuku1 (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuku1 updated CASSANDRA-12477: -- Attachment: system.log > BackgroundCompaction causes Node crash (OutOfMemoryError) > --

[jira] [Commented] (CASSANDRA-12499) Row cache does not cache partitions on tables without clustering keys

2016-09-12 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483581#comment-15483581 ] Sylvain Lebresne commented on CASSANDRA-12499: -- The change lgtm but a fe

[2/3] cassandra git commit: Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread blerer
http://git-wip-us.apache.org/repos/asf/cassandra/blob/3f49c328/test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java -- diff --git a/test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java b/

[1/3] cassandra git commit: Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread blerer
Repository: cassandra Updated Branches: refs/heads/trunk 64f12ab2c -> 3f49c328f http://git-wip-us.apache.org/repos/asf/cassandra/blob/3f49c328/test/unit/org/apache/cassandra/index/internal/CassandraIndexTest.java -- diff --git

[3/3] cassandra git commit: Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread blerer
Allow filtering on partition key columns for queries without secondary indexes patch by ZhaoYang and Alex Petrov; reviewed by Benjamin Lerer for CASSANDRA-11031 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3f49c32

[jira] [Commented] (CASSANDRA-11031) Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483609#comment-15483609 ] Benjamin Lerer commented on CASSANDRA-11031: Thanks for the patch. Commi

[jira] [Updated] (CASSANDRA-11031) Allow filtering on partition key columns for queries without secondary indexes

2016-09-12 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-11031: --- Resolution: Fixed Fix Version/s: (was: 3.x) 3.10

[jira] [Commented] (CASSANDRA-12624) Add cassandra.yaml overlay capabilities (can issue pull request now)

2016-09-12 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483958#comment-15483958 ] Stefan Podkowinski commented on CASSANDRA-12624: +1 Having custom val

[jira] [Comment Edited] (CASSANDRA-12477) BackgroundCompaction causes Node crash (OutOfMemoryError)

2016-09-12 Thread Kuku1 (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483563#comment-15483563 ] Kuku1 edited comment on CASSANDRA-12477 at 9/12/16 1:16 PM: ---

[jira] [Commented] (CASSANDRA-12590) Segfault reading secondary index

2016-09-12 Thread Cameron Zemek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484088#comment-15484088 ] Cameron Zemek commented on CASSANDRA-12590: --- Found more occurrences of the

[jira] [Updated] (CASSANDRA-12512) compaction-stress: assertion error on accessing Schema.instance from client-mode tool

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-12512: Status: Ready to Commit (was: Patch Available) > compaction-stress: assertion error on

[jira] [Updated] (CASSANDRA-12512) compaction-stress: assertion error on accessing Schema.instance from client-mode tool

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-12512: Reviewer: Paulo Motta > compaction-stress: assertion error on accessing Schema.instance

[jira] [Commented] (CASSANDRA-12512) compaction-stress: assertion error on accessing Schema.instance from client-mode tool

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484236#comment-15484236 ] Paulo Motta commented on CASSANDRA-12512: - +1 > compaction-stress: assertion

[jira] [Commented] (CASSANDRA-12557) Cassandra 3.0.6 New Node Perpetually in UJ State and Streams More Data Than Any Node

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484285#comment-15484285 ] Paulo Motta commented on CASSANDRA-12557: - bq. Earlier on the streams kept f

[jira] [Updated] (CASSANDRA-12489) consecutive repairs of same range always finds 'out of sync' in sane cluster

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-12489: Labels: lhf (was: ) > consecutive repairs of same range always finds 'out of sync' in

[jira] [Updated] (CASSANDRA-12584) document SASI functionality

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-12584: Component/s: Documentation and Website > document SASI functionality >

cassandra git commit: Put CQLSSTableWriter back to the old interface/behavior before CASSANDRA-11844

2016-09-12 Thread jake
Repository: cassandra Updated Branches: refs/heads/trunk 3f49c328f -> 0026e4eee Put CQLSSTableWriter back to the old interface/behavior before CASSANDRA-11844 Patch by Jeremiah Jordan; reviewed by Jake Luciani for CASSANDRA-12551 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo

[jira] [Updated] (CASSANDRA-12551) Fix CQLSSTableWriter compatibility changes from CASSANDRA-11844

2016-09-12 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-12551: --- Resolution: Fixed Status: Resolved (was: Patch Available) LGTM thx. com

[jira] [Commented] (CASSANDRA-12367) Add an API to request the size of a CQL partition

2016-09-12 Thread Russell Bradberry (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484582#comment-15484582 ] Russell Bradberry commented on CASSANDRA-12367: --- I agree with [~thobbs]

[jira] [Comment Edited] (CASSANDRA-12367) Add an API to request the size of a CQL partition

2016-09-12 Thread Russell Bradberry (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484582#comment-15484582 ] Russell Bradberry edited comment on CASSANDRA-12367 at 9/12/16 4:40 PM: ---

[jira] [Commented] (CASSANDRA-12372) Remove deprecated memtable_cleanup_threshold for 4.0

2016-09-12 Thread Blake Eggleston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484622#comment-15484622 ] Blake Eggleston commented on CASSANDRA-12372: - Aforementioned rant/discus

[jira] [Commented] (CASSANDRA-12501) Table read error on migrating from 2.1.9 to 3x

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484638#comment-15484638 ] Edward Capriolo commented on CASSANDRA-12501: - Am I correct in reading th

[jira] [Assigned] (CASSANDRA-12501) Table read error on migrating from 2.1.9 to 3x

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo reassigned CASSANDRA-12501: --- Assignee: Edward Capriolo > Table read error on migrating from 2.1.9 to

cassandra git commit: Remove unused import

2016-09-12 Thread yukim
Repository: cassandra Updated Branches: refs/heads/trunk 0026e4eee -> c5cc2867d Remove unused import Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c5cc2867 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/t

[jira] [Commented] (CASSANDRA-12501) Table read error on migrating from 2.1.9 to 3x

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484684#comment-15484684 ] Edward Capriolo commented on CASSANDRA-12501: - As of 3.4 you can not crea

[jira] [Commented] (CASSANDRA-12501) Table read error on migrating from 2.1.9 to 3x

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484689#comment-15484689 ] Edward Capriolo commented on CASSANDRA-12501: - This is a column family wi

[jira] [Commented] (CASSANDRA-12501) Table read error on migrating from 2.1.9 to 3x

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484789#comment-15484789 ] Edward Capriolo commented on CASSANDRA-12501: - The issue seems to be that

[jira] [Commented] (CASSANDRA-12364) dtest failure in upgrade_tests.paging_test.TestPagingDatasetChangesNodes3RF3_Upgrade_current_3_x_To_indev_3_x.test_cell_TTL_expiry_during_paging

2016-09-12 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484853#comment-15484853 ] Jim Witschey commented on CASSANDRA-12364: -- [~slebresne] Is it safe in the g

[jira] [Commented] (CASSANDRA-11248) (windows) dtest failure in commitlog_test.TestCommitLog.stop_failure_policy_test and stop_commit_failure_policy_test

2016-09-12 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15484981#comment-15484981 ] Jim Witschey commented on CASSANDRA-11248: -- [~Purple] Thanks for your input.

[jira] [Commented] (CASSANDRA-11248) (windows) dtest failure in commitlog_test.TestCommitLog.stop_failure_policy_test and stop_commit_failure_policy_test

2016-09-12 Thread Alessio (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485051#comment-15485051 ] Alessio commented on CASSANDRA-11248: - Hi Jim, I experienced a missing "gc.log" f

[jira] [Resolved] (CASSANDRA-12113) Cassandra 3.5.0 Repair Error

2016-09-12 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta resolved CASSANDRA-12113. - Resolution: Cannot Reproduce Closing as cannot reproduce. Please reopen if reproduced

[jira] [Commented] (CASSANDRA-11248) (windows) dtest failure in commitlog_test.TestCommitLog.stop_failure_policy_test and stop_commit_failure_policy_test

2016-09-12 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485094#comment-15485094 ] Jim Witschey commented on CASSANDRA-11248: -- [~Purple] Great, thank you for t

[jira] [Commented] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Russell Bradberry (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485139#comment-15485139 ] Russell Bradberry commented on CASSANDRA-12629: --- would it make sense to

cassandra git commit: Ninja fix bad import

2016-09-12 Thread jake
Repository: cassandra Updated Branches: refs/heads/trunk c5cc2867d -> 57b6bbc72 Ninja fix bad import Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/57b6bbc7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/t

[jira] [Reopened] (CASSANDRA-12165) dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup

2016-09-12 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan reopened CASSANDRA-12165: - > dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup

[jira] [Resolved] (CASSANDRA-12165) dtest failure in commitlog_test.TestCommitLog.test_commitlog_replay_on_startup

2016-09-12 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan resolved CASSANDRA-12165. - Resolution: Duplicate > dtest failure in commitlog_test.TestCommitLog.test_co

[jira] [Commented] (CASSANDRA-8616) sstable tools may result in commit log segments be written

2016-09-12 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485375#comment-15485375 ] Yuki Morishita commented on CASSANDRA-8616: --- I took another approach in the

[jira] [Updated] (CASSANDRA-8616) sstable tools may result in commit log segments be written

2016-09-12 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-8616: -- Fix Version/s: (was: 2.1.x) Reproduced In: 2.1.3, 2.0.10 (was: 2.0.10, 2.1.3

[jira] [Updated] (CASSANDRA-12233) Cassandra stress should obfuscate password in cmd in graph

2016-09-12 Thread Joel Knighton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Knighton updated CASSANDRA-12233: -- Summary: Cassandra stress should obfuscate password in cmd in graph (was: Casasndr

[jira] [Commented] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485588#comment-15485588 ] Alwyn Davis commented on CASSANDRA-12629: - To avoid confusion, I thought it m

[jira] [Commented] (CASSANDRA-12017) Allow configuration of inter DC compression

2016-09-12 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485712#comment-15485712 ] Edward Capriolo commented on CASSANDRA-12017: - Looking at trunk I think t

[jira] [Assigned] (CASSANDRA-10145) Change protocol to allow sending key space independent of query string

2016-09-12 Thread Sandeep Tamhankar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Tamhankar reassigned CASSANDRA-10145: - Assignee: Sandeep Tamhankar > Change protocol to allow sending key s

[jira] [Commented] (CASSANDRA-12431) Getting null value for the field that has value when query result has many rows

2016-09-12 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485818#comment-15485818 ] Nate McCall commented on CASSANDRA-12431: - To clarify the above, are you sayi

[jira] [Commented] (CASSANDRA-12367) Add an API to request the size of a CQL partition

2016-09-12 Thread sankalp kohli (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485830#comment-15485830 ] sankalp kohli commented on CASSANDRA-12367: --- I am not sure how it will work

[jira] [Created] (CASSANDRA-12630) Ability to restrict size of outbound native protocol frames

2016-09-12 Thread Andy Tolbert (JIRA)
Andy Tolbert created CASSANDRA-12630: Summary: Ability to restrict size of outbound native protocol frames Key: CASSANDRA-12630 URL: https://issues.apache.org/jira/browse/CASSANDRA-12630 Project:

[jira] [Commented] (CASSANDRA-12020) sstablemetadata and sstabledump need better testing

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15485908#comment-15485908 ] Stefania commented on CASSANDRA-12020: -- Thanks for the update, I would create a

[jira] [Updated] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alwyn Davis updated CASSANDRA-12629: Fix Version/s: (was: 3.7) > All Nodes Replication Strategy > --

[jira] [Updated] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alwyn Davis updated CASSANDRA-12629: Fix Version/s: 3.x > All Nodes Replication Strategy > -- >

[jira] [Updated] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alwyn Davis updated CASSANDRA-12629: Attachment: 12629-trunk.patch Patch is for trunk. > All Nodes Replication Strategy > -

[jira] [Updated] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alwyn Davis updated CASSANDRA-12629: Reproduced In: (was: 3.7) Status: Patch Available (was: Open) > All Nodes

[jira] [Updated] (CASSANDRA-12629) All Nodes Replication Strategy

2016-09-12 Thread Alwyn Davis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alwyn Davis updated CASSANDRA-12629: Attachment: (was: 12629-3.7.patch) > All Nodes Replication Strategy > -

[jira] [Commented] (CASSANDRA-12624) Add cassandra.yaml overlay capabilities (can issue pull request now)

2016-09-12 Thread Craig McConomy (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486072#comment-15486072 ] Craig McConomy commented on CASSANDRA-12624: Hi Stefan, I included this

[jira] [Created] (CASSANDRA-12631) Multiple Network Interfaces in non-EC2

2016-09-12 Thread Amir Dafny-Man (JIRA)
Amir Dafny-Man created CASSANDRA-12631: -- Summary: Multiple Network Interfaces in non-EC2 Key: CASSANDRA-12631 URL: https://issues.apache.org/jira/browse/CASSANDRA-12631 Project: Cassandra

[jira] [Created] (CASSANDRA-12632) Failure in LogTransactionTest.testUnparsableFirstRecord-compression

2016-09-12 Thread Joel Knighton (JIRA)
Joel Knighton created CASSANDRA-12632: - Summary: Failure in LogTransactionTest.testUnparsableFirstRecord-compression Key: CASSANDRA-12632 URL: https://issues.apache.org/jira/browse/CASSANDRA-12632

[jira] [Assigned] (CASSANDRA-11150) Improve dtest coverage of SASI indexes

2016-09-12 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov reassigned CASSANDRA-11150: --- Assignee: Alex Petrov > Improve dtest coverage of SASI indexes > ---

[jira] [Assigned] (CASSANDRA-11149) Improve test coverage of SASIIndex creation & configuration options

2016-09-12 Thread Alex Petrov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov reassigned CASSANDRA-11149: --- Assignee: Alex Petrov > Improve test coverage of SASIIndex creation & configurat

[jira] [Assigned] (CASSANDRA-12632) Failure in LogTransactionTest.testUnparsableFirstRecord-compression

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania reassigned CASSANDRA-12632: Assignee: Stefania > Failure in LogTransactionTest.testUnparsableFirstRecord-compressi

[jira] [Commented] (CASSANDRA-12632) Failure in LogTransactionTest.testUnparsableFirstRecord-compression

2016-09-12 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486465#comment-15486465 ] Stefania commented on CASSANDRA-12632: -- The test failed because the new sstable