You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/07/08 21:05:04 UTC

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

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

Benjamin Lerer commented on CASSANDRA-9759:
-------------------------------------------

The patch is [here|https://github.com/apache/cassandra/compare/trunk...blerer:9759]

The unit tests results are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-9759-testall/lastCompletedBuild/testReport/]
The DTest results are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-9759-dtest/lastCompletedBuild/testReport/]

> RowAndTombstoneMergeIterator combine RangeTombstones even if they should not be
> -------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-9759
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9759
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Benjamin Lerer
>            Assignee: Benjamin Lerer
>
> I noticed that the range tombstones {{[ ,0]}} and {{(2, ]}} got combine by the {{RowAndTombstoneMergeIterator}} even if they should not have been.
> The result was the following:
> {code}
> Marker INCL_START_BOUND()@1436287022237000
> Row: clustering=0 | value=0
> Marker INCL_END_EXCL_START_BOUNDARY(0)@1436287022237000-1436287022196000
> Row: clustering=1 | value=1
> Row: clustering=2 | value=2
> Row: clustering=3 | value=3
> Row: clustering=4 | value=4
> Marker INCL_END_BOUND()@1436287022196000
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)