[jira] [Commented] (CASSANDRA-7918) Provide graphing tool along with cassandra-stress

2015-09-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937943#comment-14937943 ] Joshua McKenzie commented on CASSANDRA-7918: Squashed your commits and touched up some

[jira] [Resolved] (CASSANDRA-10417) Windows dtest 3.0: creating_and_dropping_table_with_2ary_indexes_test

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paulo Motta resolved CASSANDRA-10417. - Resolution: Fixed > Windows dtest 3.0:

[jira] [Commented] (CASSANDRA-10417) Windows dtest 3.0: creating_and_dropping_table_with_2ary_indexes_test

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937962#comment-14937962 ] Paulo Motta commented on CASSANDRA-10417: - This (and other tests on {{schema_metadata_test}})

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java -- diff --cc src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java index

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

2015-09-30 Thread benedict
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/e3d58448 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e3d58448 Diff:

[jira] [Commented] (CASSANDRA-10357) mmap file boundary selection is broken for some large files

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

[jira] [Comment Edited] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938199#comment-14938199 ] Ryan McGuire edited comment on CASSANDRA-10403 at 9/30/15 6:54 PM: ---

[jira] [Created] (CASSANDRA-10427) compactionstats 'completed' field not updating

2015-09-30 Thread T Jake Luciani (JIRA)
T Jake Luciani created CASSANDRA-10427: -- Summary: compactionstats 'completed' field not updating Key: CASSANDRA-10427 URL: https://issues.apache.org/jira/browse/CASSANDRA-10427 Project: Cassandra

[jira] [Commented] (CASSANDRA-9594) metrics reporter doesn't start until after a bootstrap

2015-09-30 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938189#comment-14938189 ] Yuki Morishita commented on CASSANDRA-9594: --- I think it's totally fine to swap order.

[jira] [Commented] (CASSANDRA-10417) Windows dtest 3.0: creating_and_dropping_table_with_2ary_indexes_test

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938191#comment-14938191 ] Paulo Motta commented on CASSANDRA-10417: - Does it reinstall or only pulls? I installed from

[jira] [Commented] (CASSANDRA-10401) json2sstable fails with NPE

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938221#comment-14938221 ] Jim Witschey commented on CASSANDRA-10401: -- D'oh, didn't notice that -- if I understand

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

2015-09-30 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.java src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java src/java/org/apache/cassandra/io/util/MmappedSegmentedFile.java

[jira] [Updated] (CASSANDRA-10214) Enable index selection to be overridden on a per query basis

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-10214: - Fix Version/s: (was: 3.0.0 rc2) 3.x > Enable index

[01/16] cassandra git commit: Fix Mmapped File Boundaries

2015-09-30 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 f6cab37d5 -> c37562e34 refs/heads/cassandra-2.2 7452b2050 -> 25de92e32 refs/heads/cassandra-3.0 a039b7df5 -> e3d58448b refs/heads/trunk 092281fee -> b06e703d7 Fix Mmapped File Boundaries This patch fixes two bugs with mmap

[02/16] cassandra git commit: Fix Mmapped File Boundaries

2015-09-30 Thread benedict
Fix Mmapped File Boundaries This patch fixes two bugs with mmap segment boundary tracking, and introduces automated correction of this bug on startup patch by benedict; reviewed by tjake for CASSANDRA-10357 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[03/16] cassandra git commit: Fix Mmapped File Boundaries

2015-09-30 Thread benedict
Fix Mmapped File Boundaries This patch fixes two bugs with mmap segment boundary tracking, and introduces automated correction of this bug on startup patch by benedict; reviewed by tjake for CASSANDRA-10357 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[04/16] cassandra git commit: Fix Mmapped File Boundaries

2015-09-30 Thread benedict
Fix Mmapped File Boundaries This patch fixes two bugs with mmap segment boundary tracking, and introduces automated correction of this bug on startup patch by benedict; reviewed by tjake for CASSANDRA-10357 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

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

[jira] [Commented] (CASSANDRA-10401) json2sstable fails with NPE

2015-09-30 Thread Mikhail Stepura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937737#comment-14937737 ] Mikhail Stepura commented on CASSANDRA-10401: - BTW, did colum family

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938223#comment-14938223 ] Jonathan Shook commented on CASSANDRA-10403: [~JoshuaMcKenzie] I'd prefer not to make too

[jira] [Commented] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938226#comment-14938226 ] Adam Holmberg commented on CASSANDRA-10416: --- Neither of these errors give any indication of

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938237#comment-14938237 ] Jonathan Shook commented on CASSANDRA-10403: I created CASSANDRA-10425 to discuss the

