HBASE-1121 Cluster confused about where -ROOT- is; commit better logging
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@734054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a59ddf299e
commit
0b36056fde
|
@ -776,8 +776,7 @@ public class HConnectionManager implements HConstants {
|
||||||
// so we can stop doing retries and return the result.
|
// so we can stop doing retries and return the result.
|
||||||
server.getRegionInfo(HRegionInfo.ROOT_REGIONINFO.getRegionName());
|
server.getRegionInfo(HRegionInfo.ROOT_REGIONINFO.getRegionName());
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug("Found ROOT at " + rootRegionAddress +
|
LOG.debug("Found ROOT at " + rootRegionAddress);
|
||||||
" (server=" + server + ")");
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|
Loading…
Reference in New Issue