[
https://issues.apache.org/jira/browse/IGNITE-8111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428244#comment-16428244
]
ASF GitHub Bot commented on IGNITE-8111:
----------------------------------------
GitHub user dgarus opened a pull request:
https://github.com/apache/ignite/pull/3768
IGNITE-8111 Add extra validation for WAL segment size
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dgarus/ignite ignite-8111
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3768.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3768
----
commit f6a76f18246a6af3f69c126c2fbf3c4680319754
Author: denis.garus <d.garus@...>
Date: 2018-04-06T12:06:56Z
IGNITE-8111 Add extra validation for WAL segment size
----
> Add extra validation for WAL segment size
> -----------------------------------------
>
> Key: IGNITE-8111
> URL: https://issues.apache.org/jira/browse/IGNITE-8111
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.4
> Reporter: Ivan Rakov
> Assignee: Denis Garus
> Priority: Major
> Labels: newbie
> Fix For: 2.5
>
>
> Currently we can set extra small DataStorageConfiguration#walSegmentSize (10
> pages or even less than one page), which will trigger multiple assertion
> errors in code.
> We have to implement validation on node start that WAL segment size has
> reasonable value (512KB or more).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)