[jira] [Commented] (CASSANDRA-8560) Make CassandraException be an unchecked exception

2015-01-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282237#comment-14282237 ] Sylvain Lebresne commented on CASSANDRA-8560: - +1 > Make CassandraExcepti

cassandra git commit: Make CassandraException unchecked, extend RuntimeException

2015-01-19 Thread snazy
Repository: cassandra Updated Branches: refs/heads/trunk 6ba099940 -> 17624248e Make CassandraException unchecked, extend RuntimeException Patch by Robert Stupp, reviewed by Sylvain Lebresne for CASSANDRA-8560 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-

[jira] [Updated] (CASSANDRA-7974) Enable tooling to detect hot partitions

2015-01-19 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lohfink updated CASSANDRA-7974: - Attachment: CASSANDRA-7974v3.txt Attached with additional changes: * Uses open type da

[jira] [Created] (CASSANDRA-8643) merkle tree creation fails with NoSuchElementException

2015-01-19 Thread Jan Karlsson (JIRA)
Jan Karlsson created CASSANDRA-8643: --- Summary: merkle tree creation fails with NoSuchElementException Key: CASSANDRA-8643 URL: https://issues.apache.org/jira/browse/CASSANDRA-8643 Project: Cassandra

[jira] [Commented] (CASSANDRA-8630) Faster sequencial IO (on compaction, streaming, etc)

2015-01-19 Thread Oleg Anastasyev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282315#comment-14282315 ] Oleg Anastasyev commented on CASSANDRA-8630: So, here are numbers of tests

[jira] [Comment Edited] (CASSANDRA-8630) Faster sequencial IO (on compaction, streaming, etc)

2015-01-19 Thread Oleg Anastasyev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282315#comment-14282315 ] Oleg Anastasyev edited comment on CASSANDRA-8630 at 1/19/15 11:17 AM: --

[jira] [Created] (CASSANDRA-8644) Cassandra node going down while running "COPY TO" command on around 7lakh records.....

2015-01-19 Thread Prajakta Bhosale (JIRA)
Prajakta Bhosale created CASSANDRA-8644: --- Summary: Cassandra node going down while running "COPY TO" command on around 7lakh records. Key: CASSANDRA-8644 URL: https://issues.apache.org/jira/browse/CASSAN

[jira] [Commented] (CASSANDRA-7438) Serializing Row cache alternative (Fully off heap)

2015-01-19 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282467#comment-14282467 ] Robert Stupp commented on CASSANDRA-7438: - I think the possibly best alternati

[jira] [Comment Edited] (CASSANDRA-7438) Serializing Row cache alternative (Fully off heap)

2015-01-19 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282467#comment-14282467 ] Robert Stupp edited comment on CASSANDRA-7438 at 1/19/15 12:41 PM: -

[jira] [Commented] (CASSANDRA-6538) Provide a read-time CQL function to display the data size of columns and rows

