Dmitriy Pavlov created IGNITE-7582:
--------------------------------------

             Summary: 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


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)

Reply via email to