TestLogRolling flaky in trunk
-----------------------------
Key: HBASE-2647
URL: https://issues.apache.org/jira/browse/HBASE-2647
Project: HBase
Issue Type: Bug
Components: test, wal
Affects Versions: 0.21.0
Reporter: Todd Lipcon
Priority: Critical
Saw this failure on my Hudson:
org.apache.hadoop.hbase.client.NoServerForRegionException: Timed out trying to
locate root region because: Failed setting up proxy to /192.168.42.22:44708
after attempts=1
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRootRegion(HConnectionManager.java:1023)
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:630)
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:606)
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:676)
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:635)
at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:606)
at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:132)
at
org.apache.hadoop.hbase.HBaseClusterTestCase.hBaseClusterSetup(HBaseClusterTestCase.java:110)
at
org.apache.hadoop.hbase.HBaseClusterTestCase.setUp(HBaseClusterTestCase.java:147)
at
org.apache.hadoop.hbase.regionserver.wal.TestLogRolling.setUp(TestLogRolling.java:131)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.