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:48:32 -07:00
parent 7382f8e045
commit a6e91903ec
1 changed files with 1 additions and 1 deletions

View File

@ -2303,8 +2303,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;
}