2015-01-19 Thread Prajakta Bhosale (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282474#comment-14282474 ] Prajakta Bhosale commented on CASSANDRA-6538: - Yes even I agree, It would

cassandra git commit: use constants

2015-01-19 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk 17624248e -> d314c07a1 use constants Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d314c07a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d31

[jira] [Commented] (CASSANDRA-7432) Add new CMS GC flags to cassandra_env.sh for JVM later than 1.7.0_60

2015-01-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282609#comment-14282609 ] Jeremy Hanna commented on CASSANDRA-7432: - It looks like is in 2.0, but not 2.

[jira] [Commented] (CASSANDRA-8421) Cassandra 2.1.1 & Cassandra 2.1.2 UDT not returning value for LIST type as UDT

2015-01-19 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282631#comment-14282631 ] Benjamin Lerer commented on CASSANDRA-8421: --- My mistake, the order differenc

[jira] [Updated] (CASSANDRA-8421) Cassandra 2.1.1 & Cassandra 2.1.2 UDT not returning value for LIST type as UDT

2015-01-19 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Lerer updated CASSANDRA-8421: -- Attachment: CASSANDRA-8421.txt The patch fix the problem in {{CompositesSearcher}}.

[jira] [Commented] (CASSANDRA-8421) Cassandra 2.1.1 & Cassandra 2.1.2 UDT not returning value for LIST type as UDT

2015-01-19 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282674#comment-14282674 ] Benjamin Lerer commented on CASSANDRA-8421: --- [~thobbs] can you review? > Ca

[jira] [Commented] (CASSANDRA-8638) CQLSH -f option should ignore BOM in files

2015-01-19 Thread Abhishek Gupta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282830#comment-14282830 ] Abhishek Gupta commented on CASSANDRA-8638: --- [~s_delima] I am currently tryi

[jira] [Commented] (CASSANDRA-8619) using CQLSSTableWriter gives ConcurrentModificationException

2015-01-19 Thread Igor Berman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282853#comment-14282853 ] Igor Berman commented on CASSANDRA-8619: I believe this is connected to concur

[jira] [Updated] (CASSANDRA-8619) using CQLSSTableWriter gives ConcurrentModificationException

2015-01-19 Thread Igor Berman (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Berman updated CASSANDRA-8619: --- Environment: sun jdk 7 linux - ubuntu > using CQLSSTableWriter gives ConcurrentModificati

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

2015-01-19 Thread brandonwilliams
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bea3a970 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bea3a970 Diff: http://git-wip-us.apache.org/repos/asf/cassand

[1/3] cassandra git commit: add missing jvm opts back

2015-01-19 Thread brandonwilliams
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 f88864cc6 -> d469b4b81 refs/heads/trunk d314c07a1 -> bea3a9703 add missing jvm opts back Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d469b4b8 T

[2/3] cassandra git commit: add missing jvm opts back

2015-01-19 Thread brandonwilliams
add missing jvm opts back Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d469b4b8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d469b4b8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d469b4

[jira] [Commented] (CASSANDRA-7432) Add new CMS GC flags to cassandra_env.sh for JVM later than 1.7.0_60

2015-01-19 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282931#comment-14282931 ] Brandon Williams commented on CASSANDRA-7432: - Not what happened, I see my

[jira] [Comment Edited] (CASSANDRA-7432) Add new CMS GC flags to cassandra_env.sh for JVM later than 1.7.0_60

2015-01-19 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282931#comment-14282931 ] Brandon Williams edited comment on CASSANDRA-7432 at 1/19/15 7:51 PM: --

[jira] [Comment Edited] (CASSANDRA-7432) Add new CMS GC flags to cassandra_env.sh for JVM later than 1.7.0_60

2015-01-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282609#comment-14282609 ] Jeremy Hanna edited comment on CASSANDRA-7432 at 1/19/15 7:53 PM: --

[jira] [Updated] (CASSANDRA-8643) merkle tree creation fails with NoSuchElementException

2015-01-19 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-8643: --- Reproduced In: 2.1.2 Fix Version/s: 2.1.3 > merkle tree creation fails with No

[jira] [Updated] (CASSANDRA-8642) Cassandra crashed after stress test of write

2015-01-19 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-8642: --- Reproduced In: 2.1.2 Fix Version/s: 2.1.3 What version of the JDK are you runn

[jira] [Commented] (CASSANDRA-8552) Large compactions run out of off-heap RAM

2015-01-19 Thread Alan Boudreault (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282980#comment-14282980 ] Alan Boudreault commented on CASSANDRA-8552: For the record, I executed va

[jira] [Created] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Max Barnash (JIRA)
Max Barnash created CASSANDRA-8645: -- Summary: sstableloader reports nonsensical bandwidth Key: CASSANDRA-8645 URL: https://issues.apache.org/jira/browse/CASSANDRA-8645 Project: Cassandra Is

[jira] [Commented] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Max Barnash (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283012#comment-14283012 ] Max Barnash commented on CASSANDRA-8645: Attached patch only applies for 2.0.x

[jira] [Updated] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Max Barnash (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Barnash updated CASSANDRA-8645: --- Fix Version/s: 2.0.13 > sstableloader reports nonsensical bandwidth > ---

[jira] [Updated] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Max Barnash (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Barnash updated CASSANDRA-8645: --- Reviewer: Aleksey Yeschenko Reproduced In: 2.0.11 Since Version: 2.0.0 > ssta

[jira] [Assigned] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Max Barnash (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Barnash reassigned CASSANDRA-8645: -- Assignee: Max Barnash > sstableloader reports nonsensical bandwidth >

cassandra git commit: Round up time deltas lower than 1ms in BulkLoader

2015-01-19 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 ce207cba4 -> ae380da9e Round up time deltas lower than 1ms in BulkLoader patch by Max Barnash; reviewed by Aleksey Yeschenko for CASSANDRA-8645 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-w

[1/3] cassandra git commit: Round up time deltas lower than 1ms in BulkLoader

2015-01-19 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk bea3a9703 -> a7a19215c Round up time deltas lower than 1ms in BulkLoader patch by Max Barnash; reviewed by Aleksey Yeschenko for CASSANDRA-8645 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.ap

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

2015-01-19 Thread aleksey
Merge branch 'cassandra-2.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a7a19215 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a7a19215 Diff: http://git-wip-us.apache.org/repos/asf/cassand

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

2015-01-19 Thread aleksey
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt src/java/org/apache/cassandra/tools/BulkLoader.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cc0831c6 Tree: http://git-wip-

[1/2] cassandra git commit: Round up time deltas lower than 1ms in BulkLoader

2015-01-19 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 d469b4b81 -> cc0831c60 Round up time deltas lower than 1ms in BulkLoader patch by Max Barnash; reviewed by Aleksey Yeschenko for CASSANDRA-8645 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-w

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

2015-01-19 Thread aleksey
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt src/java/org/apache/cassandra/tools/BulkLoader.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cc0831c6 Tree: http://git-wip-

[jira] [Commented] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

2015-01-19 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283059#comment-14283059 ] Aleksey Yeschenko commented on CASSANDRA-8645: -- Committed, thanks (: > s

[jira] [Commented] (CASSANDRA-8150) Revaluate Default JVM tuning parameters

2015-01-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283112#comment-14283112 ] Jeremy Hanna commented on CASSANDRA-8150: - Have we made any progress towards d

[jira] [Resolved] (CASSANDRA-8644) Cassandra node going down while running "COPY TO" command on around 7lakh records.....

2015-01-19 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-8644. -- Resolution: Duplicate > Cassandra node going down while running "COPY TO" co

[jira] [Commented] (CASSANDRA-8583) Check for Thread.start()

2015-01-19 Thread Krzysztof Styrc (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283169#comment-14283169 ] Krzysztof Styrc commented on CASSANDRA-8583: Hi, I've looked through the

[jira] [Commented] (CASSANDRA-8638) CQLSH -f option should ignore BOM in files

2015-01-19 Thread Sotirios Delimanolis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283416#comment-14283416 ] Sotirios Delimanolis commented on CASSANDRA-8638: - See the wikipedia a

[jira] [Comment Edited] (CASSANDRA-8638) CQLSH -f option should ignore BOM in files

2015-01-19 Thread Abhishek Gupta (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282830#comment-14282830 ] Abhishek Gupta edited comment on CASSANDRA-8638 at 1/20/15 5:36 AM:

[jira] [Created] (CASSANDRA-8646) For Column family

2015-01-19 Thread Nitin Padalia (JIRA)
Nitin Padalia created CASSANDRA-8646: Summary: For Column family Key: CASSANDRA-8646 URL: https://issues.apache.org/jira/browse/CASSANDRA-8646 Project: Cassandra Issue Type: Bug

[jira] [Updated] (CASSANDRA-8646) Row Cache Miss with clustering key

2015-01-19 Thread Nitin Padalia (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitin Padalia updated CASSANDRA-8646: - Summary: Row Cache Miss with clustering key (was: For Column family ) > Row Cache Mis

[jira] [Commented] (CASSANDRA-8642) Cassandra crashed after stress test of write

2015-01-19 Thread ZhongYu (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283562#comment-14283562 ] ZhongYu commented on CASSANDRA-8642: JDK 1.7.0_71 Ubuntu 12.04 LTS 64-bit > Cassa