[
https://issues.apache.org/jira/browse/IGNITE-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348303#comment-16348303
]
Dmitriy Pavlov commented on IGNITE-7582:
----------------------------------------
Hi [~dmagda], yes it goes to 2.5. Thank you
One more task for doc IGNITE-7466. How should we handle it? Plugin goes to 2.4
> 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)