[jira] [Commented] (CASSANDRA-8795) Cassandra (possibly under load) occasionally throws an exception during CQL create table

2015-02-17 Thread Darren Warner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14324864#comment-14324864 ] Darren Warner commented on CASSANDRA-8795: -- Looks like you have a handle on

[jira] [Updated] (CASSANDRA-8817) Error handling in Cassandra logs in low memory scenarios could use improvement

2015-02-17 Thread Michael DeHaan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael DeHaan updated CASSANDRA-8817: -- Priority: Minor (was: Major) Error handling in Cassandra logs in low memory

[jira] [Created] (CASSANDRA-8817) Error handling in Cassandra logs in low memory scenarios could use improvement

2015-02-17 Thread Michael DeHaan (JIRA)
Michael DeHaan created CASSANDRA-8817: - Summary: Error handling in Cassandra logs in low memory scenarios could use improvement Key: CASSANDRA-8817 URL: https://issues.apache.org/jira/browse/CASSANDRA-8817

[jira] [Updated] (CASSANDRA-8817) Error handling in Cassandra logs in low memory scenarios could use improvement

2015-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-8817: -- Fix Version/s: (was: 2.1.3) 2.1.4 Error handling in

[jira] [Updated] (CASSANDRA-8817) Error handling in Cassandra logs in low memory scenarios could use improvement

2015-02-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-8817: -- Labels: lhf (was: ) Error handling in Cassandra logs in low memory scenarios

[jira] [Commented] (CASSANDRA-8308) Windows: Commitlog access violations on unit tests

2015-02-17 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14324946#comment-14324946 ] Philip Thompson commented on CASSANDRA-8308:

[jira] [Commented] (CASSANDRA-4914) Aggregation functions in CQL

2015-02-17 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14323798#comment-14323798 ] Robert Stupp commented on CASSANDRA-4914: - // flame off You could use Spark

[jira] [Commented] (CASSANDRA-8366) Repair grows data on nodes, causes load to become unbalanced

2015-02-17 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14323935#comment-14323935 ] Marcus Eriksson commented on CASSANDRA-8366: The problem is that we don't

[jira] [Commented] (CASSANDRA-4914) Aggregation functions in CQL

2015-02-17 Thread Ahmet AKYOL (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14323933#comment-14323933 ] Ahmet AKYOL commented on CASSANDRA-4914: As [~jbellis] said it's a different

[jira] [Commented] (CASSANDRA-8815) Race in sstable ref counting during streaming failures

2015-02-17 Thread Richard Low (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14325007#comment-14325007 ] Richard Low commented on CASSANDRA-8815: I think we should add some assertions

[jira] [Commented] (CASSANDRA-8813) MapType.compose throws java.lang.IllegalArgumentException: null when either of the key or value pair in map type object is of type int (Int32Type)

2015-02-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14323958#comment-14323958 ] Sylvain Lebresne commented on CASSANDRA-8813: - I'm not really sure what

[jira] [Resolved] (CASSANDRA-8813) MapType.compose throws java.lang.IllegalArgumentException: null when either of the key or value pair in map type object is of type int (Int32Type)

2015-02-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-8813. - Resolution: Invalid MapType.compose throws

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

2015-02-17 Thread marcuse
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9ad79786 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9ad79786 Diff:

cassandra git commit: Make it possible to set DTCS max_sstable_age in fractional days

2015-02-17 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 782b0b616 - 93769b3b9 Make it possible to set DTCS max_sstable_age in fractional days Patch by marcuse; reviewed by jshook for CASSANDRA-8406 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/2] cassandra git commit: Make it possible to set DTCS max_sstable_age in fractional days

2015-02-17 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 774746398 - 9ad797863 Make it possible to set DTCS max_sstable_age in fractional days Patch by marcuse; reviewed by jshook for CASSANDRA-8406 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

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

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

2015-02-17 Thread marcuse
Merge branch 'cassandra-2.0' into cassandra-2.1 Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9ad79786 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9ad79786 Diff:

[1/3] cassandra git commit: Make it possible to set DTCS max_sstable_age in fractional days

2015-02-17 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/trunk b6350ca7a - f9d4044f1 Make it possible to set DTCS max_sstable_age in fractional days Patch by marcuse; reviewed by jshook for CASSANDRA-8406 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-8406) Add option to set max_sstable_age in seconds in DTCS

2015-02-17 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-8406: --- Fix Version/s: 2.1.4 Add option to set max_sstable_age in seconds in DTCS

[jira] [Updated] (CASSANDRA-8406) Add option to set max_sstable_age in fractional days in DTCS

2015-02-17 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-8406: --- Summary: Add option to set max_sstable_age in fractional days in DTCS (was: Add

[jira] [Commented] (CASSANDRA-4914) Aggregation functions in CQL

2015-02-17 Thread Cristian O (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14324146#comment-14324146 ] Cristian O commented on CASSANDRA-4914: --- A couple of thoughts: - doing

[jira] [Commented] (CASSANDRA-8366) Repair grows data on nodes, causes load to become unbalanced

2015-02-17 Thread Alan Boudreault (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14324163#comment-14324163 ] Alan Boudreault commented on CASSANDRA-8366: What about the node loads?

<    1   2