You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Artem Budnikov (JIRA)" <ji...@apache.org> on 2018/11/06 08:02:00 UTC

[jira] [Assigned] (IGNITE-7582) Document 'No Archiver' WAL mode

     [ https://issues.apache.org/jira/browse/IGNITE-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Artem Budnikov reassigned IGNITE-7582:
--------------------------------------

    Assignee: Artem Budnikov  (was: Dmitriy Pavlov)

> 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: Artem Budnikov
>            Priority: Major
>             Fix For: 2.7
>
>
> 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)