[jira] [Updated] (CASSANDRA-10597) Error: unmappable character for encoding MS949 in ant build-test task.

2015-10-27 Thread Jaebin Lee (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaebin Lee updated CASSANDRA-10597: --- Attachment: trunk-10597.txt The ant build-test task fix patch file. > Error: unmappable

[jira] [Created] (CASSANDRA-10598) Unable to use same index name on column families which have different names in different keyspaces

2015-10-27 Thread Yeh Sheng Hsiung (JIRA)
Yeh Sheng Hsiung created CASSANDRA-10598: Summary: Unable to use same index name on column families which have different names in different keyspaces Key: CASSANDRA-10598 URL:

[jira] [Updated] (CASSANDRA-10598) Unable to use same index name on column families which have different names in different keyspaces

2015-10-27 Thread Yeh Sheng Hsiung (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yeh Sheng Hsiung updated CASSANDRA-10598: - Priority: Major (was: Minor) > Unable to use same index name on column

[4/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/60949747/src/java/org/apache/cassandra/service/DataResolver.java -- diff --git a/src/java/org/apache/cassandra/service/DataResolver.java

[6/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
9975: Flatten Iterator Transformation Hierarchy To improve clarity of control flow, all iterator transformations are applied via a single class that manages an explicit stack of named transformation objects. patch by benedict; reviewed by branimir for CASSANDRA-9975 Project:

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

2015-10-27 Thread benedict
Merge branch 'cassandra-3.0' into trunk Conflicts: src/java/org/apache/cassandra/service/pager/AbstractQueryPager.java src/java/org/apache/cassandra/service/pager/MultiPartitionPager.java src/java/org/apache/cassandra/service/pager/QueryPager.java Project:

[1/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 a4f32c5af -> 609497471 refs/heads/trunk 73c48260d -> 928e4c28c http://git-wip-us.apache.org/repos/asf/cassandra/blob/60949747/src/java/org/apache/cassandra/service/DataResolver.java

[jira] [Commented] (CASSANDRA-10554) Batch that updates two or more table can produce unreadable SSTable (was: Auto Bootstraping a new node fails)

2015-10-27 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976201#comment-14976201 ] Branimir Lambov commented on CASSANDRA-10554: - Code looks good, commit when happy with

[jira] [Commented] (CASSANDRA-10501) Failure to start up Cassandra when temporary compaction files are not all renamed after kill/crash (FSReadError)

2015-10-27 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976221#comment-14976221 ] Marcus Eriksson commented on CASSANDRA-10501: - tests look very similar, will commit:

[jira] [Commented] (CASSANDRA-10595) Don't initialize un-registered indexes

2015-10-27 Thread Sergio Bossa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976108#comment-14976108 ] Sergio Bossa commented on CASSANDRA-10595: -- +1 > Don't initialize un-registered indexes >

[jira] [Updated] (CASSANDRA-10599) Delete operation not deleting sometimes by Trigger augment method

2015-10-27 Thread Ashraful Islam (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashraful Islam updated CASSANDRA-10599: --- Description: I was trying to delete a row from one table when another table's

[jira] [Updated] (CASSANDRA-10599) Delete operation not deleting sometimes by Trigger augment method

2015-10-27 Thread Ashraful Islam (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashraful Islam updated CASSANDRA-10599: --- Description: I was trying to delete a row from one table when another table's

[2/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/60949747/src/java/org/apache/cassandra/db/partitions/UnfilteredPartitionIterators.java -- diff --git

[3/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
9975: Flatten Iterator Transformation Hierarchy To improve clarity of control flow, all iterator transformations are applied via a single class that manages an explicit stack of named transformation objects. patch by benedict; reviewed by branimir for CASSANDRA-9975 Project:

[5/7] cassandra git commit: 9975: Flatten Iterator Transformation Hierarchy

2015-10-27 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/60949747/src/java/org/apache/cassandra/db/partitions/UnfilteredPartitionIterators.java -- diff --git

[jira] [Commented] (CASSANDRA-9975) Flatten Iterator call hierarchy with a shared Transformer

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

[jira] [Created] (CASSANDRA-10599) Delete operation not deleting sometimes by Trigger augment method

2015-10-27 Thread Ashraful Islam (JIRA)
Ashraful Islam created CASSANDRA-10599: -- Summary: Delete operation not deleting sometimes by Trigger augment method Key: CASSANDRA-10599 URL: https://issues.apache.org/jira/browse/CASSANDRA-10599

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

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

[1/3] cassandra git commit: Include ks params in KeyspaceMetadata::validate

2015-10-27 Thread samt
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 95e16005e -> c10ae57d9 refs/heads/trunk c0f2dc5d3 -> 04b2528bf Include ks params in KeyspaceMetadata::validate Patch by Sam Tunnicliffe; reviewed by Paulo Motta for CASSANDRA-10569 Project:

[2/3] cassandra git commit: Include ks params in KeyspaceMetadata::validate

2015-10-27 Thread samt
Include ks params in KeyspaceMetadata::validate Patch by Sam Tunnicliffe; reviewed by Paulo Motta for CASSANDRA-10569 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c10ae57d Tree:

cassandra git commit: Keep columns for different tables separated in BatchStatement

2015-10-27 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 c10ae57d9 -> f901a74c8 Keep columns for different tables separated in BatchStatement patch by slebresne; reviewed by blambov for CASSANDRA-10554 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2015-10-27 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/d3617a34 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d3617a34 Diff:

[1/2] cassandra git commit: Keep columns for different tables separated in BatchStatement

2015-10-27 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 04b2528bf -> d3617a347 Keep columns for different tables separated in BatchStatement patch by slebresne; reviewed by blambov for CASSANDRA-10554 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Comment Edited] (CASSANDRA-10485) Missing host ID on hinted handoff write

2015-10-27 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14975122#comment-14975122 ] Paulo Motta edited comment on CASSANDRA-10485 at 10/27/15 1:18 PM: ---

[jira] [Updated] (CASSANDRA-10485) Missing host ID on hinted handoff write

2015-10-27 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta updated CASSANDRA-10485: Reproduced In: 2.2.1, 2.1.8, 2.1.3, 1.2.11 (was: 1.2.11, 2.1.3, 2.1.8, 2.2.1) Fix

[jira] [Updated] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-10-27 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Adamson updated CASSANDRA-10600: - Attachment: 10600.txt > CqlInputFormat throws IOE if the size estimates are zero >

[1/4] cassandra git commit: Don't try to get ancestors from half-renamed sstables

2015-10-27 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/trunk 928e4c28c -> 15f17adf8 Don't try to get ancestors from half-renamed sstables Patch by marcuse; reviewed by yukim for CASSANDRA-10501 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2015-10-27 Thread marcuse
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/b06c637f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b06c637f Diff:

[1/3] cassandra git commit: Don't try to get ancestors from half-renamed sstables

2015-10-27 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 609497471 -> 95e16005e Don't try to get ancestors from half-renamed sstables Patch by marcuse; reviewed by yukim for CASSANDRA-10501 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2015-10-27 Thread marcuse
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/b06c637f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b06c637f Diff:

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

2015-10-27 Thread marcuse
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/95e16005 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/95e16005 Diff:

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

2015-10-27 Thread marcuse
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/95e16005 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/95e16005 Diff:

[1/2] cassandra git commit: Don't try to get ancestors from half-renamed sstables

2015-10-27 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 32f22a4e3 -> b06c637f1 Don't try to get ancestors from half-renamed sstables Patch by marcuse; reviewed by yukim for CASSANDRA-10501 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2015-10-27 Thread marcuse
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/b06c637f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b06c637f Diff:

[jira] [Updated] (CASSANDRA-10597) Error: unmappable character for encoding MS949 in ant build-test task.

2015-10-27 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10597: - Labels: build (was: beginner build easyfix) > Error: unmappable character for

[jira] [Updated] (CASSANDRA-10597) Error: unmappable character for encoding MS949 in ant build-test task.

2015-10-27 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10597: - Reviewer: Robert Stupp > Error: unmappable character for encoding MS949 in ant

cassandra git commit: Fix build, change to ASCII char

2015-10-27 Thread snazy
Repository: cassandra Updated Branches: refs/heads/trunk 15f17adf8 -> c0f2dc5d3 Fix build, change to ASCII char Patch by Jaebin Lee; reviewed by Robert Stupp for CASSANDRA-10597 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Created] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-10-27 Thread Mike Adamson (JIRA)
Mike Adamson created CASSANDRA-10600: Summary: CqlInputFormat throws IOE if the size estimates are zero Key: CASSANDRA-10600 URL: https://issues.apache.org/jira/browse/CASSANDRA-10600 Project:

[jira] [Commented] (CASSANDRA-6411) Issue with reading from sstable

2015-10-27 Thread Maxim Podkolzine (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976225#comment-14976225 ] Maxim Podkolzine commented on CASSANDRA-6411: - The status of the issue is "Awaiting

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

2015-10-27 Thread marcuse
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/15f17adf Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/15f17adf Diff:

cassandra git commit: Don't try to get ancestors from half-renamed sstables

2015-10-27 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 17082d4b5 -> 87f43ac51 Don't try to get ancestors from half-renamed sstables Patch by marcuse; reviewed by yukim for CASSANDRA-10501 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-10597) Error: unmappable character for encoding MS949 in ant build-test task.

2015-10-27 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-10597: - Fix Version/s: (was: 3.x) 3.2 > Error: unmappable character

[jira] [Commented] (CASSANDRA-10407) Benchmark and evaluate CASSANDRA-8894 improvements

2015-10-27 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976306#comment-14976306 ] Benedict commented on CASSANDRA-10407: -- All of these tests seem to be on compressed random

[jira] [Commented] (CASSANDRA-10276) With DTCS, do STCS in windows if more than max_threshold sstables

2015-10-27 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976550#comment-14976550 ] Marcus Eriksson commented on CASSANDRA-10276: - [~jjirsa] could you have a look at the

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976555#comment-14976555 ] Jeff Griffith commented on CASSANDRA-10579: --- So [~benedict] I rebuilt 2.1.10 with a merge

[jira] [Updated] (CASSANDRA-10341) Streaming does not guarantee cache invalidation

2015-10-27 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-10341: --- Reviewer: Yuki Morishita > Streaming does not guarantee cache invalidation >

[jira] [Comment Edited] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976569#comment-14976569 ] Sebastian Estevez edited comment on CASSANDRA-10592 at 10/27/15 3:33 PM:

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976650#comment-14976650 ] Ariel Weisberg commented on CASSANDRA-10592:

[jira] [Commented] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-10-27 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976655#comment-14976655 ] Sam Tunnicliffe commented on CASSANDRA-8068: Would the {{InetAddress}} of the client

[jira] [Updated] (CASSANDRA-10595) Don't initialize un-registered indexes

2015-10-27 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-10595: Reviewer: Sergio Bossa > Don't initialize un-registered indexes >

[jira] [Updated] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-10-27 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-10600: Priority: Minor (was: Major) > CqlInputFormat throws IOE if the size

[jira] [Assigned] (CASSANDRA-10590) LegacySSTableTest fails after CASSANDRA-10360

2015-10-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reassigned CASSANDRA-10590: Assignee: Sylvain Lebresne > LegacySSTableTest fails after

[jira] [Assigned] (CASSANDRA-9912) SizeEstimatesRecorder has assertions after decommission sometimes

2015-10-27 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta reassigned CASSANDRA-9912: -- Assignee: Paulo Motta > SizeEstimatesRecorder has assertions after decommission

[jira] [Updated] (CASSANDRA-10476) Fix upgrade paging dtest failures on 2.2->3.0 path

2015-10-27 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Witschey updated CASSANDRA-10476: - Description: EDIT: this list of failures is no longer current; see comments for

[jira] [Comment Edited] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976555#comment-14976555 ] Jeff Griffith edited comment on CASSANDRA-10579 at 10/27/15 3:34 PM:

[jira] [Commented] (CASSANDRA-10476) Fix upgrade paging dtest failures on 2.2->3.0 path

2015-10-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976575#comment-14976575 ] Sylvain Lebresne commented on CASSANDRA-10476: -- bq. this one fails in at least 2 ways:

[jira] [Commented] (CASSANDRA-10341) Streaming does not guarantee cache invalidation

2015-10-27 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976593#comment-14976593 ] Paulo Motta commented on CASSANDRA-10341: - It seems some tests did not executed correctly or

[jira] [Commented] (CASSANDRA-10476) Fix upgrade paging dtest failures on 2.2->3.0 path

2015-10-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976502#comment-14976502 ] Sylvain Lebresne commented on CASSANDRA-10476: -- Looking quickly, it seems some of those

[jira] [Updated] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-10-27 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-8068: - Fix Version/s: 3.0.0 > Allow to create authenticator which is aware of the

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976570#comment-14976570 ] Sebastian Estevez commented on CASSANDRA-10592: --- By the way now I'm seeing it on 3.0

[jira] [Updated] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated CASSANDRA-10592: -- Description: The following exception appeared in my logs while running a

[jira] [Commented] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-10-27 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976684#comment-14976684 ] Aleksey Yeschenko commented on CASSANDRA-8068: -- bq. QueryState & ClientState both also

[jira] [Created] (CASSANDRA-10601) SecondaryIndexManager incorrectly updates index build status system table

2015-10-27 Thread Sam Tunnicliffe (JIRA)
Sam Tunnicliffe created CASSANDRA-10601: --- Summary: SecondaryIndexManager incorrectly updates index build status system table Key: CASSANDRA-10601 URL: https://issues.apache.org/jira/browse/CASSANDRA-10601

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976569#comment-14976569 ] Sebastian Estevez commented on CASSANDRA-10592: --- Right sorry about that, let me correct

[jira] [Updated] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-10-27 Thread Sebastian Estevez (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Estevez updated CASSANDRA-10592: -- Description: The following exception appeared in my logs while running a

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976664#comment-14976664 ] Jeff Griffith commented on CASSANDRA-10579: --- Yes, we are seeing sstable corruption also

[jira] [Commented] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-10-27 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976683#comment-14976683 ] Jeremiah Jordan commented on CASSANDRA-8068: True, the full ClientState or QueryState is a

[jira] [Commented] (CASSANDRA-10452) Fix resummable_bootstrap_test and bootstrap_with_reset_bootstrap_state_test

2015-10-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976490#comment-14976490 ] Sylvain Lebresne commented on CASSANDRA-10452: -- The CCM PR has been committed some time

[jira] [Created] (CASSANDRA-10602) 2 upgrade test failures: static_columns_paging_test and multi_list_set_test

2015-10-27 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-10602: Summary: 2 upgrade test failures: static_columns_paging_test and multi_list_set_test Key: CASSANDRA-10602 URL:

[jira] [Reopened] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-10-27 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan reopened CASSANDRA-8068: Assignee: Sam Tunnicliffe (was: Jacek Lewandowski) [~beobal] there are

[jira] [Updated] (CASSANDRA-10602) 2 upgrade test failures: static_columns_paging_test and multi_list_set_test

2015-10-27 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-10602: - Reviewer: Aleksey Yeschenko > 2 upgrade test failures:

[jira] [Commented] (CASSANDRA-10476) Fix upgrade paging dtest failures on 2.2->3.0 path

2015-10-27 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976556#comment-14976556 ] Jim Witschey commented on CASSANDRA-10476: -- Here are the current failures from recent runs:

[jira] [Updated] (CASSANDRA-10600) CqlInputFormat throws IOE if the size estimates are zero

2015-10-27 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-10600: Fix Version/s: (was: 3.0.0) 3.0.x 3.x

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976700#comment-14976700 ] Benedict commented on CASSANDRA-10579: -- Ok. Please keep an eye out, and report if it reoccurs.

[jira] [Commented] (CASSANDRA-10603) Fix CQL syntax errors in upgrade_through_versions_test

2015-10-27 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976738#comment-14976738 ] Jim Witschey commented on CASSANDRA-10603: -- I've made this a subtask of CASSANDRA-10166,

[jira] [Commented] (CASSANDRA-10452) Fix resummable_bootstrap_test and bootstrap_with_reset_bootstrap_state_test

2015-10-27 Thread Andrew Hust (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976765#comment-14976765 ] Andrew Hust commented on CASSANDRA-10452: - Confirmed tests are no longer flapping and pass

[jira] [Comment Edited] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976864#comment-14976864 ] Jeff Griffith edited comment on CASSANDRA-10579 at 10/27/15 6:09 PM:

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976703#comment-14976703 ] Jeff Griffith commented on CASSANDRA-10579: --- my pleasure, thanks for the patch! we are

[jira] [Commented] (CASSANDRA-10554) Batch that updates two or more table can produce unreadable SSTable (was: Auto Bootstraping a new node fails)

2015-10-27 Thread Alan Boudreault (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976730#comment-14976730 ] Alan Boudreault commented on CASSANDRA-10554: - I confirm that my bootstrap issue is now

[jira] [Commented] (CASSANDRA-10365) Consider storing types by their CQL names in schema tables instead of fully-qualified internal class names

2015-10-27 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976821#comment-14976821 ] Adam Holmberg commented on CASSANDRA-10365: --- [~iamaleksey] Curious if you have given any

[jira] [Updated] (CASSANDRA-10603) Fix CQL syntax errors in upgrade_through_versions_test

2015-10-27 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Witschey updated CASSANDRA-10603: - Issue Type: Sub-task (was: Bug) Parent: CASSANDRA-10166 > Fix CQL syntax

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976810#comment-14976810 ] Benedict commented on CASSANDRA-10579: -- I based the patch on 2.1.10, so you should be good to

[jira] [Updated] (CASSANDRA-10092) Generalize PerRowSecondaryIndex validation

2015-10-27 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-10092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrés de la Peña updated CASSANDRA-10092: -- Attachment: CASSANDRA-10092_v3.patch > Generalize PerRowSecondaryIndex

[jira] [Created] (CASSANDRA-10603) Fix CQL syntax errors in upgrade_through_versions_test

2015-10-27 Thread Jim Witschey (JIRA)
Jim Witschey created CASSANDRA-10603: Summary: Fix CQL syntax errors in upgrade_through_versions_test Key: CASSANDRA-10603 URL: https://issues.apache.org/jira/browse/CASSANDRA-10603 Project:

[jira] [Commented] (CASSANDRA-10140) Enable GC logging by default

2015-10-27 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976897#comment-14976897 ] Ariel Weisberg commented on CASSANDRA-10140: My understanding is that now we are waiting

[jira] [Created] (CASSANDRA-10604) Secondary index metadata is not reloaded when table is altered

2015-10-27 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-10604: --- Summary: Secondary index metadata is not reloaded when table is altered Key: CASSANDRA-10604 URL: https://issues.apache.org/jira/browse/CASSANDRA-10604

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976864#comment-14976864 ] Jeff Griffith commented on CASSANDRA-10579: --- perfect. thanks. > IndexOutOfBoundsException

[jira] [Resolved] (CASSANDRA-9222) AssertionError after decommission

2015-10-27 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan resolved CASSANDRA-9222. Resolution: Duplicate > AssertionError after decommission >

[jira] [Comment Edited] (CASSANDRA-9947) nodetool verify is broken

2015-10-27 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977114#comment-14977114 ] Jeff Jirsa edited comment on CASSANDRA-9947 at 10/27/15 8:38 PM: - The

[jira] [Commented] (CASSANDRA-8965) Cassandra retains a file handle to the directory its writing to for each writer instance

2015-10-27 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976986#comment-14976986 ] Ariel Weisberg commented on CASSANDRA-8965: --- Is it BigTableWriter that has the handle open?

[jira] [Updated] (CASSANDRA-10140) Enable GC logging by default

2015-10-27 Thread Michael Shuler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Shuler updated CASSANDRA-10140: --- Attachment: 10140-debian-packaging-3.0.txt

[jira] [Updated] (CASSANDRA-10140) Enable GC logging by default

2015-10-27 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-10140: --- Attachment: casssandra-2.2-10140-v4.txt CASSANDRA-10140-v3.txt

[jira] [Commented] (CASSANDRA-10140) Enable GC logging by default

2015-10-27 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977051#comment-14977051 ] Chris Lohfink commented on CASSANDRA-10140: --- +1 > Enable GC logging by default >

[jira] [Commented] (CASSANDRA-10515) Commit logs back up with move to 2.1.10

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977052#comment-14977052 ] Jeff Griffith commented on CASSANDRA-10515: --- [~krummas] [~tjake] something interesting on

[jira] [Comment Edited] (CASSANDRA-10515) Commit logs back up with move to 2.1.10

2015-10-27 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977052#comment-14977052 ] Jeff Griffith edited comment on CASSANDRA-10515 at 10/27/15 7:59 PM:

[jira] [Commented] (CASSANDRA-10092) Generalize PerRowSecondaryIndex validation

2015-10-27 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-10092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976971#comment-14976971 ] Andrés de la Peña commented on CASSANDRA-10092: --- Thanks for your revision. I have

[jira] [Commented] (CASSANDRA-10140) Enable GC logging by default

2015-10-27 Thread Michael Shuler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976976#comment-14976976 ] Michael Shuler commented on CASSANDRA-10140: Sorry, let me throw this in the existing

[jira] [Commented] (CASSANDRA-10474) Streaming should tolerate secondary index build failure

2015-10-27 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977061#comment-14977061 ] Ariel Weisberg commented on CASSANDRA-10474: [Looks like this works on

[jira] [Updated] (CASSANDRA-9222) AssertionError after decommission

2015-10-27 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-9222: --- Fix Version/s: (was: 3.1) > AssertionError after decommission >

[jira] [Commented] (CASSANDRA-9947) nodetool verify is broken

2015-10-27 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977114#comment-14977114 ] Jeff Jirsa commented on CASSANDRA-9947: --- The intent behind marking it as unrepaired was to allow

  1   2   >