chenrongwei created HBASE-15126: ----------------------------------- Summary: HBaseFsck's checkRegionBoundaries function set the 'storesFirstKey' was incorrect. Key: HBASE-15126 URL: https://issues.apache.org/jira/browse/HBASE-15126 Project: HBase Issue Type: Bug Reporter: chenrongwei Assignee: chenrongwei
HBaseFsck's checkRegionBoundaries function set the 'currentRegionBoundariesInformation.storesFirstKey' was incorrect.I think it should be set like below, currentRegionBoundariesInformation.storesFirstKey = keyOnly(storeFirstKey); but current the 'currentRegionBoundariesInformation.storesFirstKey ' is just set to 'storeFirstKey',which will cause to comparator.compare(currentRegionBoundariesInformation.storesFirstKey, currentRegionBoundariesInformation.metaFirstKey) get a wrong result. Because it just compared the rowkey's length. -- This message was sent by Atlassian JIRA (v6.3.4#6332)