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 1E003200CA3 for ; Thu, 1 Jun 2017 18:00:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1AF13160BDF; Thu, 1 Jun 2017 16:00:12 +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 60CAC160BB5 for ; Thu, 1 Jun 2017 18:00:11 +0200 (CEST) Received: (qmail 88460 invoked by uid 500); 1 Jun 2017 16:00:10 -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 88451 invoked by uid 99); 1 Jun 2017 16:00:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 16:00:10 +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 40292C1471 for ; Thu, 1 Jun 2017 16:00:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id t2zCVwhKikQq for ; Thu, 1 Jun 2017 16:00:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 439D15F1B3 for ; Thu, 1 Jun 2017 16:00:09 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BEE72E0D1A for ; Thu, 1 Jun 2017 16:00:08 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4605021B56 for ; Thu, 1 Jun 2017 16:00:08 +0000 (UTC) Date: Thu, 1 Jun 2017 16:00:08 +0000 (UTC) From: "Sergey Chugunov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-5386) Inactive mode must be forced on starting up grid with persistence is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Jun 2017 16:00:12 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Chugunov updated IGNITE-5386: ------------------------------------ Labels: important (was: ) > Inactive mode must be forced on starting up grid with persistence is enabled > ---------------------------------------------------------------------------- > > Key: IGNITE-5386 > URL: https://issues.apache.org/jira/browse/IGNITE-5386 > Project: Ignite > Issue Type: Task > Components: persistence > Reporter: Sergey Chugunov > Assignee: Sergey Chugunov > Labels: important > Fix For: 2.1 > > > h2. Notes > There is an issue in grid startup documented in IGNITE-5363. > In a nutshell it is caused by double initialization of database memory and disk structures when grid started in inactive mode gets activated. > To prevent this grid with persistence enabled must be started in the following order > # Inactive mode must be forced if persistence is enabled (if node is starting up in active mode and persistence is enabled, an exception must be thrown). > # During starting the node database is left uninitialized. > # When user triggers activating the cluster, database memory and disk structures are initialized on all nodes. > h2. Acceptance Criteria > # Inactive mode is forced on grid startup when persistence is enabled. > # New node join scenario is properly covered. > # All persistence-related tests are passing, no new test failures are added. -- This message was sent by Atlassian JIRA (v6.3.15#6346)