[ 
https://issues.apache.org/jira/browse/CASSANDRA-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fabien Rousseau updated CASSANDRA-3111:
---------------------------------------

    Attachment: 001-CASSANDRA-3111.patch

> 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
>         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