[jira] [Updated] (CASSANDRA-9777) If you have a ~/.cqlshrc and a ~/.cassandra/cqlshrc, cqlsh will overwrite the latter with the former

2015-07-13 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-9777: --- Assignee: David Kua > If you have a ~/.cqlshrc and a ~/.cassandra/cqlshrc, cqlsh w

cassandra git commit: Fix RangeTombstone combining in RowAndTombstonMergeIterator

2015-07-13 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 5ba79cbf2 -> 1f9d74c91 Fix RangeTombstone combining in RowAndTombstonMergeIterator patch by blerer; reviewed by slebresne for CASSANDRA-9759 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apach

[jira] [Commented] (CASSANDRA-9686) FSReadError and LEAK DETECTED after upgrading

2015-07-13 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624650#comment-14624650 ] Stefania commented on CASSANDRA-9686: - That's the expected behavior, see the discu

[jira] [Commented] (CASSANDRA-9673) Improve batchlog write path

2015-07-13 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624618#comment-14624618 ] Stefania commented on CASSANDRA-9673: - Thanks Aleksey, as discussed offline, we'll

[jira] [Commented] (CASSANDRA-9659) ServerErrorException: java.lang.AssertionError

2015-07-13 Thread Dave Decicco (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624616#comment-14624616 ] Dave Decicco commented on CASSANDRA-9659: - Hi Benjamin, thank you again for lo

[jira] [Comment Edited] (CASSANDRA-9525) Commitlog allocation failure doesn't stop the entire node.

2015-07-13 Thread Amit Khare (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624607#comment-14624607 ] Amit Khare edited comment on CASSANDRA-9525 at 7/13/15 1:02 PM:

[jira] [Updated] (CASSANDRA-8515) Commit log stop policy not enforced correctly during startup

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-8515: Summary: Commit log stop policy not enforced correctly during startup (was: Hang at startup wh

[jira] [Resolved] (CASSANDRA-9525) Commitlog allocation failure doesn't stop the entire node.

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict resolved CASSANDRA-9525. - Resolution: Fixed [~adkhare]: the problem reported here is a duplicate of CASSANDRA-8515, whic

[jira] [Commented] (CASSANDRA-9525) Commitlog allocation failure doesn't stop the entire node.

2015-07-13 Thread Amit Khare (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624607#comment-14624607 ] Amit Khare commented on CASSANDRA-9525: --- We are facing the same issue in 2.1.3 v

[jira] [Commented] (CASSANDRA-9759) RowAndTombstoneMergeIterator combine RangeTombstones even if they should not be

2015-07-13 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624599#comment-14624599 ] Benjamin Lerer commented on CASSANDRA-9759: --- I have removed the redundant ca

[jira] [Comment Edited] (CASSANDRA-9759) RowAndTombstoneMergeIterator combine RangeTombstones even if they should not be

2015-07-13 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624599#comment-14624599 ] Benjamin Lerer edited comment on CASSANDRA-9759 at 7/13/15 12:47 PM: ---

[jira] [Commented] (CASSANDRA-9659) ServerErrorException: java.lang.AssertionError

2015-07-13 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624596#comment-14624596 ] Benjamin Lerer commented on CASSANDRA-9659: --- Thanks for the queries. Unfortu

[jira] [Commented] (CASSANDRA-9686) FSReadError and LEAK DETECTED after upgrading

2015-07-13 Thread Andreas Schnitzerling (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624561#comment-14624561 ] Andreas Schnitzerling commented on CASSANDRA-9686: -- After applying al

[jira] [Commented] (CASSANDRA-9780) Get rid of CFMetaData isPurged(), markPurged()

2015-07-13 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624553#comment-14624553 ] Aleksey Yeschenko commented on CASSANDRA-9780: -- cassci not unhappier than

cassandra git commit: Get rid of CFMetaData.isPurged

2015-07-13 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk 87ea6bc91 -> 5ba79cbf2 Get rid of CFMetaData.isPurged patch by Aleksey Yeschenko; reviewed by Benedict Elliot Smith for CASSANDRA-9780 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/

[jira] [Commented] (CASSANDRA-8099) Refactor and modernize the storage engine

2015-07-13 Thread tzach (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624538#comment-14624538 ] tzach commented on CASSANDRA-8099: -- Thanks Sylvain, I missed that. > Refactor and m

[jira] [Commented] (CASSANDRA-9781) Dropped columns handled incorrectly in trunk

2015-07-13 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624533#comment-14624533 ] Aleksey Yeschenko commented on CASSANDRA-9781: -- There is a typo in {{Lega

[jira] [Comment Edited] (CASSANDRA-9673) Improve batchlog write path

2015-07-13 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624500#comment-14624500 ] Aleksey Yeschenko edited comment on CASSANDRA-9673 at 7/13/15 10:38 AM:

[jira] [Commented] (CASSANDRA-9673) Improve batchlog write path

2015-07-13 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624500#comment-14624500 ] Aleksey Yeschenko commented on CASSANDRA-9673: -- Yes, I thought I mentione

cassandra git commit: Fix PartitionUpdate.rowCount

2015-07-13 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 7dff15011 -> 87ea6bc91 Fix PartitionUpdate.rowCount patch by slebresne; reviewed by iamaleksey for CASSANDRA-9746 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/c

[jira] [Commented] (CASSANDRA-9780) Get rid of CFMetaData isPurged(), markPurged()

2015-07-13 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624482#comment-14624482 ] Aleksey Yeschenko commented on CASSANDRA-9780: -- Thought so, thanks. Force

[jira] [Commented] (CASSANDRA-9708) Serialize ClusteringPrefixes in batches

2015-07-13 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624445#comment-14624445 ] Sylvain Lebresne commented on CASSANDRA-9708: - bq. if not slightly leaning

[jira] [Commented] (CASSANDRA-9141) Scrub errors when attempting to abort

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624439#comment-14624439 ] Benedict commented on CASSANDRA-9141: - OK, fair enough. I'll take the credit if yo

[jira] [Commented] (CASSANDRA-9141) Scrub errors when attempting to abort

2015-07-13 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624435#comment-14624435 ] Stefania commented on CASSANDRA-9141: - I cannot reproduce it either, I've run it i

[jira] [Commented] (CASSANDRA-9780) Get rid of CFMetaData isPurged(), markPurged()

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624432#comment-14624432 ] Benedict commented on CASSANDRA-9780: - I'd prefer we not do concurrent map lookups

[jira] [Comment Edited] (CASSANDRA-9708) Serialize ClusteringPrefixes in batches

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624429#comment-14624429 ] Benedict edited comment on CASSANDRA-9708 at 7/13/15 9:35 AM: --

[jira] [Commented] (CASSANDRA-9686) FSReadError and LEAK DETECTED after upgrading

2015-07-13 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624431#comment-14624431 ] Stefania commented on CASSANDRA-9686: - I don't think so. If I understood correctly

[jira] [Commented] (CASSANDRA-9708) Serialize ClusteringPrefixes in batches

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624429#comment-14624429 ] Benedict commented on CASSANDRA-9708: - Yeah, that's pretty much my position. I'll

[jira] [Commented] (CASSANDRA-9708) Serialize ClusteringPrefixes in batches

2015-07-13 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624423#comment-14624423 ] Sylvain Lebresne commented on CASSANDRA-9708: - bq. the obscure case of ser

[jira] [Created] (CASSANDRA-9786) Our index file seeks can be directed to the page most likely to contain the record, and read exactly one page

2015-07-13 Thread Benedict (JIRA)
Benedict created CASSANDRA-9786: --- Summary: Our index file seeks can be directed to the page most likely to contain the record, and read exactly one page Key: CASSANDRA-9786 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (CASSANDRA-9673) Improve batchlog write path

2015-07-13 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624419#comment-14624419 ] Stefania commented on CASSANDRA-9673: - [~iamaleksey] can you elaborate a bit more

[jira] [Resolved] (CASSANDRA-9141) Scrub errors when attempting to abort

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict resolved CASSANDRA-9141. - Resolution: Cannot Reproduce This doesn't reproduce on my version of trunk, nor is it failing

[jira] [Commented] (CASSANDRA-9708) Serialize ClusteringPrefixes in batches

2015-07-13 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624373#comment-14624373 ] Benedict commented on CASSANDRA-9708: - FTR, dtests failed in cassci after I made s

[jira] [Commented] (CASSANDRA-9745) Allow validating values through a UDF

2015-07-13 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624364#comment-14624364 ] Sam Tunnicliffe commented on CASSANDRA-9745: It's mostly orthogonal to thi

[jira] [Updated] (CASSANDRA-9773) Hadoop Cassandra integration - cannot output to table with only primary key columns

2015-07-13 Thread fuggy_yama (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fuggy_yama updated CASSANDRA-9773: -- Description: I have following table in cassandra: {code:sql}CREATE TABLE IF NOT EXISTS summa

[jira] [Updated] (CASSANDRA-9781) Dropped columns handled incorrectly in trunk

2015-07-13 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-9781: Attachment: 9781.txt I guess we could just fix {{getDroppedColumnDefinition()}},

<    1   2