[
https://issues.apache.org/jira/browse/HBASE-3280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Gray updated HBASE-3280:
---------------------------------
Attachment: HBASE-3280-v1.patch
Properly catch and rethrow if we are given a YouAreDeadException doing
heartbeat to master.
> YouAreDeadException being swallowed in HRS getMaster()
> ------------------------------------------------------
>
> Key: HBASE-3280
> URL: https://issues.apache.org/jira/browse/HBASE-3280
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 0.90.0
> Reporter: Jonathan Gray
> Assignee: Jonathan Gray
> Fix For: 0.90.0, 0.92.0
>
> Attachments: HBASE-3280-v1.patch
>
>
> In the HRS, when we lose our connection to the master, we enter into a loop
> where we keep trying to get the new master location in ZK and attempt to send
> our heartbeat. Within tryRegionServerReport() we could get a
> YouAreDeadException, but we won't let it out. This leads to the RS
> continuously heartbeating in to the master although the master keeps telling
> it to kill itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.