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 A76F218506 for ; Fri, 21 Aug 2015 08:44:00 +0000 (UTC) Received: (qmail 10303 invoked by uid 500); 21 Aug 2015 08:44:00 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 10276 invoked by uid 500); 21 Aug 2015 08:44:00 -0000 Mailing-List: contact issues-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list issues@ignite.incubator.apache.org Received: (qmail 10267 invoked by uid 99); 21 Aug 2015 08:44:00 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 08:44:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2FB2BC08D9 for ; Fri, 21 Aug 2015 08:44:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id oprjmRl3KuTh for ; Fri, 21 Aug 2015 08:43:46 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 01D4F24E0F for ; Fri, 21 Aug 2015 08:43:45 +0000 (UTC) Received: (qmail 9785 invoked by uid 99); 21 Aug 2015 08:43:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 08:43:45 +0000 Date: Fri, 21 Aug 2015 08:43:45 +0000 (UTC) From: "Ivan Veselovsky (JIRA)" To: issues@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1277) Enable cache backup functionality for IGFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ivan Veselovsky created IGNITE-1277: --------------------------------------- Summary: Enable cache backup functionality for IGFS Key: IGNITE-1277 URL: https://issues.apache.org/jira/browse/IGNITE-1277 Project: Ignite Issue Type: Bug Components: hadoop Affects Versions: 1.1.4 Reporter: Ivan Veselovsky Assignee: Ivan Veselovsky Fix For: ignite-1.4 IgfsProcessor currently has a limitation: it does not allow to configure cache backups. (See org/apache/ignite/internal/processors/igfs/IgfsProcessor.java:314) . The reason of this limitation is unknown. We need to: 1) remove this limitation, and check if IGFS basically works after that. 2) create dedicated IGFS failover tests working upon a partitioned cache with backups and see, if all the data stay available upon random node crash. -- This message was sent by Atlassian JIRA (v6.3.4#6332)