[ 
https://issues.apache.org/jira/browse/HBASE-3280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964860#action_12964860
 ] 

stack commented on HBASE-3280:
------------------------------

On remembering forever dead servers (with startcode), yeah, that sounds about 
right.  Could keep the server in a soft references Map.  Want to make new issue?

> 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.

Reply via email to