HBASE-14000 Region server failed to report to Master and was stuck in reportForDuty retry loop (Pankaj Kumar)

This commit is contained in:
tedyu 2015-07-17 10:49:12 -07:00
parent 9135ad1bed
commit d4eed9b2dd
1 changed files with 1 additions and 1 deletions

View File

@ -2282,8 +2282,8 @@ public class HRegionServer extends HasThread implements
LOG.debug("Master is not running yet");
} else {
LOG.warn("error telling master we are up", se);
rssStub = null;
}
rssStub = null;
}
return result;
}