Alexey Goncharuk created IGNITE-11633: -----------------------------------------
Summary: 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 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)