[jira] [Resolved] (CASSANDRA-10426) When trying to connect from the python driver, bus error is occurs.

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-10426. -- Resolution: Invalid Reproduced In: 2.1.9, 2.1.7 (was: 2.1.7, 2.1.9)

[jira] [Commented] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937966#comment-14937966 ] Paulo Motta commented on CASSANDRA-10416: - Similar to CASSANDRA-10417, this is fixed by

[jira] [Commented] (CASSANDRA-10417) Windows dtest 3.0: creating_and_dropping_table_with_2ary_indexes_test

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938184#comment-14938184 ] Jim Witschey commented on CASSANDRA-10417: -- The Windows test nodes pull from [the

[jira] [Updated] (CASSANDRA-9774) fix sstableverify dtest

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-9774: Reviewer: Branimir Lambov > fix sstableverify dtest > --- >

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

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

[1/3] cassandra git commit: Save space in WriteCallbackInfo (CASSANDRA-9833)

2015-09-30 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 e3d58448b -> 40f4daa36 refs/heads/trunk b06e703d7 -> 5d3855990 Save space in WriteCallbackInfo (CASSANDRA-9833) Performs decision to save hint mutation eagerly, and saves only the mutation itself patch by benedict; reviewed

[jira] [Commented] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938188#comment-14938188 ] Jim Witschey commented on CASSANDRA-10416: -- [~aholmber] Same as my comment on

[jira] [Commented] (CASSANDRA-9774) fix sstableverify dtest

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938242#comment-14938242 ] Sylvain Lebresne commented on CASSANDRA-9774: - I had a look at this dtest and I'm pretty

[jira] [Commented] (CASSANDRA-10347) Bulk Loader API could not tolerate even node failure

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938264#comment-14938264 ] Paulo Motta commented on CASSANDRA-10347: - bq. These options should be moved into

[2/3] cassandra git commit: Save space in WriteCallbackInfo (CASSANDRA-9833)

2015-09-30 Thread benedict
Save space in WriteCallbackInfo (CASSANDRA-9833) Performs decision to save hint mutation eagerly, and saves only the mutation itself patch by benedict; reviewed by branimir for CASSANDRA-9833 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Created] (CASSANDRA-10426) When trying to connect from the python driver, bus error is occurs.

2015-09-30 Thread Rajendra Adhikari (JIRA)
Rajendra Adhikari created CASSANDRA-10426: - Summary: When trying to connect from the python driver, bus error is occurs. Key: CASSANDRA-10426 URL: https://issues.apache.org/jira/browse/CASSANDRA-10426

[jira] [Commented] (CASSANDRA-10427) compactionstats 'completed' field not updating

2015-09-30 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938343#comment-14938343 ] T Jake Luciani commented on CASSANDRA-10427: Note the compactions do complete in the

[jira] [Commented] (CASSANDRA-9594) metrics reporter doesn't start until after a bootstrap

