LOG.debug("Wake. Waiting for all regions to be disabled from " +
Bytes.toString(tableName));
}
}
if (!isTableDisabled(tableName)) {
throw new RegionException("Retries exhausted, it took too long to wait"+
" for the table " + Bytes.toString(tableName) + " to be disabled.");
}
LOG.info("Disabled " + Bytes.toString(tableName));
}