[
https://issues.apache.org/jira/browse/IGNITE-5433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-5433:
------------------------------------
Fix Version/s: (was: 2.1)
2.2
> Incorrect warning when "default" memory policy is used
> ------------------------------------------------------
>
> Key: IGNITE-5433
> URL: https://issues.apache.org/jira/browse/IGNITE-5433
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Ksenia Rybakova
> Priority: Minor
> Fix For: 2.2
>
>
> The following memory config is used:
> {noformat}
> <property name="memoryConfiguration">
> <bean class="org.apache.ignite.configuration.MemoryConfiguration">
> <property name="defaultMemoryPolicyName" value="default"/>
> </bean>
> </property>
> {noformat}
> No any additional memory policies are configured.
> Server RAM is 98Gb (at least 50Gb is free). Default memory policy should use
> 80% of it.
> But warning in log is:
> {noformat}
> [WARN ][main][IgniteCacheDatabaseSharedManager] No user-defined default
> MemoryPolicy found; system default of 1GB size will be used.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)