Hi,
As you can see from the bottom of
https://builds.apache.org/view/G-L/view/HBase/job/HBase-TRUNK/2065/console,
TestRegionRebalancing hangs.

I found the following in the outout.txt of this test which didn't appear in
previous (successful) test execution:
2011-07-31 10:56:16,384 DEBUG [
RS_OPEN_REGION-us01-ciqps1-grid06.carrieriq.com,9173,1312109674806-0]
handler.OpenRegionHandler(172): Interrupting thread
Thread[PostOpenDeployTasks:bf156a1d12baed5794e5502ff1b302a8,5,main]
2011-07-31 10:56:16,385 WARN
[PostOpenDeployTasks:bf156a1d12baed5794e5502ff1b302a8]
handler.OpenRegionHandler$PostOpenDeployTasksThread(216): Exception running
postOpenDeployTasks; region=bf156a1d12baed5794e5502ff1b302a8
org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException: Interrupted
        at
org.apache.hadoop.hbase.catalog.CatalogTracker.waitForMetaServerConnectionDefault(CatalogTracker.java:397)
        at
org.apache.hadoop.hbase.catalog.MetaEditor.updateRegionLocation(MetaEditor.java:168)
        at
org.apache.hadoop.hbase.regionserver.HRegionServer.postOpenDeployTasks(HRegionServer.java:1414)
        at
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler$PostOpenDeployTasksThread.run(OpenRegionHandler.java:213)

I think the above may be related to the incomplete work of HBASE-3065.

Cheers

Reply via email to