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 CCAF8200B2B for ; Tue, 28 Jun 2016 10:55:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB97C160A72; Tue, 28 Jun 2016 08:55:58 +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 4804A160A06 for ; Tue, 28 Jun 2016 10:55:58 +0200 (CEST) Received: (qmail 44406 invoked by uid 500); 28 Jun 2016 08:55:57 -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 44377 invoked by uid 99); 28 Jun 2016 08:55:57 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2016 08:55:57 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4E1862C033A for ; Tue, 28 Jun 2016 08:55:57 +0000 (UTC) Date: Tue, 28 Jun 2016 08:55:57 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1326) IGFS: data write errors should be failed over in the level of IGFS output stream implementation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Jun 2016 08:55:59 -0000 [ https://issues.apache.org/jira/browse/IGNITE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-1326: ------------------------------------ Fix Version/s: 1.5.0.final > IGFS: data write errors should be failed over in the level of IGFS output stream implementation. > ------------------------------------------------------------------------------------------------ > > Key: IGNITE-1326 > URL: https://issues.apache.org/jira/browse/IGNITE-1326 > Project: Ignite > Issue Type: Bug > Components: IGFS > Affects Versions: 1.4 > Reporter: Ivan Veselovsky > Assignee: Ivan Veselovsky > Fix For: 1.5.0.final > > > See org.apache.ignite.internal.processors.igfs.IgfsDataManager.WriteCompletionFuture#onError : currently if a node failed to receive data block, this implementation completes the write future with an Exception, so output stream method will throw exception. > Preferably we should do failover there , recalculate blocks affinity on the new topology and re-send the block(s) again. > We can also just use the cache .put() functionality (manual sending of the file blocks was implemented due to performance optimization, as far I know). -- This message was sent by Atlassian JIRA (v6.3.4#6332)