[
https://issues.apache.org/jira/browse/HADOOP-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HADOOP-1725:
--------------------------
Attachment: donotincludesplits.patch
Here's a fix.
HADOOP-1725 Client find of table regions should not include offlined,
split parents
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HConnectionManager.java
Removed individual listing of regions found. It duplicates
output from another message that lists all regions found.
(scanOneMetaRegion): Continue if offline AND parent of a split.
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HTable.java
Add debug logging of why we are reloading table regions.
> [hbase] Client find of table regions should not include offlined, split
> parents
> -------------------------------------------------------------------------------
>
> Key: HADOOP-1725
> URL: https://issues.apache.org/jira/browse/HADOOP-1725
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Reporter: stack
> Priority: Minor
> Attachments: donotincludesplits.patch
>
>
> Currently client recalibration on split is failing because the find regions
> code includes the parent and the split daughters. If the parent sorts before
> the daughter split, client gets stuck trying to request the offlined region.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.