Commit extra logging to help diagnoze zk test failure on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1004019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b70e4b83c1
commit
fdecc9dd9b
|
@ -525,6 +525,7 @@ public class HConnectionManager {
|
|||
try {
|
||||
HServerAddress hsa =
|
||||
this.rootRegionTracker.waitRootRegionLocation(this.rpcTimeout);
|
||||
LOG.debug("Lookedup root region location " + hsa);
|
||||
if (hsa == null) return null;
|
||||
return new HRegionLocation(HRegionInfo.ROOT_REGIONINFO, hsa);
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in New Issue