From issues-return-56561-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Feb 1 01:59:19 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id D352B180662 for ; Thu, 1 Feb 2018 01:59:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C3371160C56; Thu, 1 Feb 2018 00:59:19 +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 17112160C42 for ; Thu, 1 Feb 2018 01:59:18 +0100 (CET) Received: (qmail 77521 invoked by uid 500); 1 Feb 2018 00:59:18 -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 77512 invoked by uid 99); 1 Feb 2018 00:59:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2018 00:59:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D53D01A5C33 for ; Thu, 1 Feb 2018 00:59:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rMIABo32evBJ for ; Thu, 1 Feb 2018 00:59:17 +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 185705FAF7 for ; Thu, 1 Feb 2018 00:59:17 +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 639C7E0144 for ; Thu, 1 Feb 2018 00:59:15 +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 22F0A21E80 for ; Thu, 1 Feb 2018 00:59:03 +0000 (UTC) Date: Thu, 1 Feb 2018 00:59:00 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-7582) Document 'No Archiver' WAL mode 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-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347840#comment-16347840 ] Denis Magda commented on IGNITE-7582: ------------------------------------- [~dpavlov] , does this go into 2.5 release? Please don't forget to set the fix version. I set it to 2.5 for this ticket. > Document 'No Archiver' WAL mode > ------------------------------- > > Key: IGNITE-7582 > URL: https://issues.apache.org/jira/browse/IGNITE-7582 > Project: Ignite > Issue Type: Task > Components: documentation, persistence > Reporter: Dmitriy Pavlov > Assignee: Dmitriy Pavlov > Priority: Major > Fix For: 2.5 > > > Document new 'no archiver' WAL mode activated if WAL Path & WAL Archive Path set to same value. > Supported under [IGNITE-7017] > In this mode all WAL segment files are placed in that folder with absolute index in file name. In that case archiver is not activated. > Configuration example: > {noformat} > DataStorageConfiguration dsCfg = new DataStorageConfiguration(); > DataRegionConfiguration regCfg = new DataRegionConfiguration(); > regCfg.setPersistenceEnabled(true); > dsCfg.setDefaultDataRegionConfiguration(regCfg); > dsCfg.setWalPath(walAbsPath); > dsCfg.setWalArchivePath(walAbsPath); > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)