You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/04/10 04:59:41 UTC

[jira] [Updated] (HBASE-17897) StripeStoreFileManager#nonOpenRowCompare use the wrong comparison function

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

Chia-Ping Tsai updated HBASE-17897:
-----------------------------------
    Summary: StripeStoreFileManager#nonOpenRowCompare use the wrong comparison function  (was: StripeStoreFileManager#nonOpenRowCompare use the wrong comparison function.)

> StripeStoreFileManager#nonOpenRowCompare use the wrong comparison function
> --------------------------------------------------------------------------
>
>                 Key: HBASE-17897
>                 URL: https://issues.apache.org/jira/browse/HBASE-17897
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>
> {noformat}
>   private final int nonOpenRowCompare(byte[] k1, byte[] k2) {
>     assert !isOpen(k1) && !isOpen(k2);
>     return cellComparator.compareRows(new KeyOnlyKeyValue(k1), k2, 0, k2.length);
>   }
> {noformat}
> The inputs aren't KeyValue format, so it is wrong to use KeyOnlyKeyValue to parse the row.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)