[
https://issues.apache.org/jira/browse/CASSANDRA-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294801#comment-13294801
]
Vijay commented on CASSANDRA-3708:
----------------------------------
looks like there is another bug in the following code.
AbstractType.onDiskAtomComparator
{code}
int comp2 = AbstractType.this.compare(t1.max, t1.max);
if (comp2 == 0)
return t1.data.compareTo(t2.data);
else
return comp2;
{code}
> Support "composite prefix" tombstones
> -------------------------------------
>
> Key: CASSANDRA-3708
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3708
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Jonathan Ellis
> Assignee: Sylvain Lebresne
> Fix For: 1.2
>
>
--
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