You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2019/05/16 15:19:00 UTC

[jira] [Assigned] (IGNITE-11633) Fix errors in WAL disabled archive mode documentation

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

Alexey Goncharuk reassigned IGNITE-11633:
-----------------------------------------

    Assignee: Alexey Goncharuk

> Fix errors in WAL disabled archive mode documentation
> -----------------------------------------------------
>
>                 Key: IGNITE-11633
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11633
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Goncharuk
>            Priority: Critical
>             Fix For: 2.8
>
>
> In https://apacheignite.readme.io/docs/write-ahead-log#section-disabling-wal-archiving there is an error. The documentation says that " instead, it will overwrite the active segments in a cyclical order". In fact, when walWork == walArchive, the whole folder behaves as a sequential log, where new files are sequentially created (0, 1, 2, 3, ...) and old files are eventually truncated. Also, need to clarify the wal size setting in this mode.
> Ask [~dpavlov] and [~akalashnikov] for details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)