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 044AF200B4B for ; Thu, 21 Jul 2016 12:12:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02F5D160A87; Thu, 21 Jul 2016 10:12:22 +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 7D100160A68 for ; Thu, 21 Jul 2016 12:12:21 +0200 (CEST) Received: (qmail 14356 invoked by uid 500); 21 Jul 2016 10:12:20 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 14338 invoked by uid 99); 21 Jul 2016 10:12:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 10:12:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 932552C0D58 for ; Thu, 21 Jul 2016 10:12:20 +0000 (UTC) Date: Thu, 21 Jul 2016 10:12:20 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1638) IGFS: Review IgfsImpl.checkConflictWithPrimary() method. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 21 Jul 2016 10:12:22 -0000 [ https://issues.apache.org/jira/browse/IGNITE-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-1638: ------------------------------------ Fix Version/s: 1.7 > IGFS: Review IgfsImpl.checkConflictWithPrimary() method. > -------------------------------------------------------- > > Key: IGNITE-1638 > URL: https://issues.apache.org/jira/browse/IGNITE-1638 > Project: Ignite > Issue Type: Task > Components: hadoop > Affects Versions: ignite-1.4 > Reporter: Vladimir Ozerov > Assignee: Vladimir Ozerov > Fix For: 1.7 > > > This method looks very suspicious to me. It checks whether secondary file system contains any file under the same path as IGFS primary direcotry. If yes - an exception is thrown. > But why? What is the use case we are trying to resolve with this? > We need to re-think this approach and decide whether to leave it or remove it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)