2015-09-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937951#comment-14937951 ] Joshua McKenzie commented on CASSANDRA-9594: Sorry for the delay on this. I don't see any

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938181#comment-14938181 ] Joshua McKenzie commented on CASSANDRA-10403: - The debate here isn't between "Do we

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Ryan McGuire (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938199#comment-14938199 ] Ryan McGuire commented on CASSANDRA-10403: -- We enabled the use of different stress branches,

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java -- diff --cc src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java index

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java -- diff --cc src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java index

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java -- diff --cc src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java index

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

2015-09-30 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.java src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java src/java/org/apache/cassandra/io/util/MmappedSegmentedFile.java

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

2015-09-30 Thread benedict
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/e3d58448 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e3d58448 Diff:

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java -- diff --cc src/java/org/apache/cassandra/io/util/ByteBufferDataInput.java index

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

2015-09-30 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/25de92e3/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java -- diff --cc src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java index

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

2015-09-30 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.java src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java src/java/org/apache/cassandra/io/util/MmappedSegmentedFile.java

[jira] [Comment Edited] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938336#comment-14938336 ] Jonathan Shook edited comment on CASSANDRA-10403 at 9/30/15 7:28 PM:

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938336#comment-14938336 ] Jonathan Shook commented on CASSANDRA-10403: [~JoshuaMcKenzie] I understand and

[jira] [Commented] (CASSANDRA-10233) IndexOutOfBoundsException in HintedHandOffManager

2015-09-30 Thread J.P. Eiti Kimura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938177#comment-14938177 ] J.P. Eiti Kimura commented on CASSANDRA-10233: -- Guys I code a little patch for the

[jira] [Commented] (CASSANDRA-10425) Autoselect GC settings depending on system memory

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938236#comment-14938236 ] Jonathan Shook commented on CASSANDRA-10425: Consider adding some weightings for

[jira] [Created] (CASSANDRA-10425) Autoselect GC settings depending on system memory

2015-09-30 Thread Jonathan Shook (JIRA)
Jonathan Shook created CASSANDRA-10425: -- Summary: Autoselect GC settings depending on system memory Key: CASSANDRA-10425 URL: https://issues.apache.org/jira/browse/CASSANDRA-10425 Project:

[jira] [Assigned] (CASSANDRA-9774) fix sstableverify dtest

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reassigned CASSANDRA-9774: --- Assignee: Sylvain Lebresne (was: Jeff Jirsa) > fix sstableverify dtest

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938282#comment-14938282 ] Joshua McKenzie commented on CASSANDRA-10403: - bq. I'd prefer not to make too many

[jira] [Commented] (CASSANDRA-10347) Bulk Loader API could not tolerate even node failure

2015-09-30 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938283#comment-14938283 ] Carl Yeksigian commented on CASSANDRA-10347: Makes sense. I'm +1 on the patch as-is. >

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938295#comment-14938295 ] Sylvain Lebresne commented on CASSANDRA-10403: -- My 2 cents here is: let's revert to CMS

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938330#comment-14938330 ] Aleksey Yeschenko commented on CASSANDRA-10403: --- I agree that we should revert in 3.0.0

[jira] [Commented] (CASSANDRA-7918) Provide graphing tool along with cassandra-stress

2015-09-30 Thread mck (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936428#comment-14936428 ] mck commented on CASSANDRA-7918: Used this to demonstrate expected performance loss when turning on

[jira] [Commented] (CASSANDRA-10231) Null status entries on nodes that crash during decommission of a different node

2015-09-30 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936410#comment-14936410 ] Stefania commented on CASSANDRA-10231: -- Thank you for the update, let's keep our fingers

[jira] [Commented] (CASSANDRA-10303) streaming for 'nodetool rebuild' fails after adding a datacenter

2015-09-30 Thread zhaoyan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936476#comment-14936476 ] zhaoyan commented on CASSANDRA-10303: - I'm sorry to reply you so late. I think networking might

[jira] [Commented] (CASSANDRA-10052) Bringing one node down, makes the whole cluster go down for a second

2015-09-30 Thread Olivier Michallat (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936416#comment-14936416 ] Olivier Michallat commented on CASSANDRA-10052: --- I've tested the fix with with the Java

[jira] [Comment Edited] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938731#comment-14938731 ] Jonathan Shook edited comment on CASSANDRA-10403 at 9/30/15 7:45 PM:

[jira] [Commented] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938874#comment-14938874 ] Adam Holmberg commented on CASSANDRA-10416: --- Glad to hear it's sorted out. > Windows dtest

[jira] [Commented] (CASSANDRA-9774) fix sstableverify dtest

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938875#comment-14938875 ] Jim Witschey commented on CASSANDRA-9774: - Thanks for sorting this out, Sylvain. Style-wise,

[jira] [Commented] (CASSANDRA-10323) Add more MaterializedView metrics

2015-09-30 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938771#comment-14938771 ] Carl Yeksigian commented on CASSANDRA-10323: Overall +1. I pushed [a

[jira] [Updated] (CASSANDRA-10360) UnsupportedOperationException when compacting system.size_estimates after 2.1 -> 2.2 -> 3.0 upgrade

2015-09-30 Thread Andrew Hust (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Hust updated CASSANDRA-10360: Description: When upgrading from 2.1 -> 2.2 -> 3.0 the system.size_estimates table

[jira] [Commented] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938859#comment-14938859 ] Jim Witschey commented on CASSANDRA-10416: -- Sorry to bring you in on this prematurely, Adam.

[jira] [Commented] (CASSANDRA-10417) Windows dtest 3.0: creating_and_dropping_table_with_2ary_indexes_test

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938863#comment-14938863 ] Jim Witschey commented on CASSANDRA-10417: -- That was the problem, thanks:

[jira] [Resolved] (CASSANDRA-10416) Windows dtest 3.0: clustering_order_test dtest fails

2015-09-30 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Witschey resolved CASSANDRA-10416. -- Resolution: Fixed > Windows dtest 3.0: clustering_order_test dtest fails >

[jira] [Commented] (CASSANDRA-10403) Consider reverting to CMS GC on 3.0

2015-09-30 Thread Jonathan Shook (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938731#comment-14938731 ] Jonathan Shook commented on CASSANDRA-10403: To simplify, implementing CASSANDRA-10425 is

cassandra git commit: Start metrics reporter before bootstrap

2015-09-30 Thread jmckenzie
Repository: cassandra Updated Branches: refs/heads/trunk 5d3855990 -> bd46463fb Start metrics reporter before bootstrap Patch by Tommy Stendahl; reviewed by jmckenzie for CASSANDRA-9594 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Assigned] (CASSANDRA-10427) compactionstats 'completed' field not updating

2015-09-30 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson reassigned CASSANDRA-10427: --- Assignee: Marcus Eriksson > compactionstats 'completed' field not

[jira] [Updated] (CASSANDRA-10360) UnsupportedOperationException when compacting system.size_estimates after 2.1 -> 2.2 -> 3.0 upgrade

2015-09-30 Thread Andrew Hust (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Hust updated CASSANDRA-10360: Description: When upgrading from 2.1 -> 2.2 -> 3.0 the system.size_estimates table

[jira] [Comment Edited] (CASSANDRA-10360) UnsupportedOperationException when compacting system.size_estimates after 2.1 -> 2.2 -> 3.0 upgrade

2015-09-30 Thread Andrew Hust (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14937461#comment-14937461 ] Andrew Hust edited comment on CASSANDRA-10360 at 9/30/15 8:21 PM: -- I

[jira] [Commented] (CASSANDRA-7062) Extension of static columns for compound cluster keys

2015-09-30 Thread DOAN DuyHai (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936709#comment-14936709 ] DOAN DuyHai commented on CASSANDRA-7062: Now that [CASSANDRA-8099] is done, can we look again

[jira] [Created] (CASSANDRA-10420) Cassandra server should throw meaningfull exception when thrift_framed_transport_size_in_mb reached

2015-09-30 Thread Yuan Yao (JIRA)
Yuan Yao created CASSANDRA-10420: Summary: Cassandra server should throw meaningfull exception when thrift_framed_transport_size_in_mb reached Key: CASSANDRA-10420 URL:

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

2015-09-30 Thread snazy
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/247bc2e6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/247bc2e6 Diff:

[1/2] cassandra git commit: UFPureScriptTest fails with pre-3.0 java-driver

2015-09-30 Thread snazy
Repository: cassandra Updated Branches: refs/heads/trunk ed65ff99c -> 247bc2e67 UFPureScriptTest fails with pre-3.0 java-driver patch by Robert Stupp; reviewed by Joshua McKenzie for CASSANDRA-10141 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

cassandra git commit: UFPureScriptTest fails with pre-3.0 java-driver

2015-09-30 Thread snazy
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 8bb7077e8 -> 3ae01ddcc UFPureScriptTest fails with pre-3.0 java-driver patch by Robert Stupp; reviewed by Joshua McKenzie for CASSANDRA-10141 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2015-09-30 Thread Maxim Podkolzine (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936703#comment-14936703 ] Maxim Podkolzine commented on CASSANDRA-6411: - We observed this issue in 2.2.0. Is there

[jira] [Created] (CASSANDRA-10422) Avoid anticompaction when doing subrange repair

2015-09-30 Thread Marcus Eriksson (JIRA)
Marcus Eriksson created CASSANDRA-10422: --- Summary: Avoid anticompaction when doing subrange repair Key: CASSANDRA-10422 URL: https://issues.apache.org/jira/browse/CASSANDRA-10422 Project:

[jira] [Created] (CASSANDRA-10421) Potential issue with LogTransaction as it only checks in a single directory for files

2015-09-30 Thread Marcus Eriksson (JIRA)
Marcus Eriksson created CASSANDRA-10421: --- Summary: Potential issue with LogTransaction as it only checks in a single directory for files Key: CASSANDRA-10421 URL:

[jira] [Commented] (CASSANDRA-10413) Replaying materialized view updates from commitlog after node decommission crashes Cassandra

2015-09-30 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936847#comment-14936847 ] T Jake Luciani commented on CASSANDRA-10413: bq. I'm not yet sure that selecting the

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

2015-09-30 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14936821#comment-14936821 ] Yuki Morishita commented on CASSANDRA-6411: --- [~maximp] Do you have stack trace? Is it form

[jira] [Commented] (CASSANDRA-7276) Include keyspace and table names in logs where possible

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939065#comment-14939065 ] Paulo Motta commented on CASSANDRA-7276: [~eitikimura] some comments: I'm not able to compile:

[jira] [Commented] (CASSANDRA-10289) Fix cqlshlib tests

2015-09-30 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939112#comment-14939112 ] Stefania commented on CASSANDRA-10289: -- It looks excellent, +1, thanks! > Fix cqlshlib tests >

[jira] [Created] (CASSANDRA-10428) select with exact date is not working

2015-09-30 Thread Chandran Anjur Narasimhan (JIRA)
Chandran Anjur Narasimhan created CASSANDRA-10428: - Summary: select with exact date is not working Key: CASSANDRA-10428 URL: https://issues.apache.org/jira/browse/CASSANDRA-10428

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

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939071#comment-14939071 ] Paulo Motta commented on CASSANDRA-10341: - bq. we can constuct ranges of partition keys and

[jira] [Assigned] (CASSANDRA-10421) Potential issue with LogTransaction as it only checks in a single directory for files

2015-09-30 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania reassigned CASSANDRA-10421: Assignee: Stefania > Potential issue with LogTransaction as it only checks in a

[jira] [Updated] (CASSANDRA-10428) select with exact date is not working

2015-09-30 Thread Chandran Anjur Narasimhan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandran Anjur Narasimhan updated CASSANDRA-10428: -- Description: Query with >= timestamp works. But the exact

[jira] [Commented] (CASSANDRA-10429) Flush schema tables after local schema change

2015-09-30 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939059#comment-14939059 ] Tyler Hobbs commented on CASSANDRA-10429: - Patch for 3.0 (to keep the changes conservative)

[jira] [Commented] (CASSANDRA-10421) Potential issue with LogTransaction as it only checks in a single directory for files

2015-09-30 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939108#comment-14939108 ] Stefania commented on CASSANDRA-10421: -- If we can have a transaction involving sstables located

[jira] [Commented] (CASSANDRA-10052) Misleading down-node push notifications when rpc_address is shared

2015-09-30 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939109#comment-14939109 ] Stefania commented on CASSANDRA-10052: -- [~thobbs] and [~omichallat]: thank you so much for your

[jira] [Commented] (CASSANDRA-10428) select with exact date is not working

2015-09-30 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938956#comment-14938956 ] Tyler Hobbs commented on CASSANDRA-10428: - cqlsh's default timestamp display format omits

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

2015-09-30 Thread Paulo Motta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938982#comment-14938982 ] Paulo Motta commented on CASSANDRA-10341: - I thought of 3 approaches to solve this problem:

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

2015-09-30 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939040#comment-14939040 ] Yuki Morishita commented on CASSANDRA-10341: We don't need to read SSTables again, since

[jira] [Created] (CASSANDRA-10429) Flush schema tables after local schema change

2015-09-30 Thread Tyler Hobbs (JIRA)
Tyler Hobbs created CASSANDRA-10429: --- Summary: Flush schema tables after local schema change Key: CASSANDRA-10429 URL: https://issues.apache.org/jira/browse/CASSANDRA-10429 Project: Cassandra

[jira] [Commented] (CASSANDRA-9766) Bootstrap outgoing streaming speeds are much slower than during repair

2015-09-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939129#comment-14939129 ] Jonathan Ellis commented on CASSANDRA-9766: --- Is that actually a different path for bootstrap

[jira] [Commented] (CASSANDRA-9766) Bootstrap outgoing streaming speeds are much slower than during repair

2015-09-30 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939147#comment-14939147 ] Yuki Morishita commented on CASSANDRA-9766: --- Both does the same for compressed SSTables.

[jira] [Commented] (CASSANDRA-7276) Include keyspace and table names in logs where possible

2015-09-30 Thread J.P. Eiti Kimura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14939160#comment-14939160 ] J.P. Eiti Kimura commented on CASSANDRA-7276: - Ops, sorry for the MDC from log4j, the

[jira] [Comment Edited] (CASSANDRA-10233) IndexOutOfBoundsException in HintedHandOffManager

2015-09-30 Thread J.P. Eiti Kimura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938177#comment-14938177 ] J.P. Eiti Kimura edited comment on CASSANDRA-10233 at 10/1/15 3:29 AM:

[jira] [Comment Edited] (CASSANDRA-10233) IndexOutOfBoundsException in HintedHandOffManager

2015-09-30 Thread J.P. Eiti Kimura (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938177#comment-14938177 ] J.P. Eiti Kimura edited comment on CASSANDRA-10233 at 10/1/15 3:29 AM:

  1   2   >