You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/10/15 20:34:42 UTC

[jira] [Updated] (HBASE-9770) HFilePerformanceEvaluation is using the wrong Comparator

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

Matteo Bertozzi updated HBASE-9770:
-----------------------------------

    Status: Patch Available  (was: Open)

> HFilePerformanceEvaluation is using the wrong Comparator
> --------------------------------------------------------
>
>                 Key: HBASE-9770
>                 URL: https://issues.apache.org/jira/browse/HBASE-9770
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.98.0, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: HBASE-9770-96-v0.patch, HBASE-9770-trunk-v0.patch
>
>
> HBASE-9262 changed the default comparator but the HFilePerformanceEvaluation tool code was not changed. so now the results has errors...
> {code}
> ...
> ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387144, firstKeyInBlock:0000387144
> ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387427, firstKeyInBlock:0000387427
> ERROR [main] hbase.KeyValue: Unexpected getShortMidpointKey result, fakeKey:0000387710, firstKeyInBlock:0000387710
> ...
> INFO  [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000020825
> INFO  [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000056693
> INFO  [0] hbase.HFilePerformanceEvaluation: Nonexistent row: 0000093565
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)