Matteo Bertozzi created HBASE-9770:
--------------------------------------
Summary: 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
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)