Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 051A018F5C for ; Tue, 25 Aug 2015 17:34:49 +0000 (UTC) Received: (qmail 63521 invoked by uid 500); 25 Aug 2015 17:34:46 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 63483 invoked by uid 500); 25 Aug 2015 17:34:46 -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 63460 invoked by uid 99); 25 Aug 2015 17:34:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 17:34:46 +0000 Date: Tue, 25 Aug 2015 17:34:45 +0000 (UTC) From: "Ivan Veselovsky (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-1299) IGFS: meta update file unlock transaction should be retried. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Veselovsky updated IGNITE-1299: ------------------------------------ Description: Tests written to check behavior IGNITE-1277 revealed problems on file data writing when some nodes have left the topology (see tests added in IGNITE-1277). In particular, it seems that upon a node stop the transaction unlocking the file meta can be failed , and by the current design will never be retried. To fix that we seem to need to add an unlock transaction retries. > IGFS: meta update file unlock transaction should be retried. > ------------------------------------------------------------ > > Key: IGNITE-1299 > URL: https://issues.apache.org/jira/browse/IGNITE-1299 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: ignite-1.4 > Reporter: Ivan Veselovsky > Assignee: Ivan Veselovsky > Fix For: ignite-1.4 > > > Tests written to check behavior IGNITE-1277 revealed problems on file data writing when some nodes have left the topology (see tests added in IGNITE-1277). > In particular, it seems that upon a node stop the transaction unlocking the file meta can be failed , and by the current design will never be retried. > To fix that we seem to need to add an unlock transaction retries. -- This message was sent by Atlassian JIRA (v6.3.4#6332)