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

[jira] [Resolved] (IGNITE-6576) Protect WAL segment size from specifying too low value

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

Dmitriy Pavlov resolved IGNITE-6576.
------------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: 2.5)

> Protect WAL segment size from specifying too low value 
> -------------------------------------------------------
>
>                 Key: IGNITE-6576
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6576
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>    Affects Versions: 2.1
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>            Priority: Major
>
> The result of an misprint and autocompletion I've specified WalSegmentSize instead of WalHistorySize to value 1 in the Ignite PDS setup .
> When you configure a WAL segment length in one byte no error is returned. 
> In this case, all segments begin switch (rollover) to the next and no record is generated.
> As a result, a directory is created with hundreds of thousands of files with a length of 0 bytes.
> In this task, it is proposed to limit the minimum of the segment size.



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