Pankaj Kumar created HBASE-14000:
------------------------------------

             Summary: Region server failed to report Master and stuck in 
reportForDuty retry loop
                 Key: HBASE-14000
                 URL: https://issues.apache.org/jira/browse/HBASE-14000
             Project: HBase
          Issue Type: Bug
            Reporter: Pankaj Kumar
            Assignee: Pankaj Kumar


In a HA cluster, region server got stuck in reportForDuty retry loop if the 
active master is restarting and later on master switch happens before it 
reports successfully.

Root cause is same as HBASE-13317, but the region server tried to connect 
master when it was starting, so rssStub reset didnt happen as
{code}
  if (ioe instanceof ServerNotRunningYetException) {
        LOG.debug("Master is not running yet");
  }
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to