Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 73974 invoked from network); 18 May 2009 08:34:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 08:34:44 -0000 Received: (qmail 5114 invoked by uid 500); 18 May 2009 08:34:44 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 4977 invoked by uid 500); 18 May 2009 08:34:43 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 4967 invoked by uid 99); 18 May 2009 08:34:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 08:34:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 08:34:33 +0000 Received: by fk-out-0910.google.com with SMTP id z23so1388672fkz.10 for ; Mon, 18 May 2009 01:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=6lZ/7YLszSA3OQzTIYfEB45tDoTJAMO2/nHavN0OwVI=; b=JEsNAIIK+r3CwRn0G5lfGLyXGuylx2zL3zrg6CeS4KMGYjXNOmQl0XMq+cCfRxG8WW UJzmAHouNFVwIJXYGCoUFyME1PBoqlM8U+7jJcjuvxj872DoWy1UyeRa3nQoj25aHiGc JIR5tz224jaWJgalu4uI8LbPGEduTxw8it7IA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Vzh7LRdMWtI9mpDMH1fG9bgDijYrOmzF0VUgXtIfpoLjKFa/nvvOUkyndrwgNKAcYu M8wwXDyt3uhm8VmNtiZP22MVRvL+vw+zG0RNdbdEJu6bN/iAV5uUzPRVvMuj4v7hmm0e K6jSf6wy2FvgBU3upTV9uDiYJO3v+aNloEfvE= MIME-Version: 1.0 Received: by 10.103.252.17 with SMTP id e17mr3897462mus.14.1242635653099; Mon, 18 May 2009 01:34:13 -0700 (PDT) In-Reply-To: <67b401c9d75b$5f6944e0$1e3bcea0$@com> References: <67b401c9d75b$5f6944e0$1e3bcea0$@com> From: Christian Grobmeier Date: Mon, 18 May 2009 10:33:53 +0200 Message-ID: Subject: Re: Fix for race condition in forceMkdir To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, of which project are you talking about? VFS? Please put the components name in your subject, like: [vfs] Fix for race condition in forceMkdir to be heard. The issue is not attached to the mail. Please make sure you additonally added it to a Jira issue. if there is none, please create one :-) And last but not least, most people here prefer plain text emails :-) Best, Christian On Mon, May 18, 2009 at 3:52 AM, Luke Quinane wrote: > Hi, > > > > If two processes or threads call forceMkdir() with the same directory the= re > is a chance that one will throw an IOException even though a directory wa= s > correctly created (by the other process or thread). Attached is a small > patch to fix this problem. > > > > > > Cheers, > > > > > > Luke Quinane > > > > Ph: +61 2 9280 0699 > > Fax: +61 2 9212 6902 > > Web:=C2=A0http://www.nuix.com > Suite 79, 89 Jones St, Ultimo NSW 2007, Australia > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org