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 8A8F910101 for ; Wed, 19 Nov 2014 07:43:35 +0000 (UTC) Received: (qmail 44626 invoked by uid 500); 19 Nov 2014 07:43:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44503 invoked by uid 500); 19 Nov 2014 07:43:34 -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 44211 invoked by uid 99); 19 Nov 2014 07:43:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 07:43:34 +0000 Date: Wed, 19 Nov 2014 07:43:34 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-12532) TestFilter failing occasionally with ExitCodeException doing chmod since HBASE-10378 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12532?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-12532. --------------------------- Resolution: Fixed Pushed an addendum 640274d5e1e4aa9b37689c64b3fffb2b52f92d87 {code} - "hregion-" + RandomStringUtils.randomAscii(8))).getWAL(info.getE= ncodedNameAsBytes()); + "hregion-" + RandomStringUtils.randomNumeric(8))). + getWAL(info.getEncodedNameAsBytes()); {code} Made it numeric to be safe for now. [~busbey] why the random number? Any ch= ance of clash when only 8 digits? Don't want a monotonically increasing on= e w/ timestamp prefix? > TestFilter failing occasionally with ExitCodeException doing chmod since = HBASE-10378 > -------------------------------------------------------------------------= ----------- > > Key: HBASE-12532 > URL: https://issues.apache.org/jira/browse/HBASE-12532 > Project: HBase > Issue Type: Bug > Components: test > Reporter: stack > Fix For: 2.0.0 > > Attachments: 12532.txt, 12532v2.txt > > > See this fairly often: > ExitCodeException chmod: /Users/stack/checkouts/hbase.git/hbase-server/ta= rget/test-data/7d3ae312-b36c-4c82-80ab-822cc4fa5751/WALs/hregion-=E4=9F=8C= =E4=BD=A3=EE=A3=A3=E8=80=85=E8=98=9E=E3=AA=91=E0=AD=97=C2=A4/hregion-%E4%9F= %8C%E4%BD%A3%EE%A3%A3%EF%AA%B2%E8%98%9E%E3%AA%91%F0%AD%97%A4.default.141636= 1963659: No such file or directory > Also, these files are being written under tmp rather than in data dir. -- This message was sent by Atlassian JIRA (v6.3.4#6332)