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 B7158182BE for ; Thu, 8 Oct 2015 13:27:26 +0000 (UTC) Received: (qmail 77478 invoked by uid 500); 8 Oct 2015 13:27:26 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 77434 invoked by uid 500); 8 Oct 2015 13:27:26 -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 77418 invoked by uid 99); 8 Oct 2015 13:27:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 13:27:26 +0000 Date: Thu, 8 Oct 2015 13:27:26 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Vladimir Ozerov created IGNITE-1638: --------------------------------------- Summary: 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 Fix For: ignite-1.5 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)