* if we failed to register.
*
* @throws java.io.IOException
*/
private FServerStartupResponse reportForDuty() throws IOException {
FServerStartupResponse result = null;
ServerName masterServerName = getMaster();
if (masterServerName == null)
return result;
try {
this.requestCount.set(0);