Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A417E200C3E for ; Tue, 21 Mar 2017 17:52:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A2943160B90; Tue, 21 Mar 2017 16:52:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EF1BD160B6E for ; Tue, 21 Mar 2017 17:52:47 +0100 (CET) Received: (qmail 69884 invoked by uid 500); 21 Mar 2017 16:52:47 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 69873 invoked by uid 99); 21 Mar 2017 16:52:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2017 16:52:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 97B73C0FEE for ; Tue, 21 Mar 2017 16:52:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.549 X-Spam-Level: X-Spam-Status: No, score=-98.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 09X-Z5GLmdfK for ; Tue, 21 Mar 2017 16:52:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E62375FDA1 for ; Tue, 21 Mar 2017 16:52:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 26DF8E0CA2 for ; Tue, 21 Mar 2017 16:52:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 111B4254ED for ; Tue, 21 Mar 2017 16:52:42 +0000 (UTC) Date: Tue, 21 Mar 2017 16:52:42 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16983) TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/... MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Mar 2017 16:52:48 -0000 [ https://issues.apache.org/jira/browse/HBASE-16983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15934878#comment-15934878 ] Hudson commented on HBASE-16983: -------------------------------- FAILURE: Integrated in Jenkins build HBase-1.3-JDK8 #141 (See [https://builds.apache.org/job/HBase-1.3-JDK8/141/]) HBASE-17813 backport HBASE-16983 to branch-1.3 (liyu: rev ab335bf9d3d82100a875c796eea8e9532b9d2d7b) * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestMultiTableSnapshotInputFormat.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreFileInfo.java > 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 > Assignee: stack > Priority: Minor > Fix For: 2.0.0, 1.4.0 > > Attachments: 16983.txt, HBASE-16983-ADDENDUM.patch, HBASE-16983-ADDENDUM.patch, HBASE-16983-ADDENDUM.patch, HBASE-16983-branch-1-ADDENDUM.patch, HBASE-16983-branch-1-ADDENDUM.patch > > > 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.15#6346)