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

ramkrishna.s.vasudevan commented on HBASE-8433:
-----------------------------------------------

This is basically the check that is missed out when the CellComparator was 
implemented.
KeyValueComparator has this already.  
When we have to move from KV to Cell based impl these are some areas that we 
may have to look for so. Thanks Chunhui.

                
> CellComparator#compare returns incorrect result for faked KeyValue
> ------------------------------------------------------------------
>
>                 Key: HBASE-8433
>                 URL: https://issues.apache.org/jira/browse/HBASE-8433
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0
>            Reporter: chunhui shen
>            Assignee: chunhui shen
>            Priority: Critical
>         Attachments: 8433-test.patch, hbase-trunk-8433v1.patch, 
> hbase-trunk-8433v1.txt
>
>
> I found the scan will be in a forever loop when using PREFIX_TREE 
> DataBlockEncoding.
> And found the root cause is:
> CellComparator#compare returns incorrect result for faked KeyValue.
> Patch is simple...
> Provide a rude test case to verify

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to