[
https://issues.apache.org/jira/browse/IGNITE-7043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268675#comment-16268675
]
ASF GitHub Bot commented on IGNITE-7043:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/3103
IGNITE-7043 Fix method name suggested when page eviction starts
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alamar/ignite patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3103.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 #3103
----
commit 40700bbba66528e8c42da66f28bcc07f634dbb20
Author: Ilya Kasnacheev <[email protected]>
Date: 2017-11-28T12:49:23Z
IGNITE-7043 Fix method name suggested when page eviction starts
----
> Incorrect method name suggested when page eviction starts
> ---------------------------------------------------------
>
> Key: IGNITE-7043
> URL: https://issues.apache.org/jira/browse/IGNITE-7043
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 2.3
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Priority: Trivial
>
> Reported via gitter:
> WARNING: Page evictions started, this will affect storage performance
> (consider increasing DataStorageConfiguration#setPageCacheSize).
> since there is no such setting (field/property) setPageCacheSize (ver.
> 2.3.0#20171028-sha1:8add7fd5)
> The actual method is DataRegionConfiguration.setMaxSize.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)