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.
|
||||
server.getRegionInfo(HRegionInfo.ROOT_REGIONINFO.getRegionName());
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Found ROOT at " + rootRegionAddress +
|
||||
" (server=" + server + ")");
|
||||
LOG.debug("Found ROOT at " + rootRegionAddress);
|
||||
}
|
||||
break;
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in New Issue