[ 
https://issues.apache.org/jira/browse/CASSANDRA-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126738#comment-13126738
 ] 

Hudson commented on CASSANDRA-3357:
-----------------------------------

Integrated in Cassandra-0.8 #369 (See 
[https://builds.apache.org/job/Cassandra-0.8/369/])
    Fix handling of tombstone by SSTableExport/Import when validation != 
BytesType
patch by slebresne; reviewed by jbellis for CASSANDRA-3357

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1182950
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools/SSTableExport.java
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools/SSTableImport.java

                
> SSTableImport/Export don't handle tombstone well if value validation != 
> BytesType
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3357
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3357
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.7
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Trivial
>             Fix For: 0.8.8
>
>         Attachments: 3357.patch
>
>
> SSTableImport/Export use the value validator even on tomstone, but for those 
> the value is the local deletion time, so this don't necessarily validate 
> (with UTF8Type for instance)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to