You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/11/01 04:46:58 UTC

[jira] [Created] (HBASE-16983) TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/...

stack created HBASE-16983:
-----------------------------

             Summary: TestMultiTableSnapshotInputFormat failing with  Unable to create region directory: /tmp/...
                 Key: HBASE-16983
                 URL: https://issues.apache.org/jira/browse/HBASE-16983
             Project: HBase
          Issue Type: Bug
          Components: test
            Reporter: stack
            Priority: Minor


Test is using /tmp. We failed creating dir in /tmp in a few tests from this suite just now:

https://builds.apache.org/job/PreCommit-HBASE-Build/4253/testReport/org.apache.hadoop.hbase.mapred/TestMultiTableSnapshotInputFormat/testScanOBBToOPP/

{code}
Caused by: java.io.IOException: Unable to create region directory: /tmp/scantest2_snapshot__953e2b2d-22aa-4c6a-a46a-272619f5436e/data/default/scantest2/5629158a49e010e21ac0bd16453b2d8c
	at org.apache.hadoop.hbase.regionserver.HRegionFileSystem.createRegionOnFileSystem(HRegionFileSystem.java:896)
	at org.apache.hadoop.hbase.regionserver.HRegion.createHRegion(HRegion.java:6520)
	at org.apache.hadoop.hbase.util.ModifyRegionUtils.createRegion(ModifyRegionUtils.java:205)
	at org.apache.hadoop.hbase.util.ModifyRegionUtils$1.call(ModifyRegionUtils.java:173)
	at org.apache.hadoop.hbase.util.ModifyRegionUtils$1.call(ModifyRegionUtils.java:170)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
...
{code}

No more detail than this. Let me change it so creates stuff in the test dir that it for sure owns/can write to.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)