HMaster.getRegionTableClosest should not return null for closed regions
-----------------------------------------------------------------------
Key: HBASE-2656
URL: https://issues.apache.org/jira/browse/HBASE-2656
Project: HBase
Issue Type: Bug
Components: master
Affects Versions: 0.21.0
Reporter: Todd Lipcon
Raised in the review of HBASE-2560: there are a couple functions in HMaster
which return null when a region has not been deployed. Instead, they should
return a Pair<HRegionInfo, HServerAddress> where only the address is null
(since the info is still in meta!)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.