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

wenhao updated HBASE-26692:
---------------------------
    Attachment:     (was: HBASE-26692.001.patch)

> [HBase-Client] In some cases, no value is obtained using method 
> Result.getValue()
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-26692
>                 URL: https://issues.apache.org/jira/browse/HBASE-26692
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 2.0.0
>            Reporter: wenhao
>            Assignee: wenhao
>            Priority: Critical
>         Attachments: 1.png, 2.png, Test.java
>
>
> Results are not sorted during the query by Result.getValue(). As a result, 
> existing values cannot be queried.
> In normal cases, the results by get or scan are sorted and this problem does 
> not occur. However, in some cases, such as when the HFile file is read by MR 
> and the cells obtained are combined as result by rowkey, there is no sorting. 
>  Result.getvalue (byte [] family, byte [] qualifier) is null.  
>  
>  * The test results are shown in the figures
> !1.png!!2.png![^Test.java]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to