[
https://issues.apache.org/jira/browse/HBASE-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-17616:
---------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 1.4.0
2.0.0
Status: Resolved (was: Patch Available)
Thanks for the patch.
> Incorrect actions performed by CM
> ---------------------------------
>
> Key: HBASE-17616
> URL: https://issues.apache.org/jira/browse/HBASE-17616
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Abhishek Singh Chouhan
> Assignee: Abhishek Singh Chouhan
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-17616.master.001.patch
>
>
> Observed that chaos monkey was killing the wrong RS when performing chaos
> actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is
> because we use the cached region location that turns out to be false in
> subsequent actions.
> More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
> we use regionLoc = locator.getRegionLocation(regionName) which does not
> reload the cache.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)