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


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