HBASE-14000 Region server failed to report to Master and was stuck in reportForDuty retry loop (Pankaj Kumar)
This commit is contained in:
parent
7382f8e045
commit
a6e91903ec
|
@ -2303,8 +2303,8 @@ public class HRegionServer extends HasThread implements
|
||||||
LOG.debug("Master is not running yet");
|
LOG.debug("Master is not running yet");
|
||||||
} else {
|
} else {
|
||||||
LOG.warn("error telling master we are up", se);
|
LOG.warn("error telling master we are up", se);
|
||||||
rssStub = null;
|
|
||||||
}
|
}
|
||||||
|
rssStub = null;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue