Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7133B188A9 for ; Tue, 29 Sep 2015 19:20:04 +0000 (UTC) Received: (qmail 13599 invoked by uid 500); 29 Sep 2015 19:20:04 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 13559 invoked by uid 500); 29 Sep 2015 19:20:04 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 13538 invoked by uid 99); 29 Sep 2015 19:20:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 19:20:04 +0000 Date: Tue, 29 Sep 2015 19:20:04 +0000 (UTC) From: "Ivan Veselovsky (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1573) IGFS: mkdirs operations should be truly thread-safe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ivan Veselovsky created IGNITE-1573: --------------------------------------- Summary: IGFS: mkdirs operations should be truly thread-safe Key: IGNITE-1573 URL: https://issues.apache.org/jira/browse/IGNITE-1573 Project: Ignite Issue Type: Bug Components: hadoop Affects Versions: ignite-1.4 Reporter: Ivan Veselovsky Assignee: Ivan Veselovsky Fix For: ignite-1.5 Need to lock all the existing parents and try to add the missing path in one transaction. If failed due to concurrent creation, retry from the beginning. -- This message was sent by Atlassian JIRA (v6.3.4#6332)