Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F39D102BC for ; Tue, 20 Aug 2013 21:33:55 +0000 (UTC) Received: (qmail 41414 invoked by uid 500); 20 Aug 2013 21:33:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 41371 invoked by uid 500); 20 Aug 2013 21:33:52 -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 41317 invoked by uid 99); 20 Aug 2013 21:33:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 21:33:52 +0000 Date: Tue, 20 Aug 2013 21:33:52 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9274) After HBASE-8408 applied, temporary test files are being left in /tmp/hbase- MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jonathan Hsieh created HBASE-9274: ------------------------------------- Summary: After HBASE-8408 applied, temporary test files are being left in /tmp/hbase- Key: HBASE-9274 URL: https://issues.apache.org/jira/browse/HBASE-9274 Project: HBase Issue Type: Bug Components: test Affects Versions: 0.95.2 Reporter: Jonathan Hsieh Assignee: Jonathan Hsieh Fix For: 0.98.0, 0.95.3 Some of our jenkins CI machines have been failing out with /tmp/hbase- This can be shown by executing the following command before and after the namespaces patch. {code} # several tests are dropping stuff in the archive dir, just pick one mvn clean test -Dtest=TestEncodedSeekers find /tmp/hbase-jon/hbase/ {code} before {code} $ find /tmp/hbase-jon/ /tmp/hbase-jon/ /tmp/hbase-jon/local /tmp/hbase-jon/local/jars {code} after namespaces applied {code} /tmp/hbase-jon/ /tmp/hbase-jon/local /tmp/hbase-jon/local/jars /tmp/hbase-jon/hbase /tmp/hbase-jon/hbase/.archive /tmp/hbase-jon/hbase/.archive/.data /tmp/hbase-jon/hbase/.archive/.data/default /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable/c6ec51dca2a9fe4c2279006345d62b35 /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable/c6ec51dca2a9fe4c2279006345d62b35/encodedSeekersCF /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable/c6ec51dca2a9fe4c2279006345d62b35/encodedSeekersCF/8e76a87806b94483851158366f7d5c17 /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable/c6ec51dca2a9fe4c2279006345d62b35/encodedSeekersCF/494c07dbf08940749696bb0f9278401e /tmp/hbase-jon/hbase/.archive/.data/default/encodedSeekersTable/c6ec51dca2a9fe4c2279006345d62b35/encodedSeekersCF/.8e76a87806b94483851158366f7d5c1 7.crc .... {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira