[
https://issues.apache.org/jira/browse/CASSANDRA-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933830#action_12933830
]
Hudson commented on CASSANDRA-1753:
-----------------------------------
Integrated in Cassandra-0.7 #16 (See
[https://hudson.apache.org/hudson/job/Cassandra-0.7/16/])
> SSTableImport adds columns marked for delete incorrectly in methods
> addToStandardCF & addToSuperCF
> --------------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1753
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1753
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7 beta 2
> Reporter: Pushpinder Heer
> Assignee: Bryan Tower
> Fix For: 0.7.0
>
> Attachments: cassandra-0.7-1753.txt
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The logic for adding column families in the methods addToStandardCF &
> addToSuperCF appears to be backwards
> if (col.isDeleted) {
> cfamily.addColumn(path, hexToBytes(col.value), new
> TimestampClock(col.timestamp));
> } else {
> cfamily.addTombstone(path, hexToBytes(col.value), new
> TimestampClock(col.timestamp));
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.