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

Liyin Tang updated HBASE-5799:
------------------------------

    Attachment: HBASE-5799.patch
    
> [89-fb] Multiget API may return incomplete resutls
> --------------------------------------------------
>
>                 Key: HBASE-5799
>                 URL: https://issues.apache.org/jira/browse/HBASE-5799
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Liyin Tang
>            Assignee: Liyin Tang
>         Attachments: HBASE-5799.patch
>
>
> There is a serious bug in the multiget which will cause the multiget function 
> only returns part of the results.
> In the process function: 
> The initial region is set before sorting the input list.
> So after the input list has been sorted, the initial region may no longer be 
> the correct region for the first row in the sorted list.
> So the first row in the sorted list may be sent to the wrong region server 
> which has no result for this row.

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

        

Reply via email to