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

Hudson commented on CASSANDRA-3111:
-----------------------------------

Integrated in Cassandra-0.8 #306 (See 
[https://builds.apache.org/job/Cassandra-0.8/306/])
    Fix handling of the empty byte buffer by ReversedType
patch by frousseau; reviewed by slebresne for CASSANDRA-3111

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163695
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/marshal/ReversedType.java


> Bug in ReversedType comparator
> ------------------------------
>
>                 Key: CASSANDRA-3111
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3111
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.4
>            Reporter: Fabien Rousseau
>            Priority: Minor
>             Fix For: 0.8.5
>
>         Attachments: 001-CASSANDRA-3111.patch
>
>
> Scenario :
>  * create a cf with a reversed comparator
>  * insert a few columns in a row
>  * try to read data with : SliceRange(start='', finish='', reversed=true)
>  ** no data is returned, but some columns are expected
>  * try to read data with : SliceRange(start='', finish='', reversed=false)
>  ** if not flushed on disk : no data is returned

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to