[
https://issues.apache.org/jira/browse/IGNITE-4852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-4852:
------------------------------------
Priority: Major (was: Critical)
> JVM crash when accessing offheap object
> ---------------------------------------
>
> Key: IGNITE-4852
> URL: https://issues.apache.org/jira/browse/IGNITE-4852
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Roman Shtykh
> Attachments: hs_err_pid17562.log, hs_err_pid352.log
>
>
> JVM crash occurred to three Ignite instances (ONHEAP_TIRED, no swap space
> enabled) of the cluster running for 9 months without any problem.
> Here is the configuration for the cache
> {noformat}
> <bean class="org.apache.ignite.configuration.CacheConfiguration">
> <property name="name" value="userIdMaps"/>
> <property name="statisticsEnabled" value="true" />
> <property name="cacheMode" value="PARTITIONED"/>
> <property name="atomicityMode" value="ATOMIC"/>
> <property name="memoryMode" value="ONHEAP_TIERED"/>
> <property name="writeSynchronizationMode" value="FULL_ASYNC"/>
> <property name="backups" value="1"/>
> <property name="offHeapMaxMemory" value="#{ 500 * 1024L * 1024L }"/>
> <property name="expiryPolicyFactory">
> <bean class="javax.cache.expiry.ModifiedExpiryPolicy"
> factory-method="factoryOf">
> <constructor-arg>
> <bean class="javax.cache.expiry.Duration">
> <constructor-arg value="SECONDS"/>
> <constructor-arg value="3600"/>
> </bean>
> </constructor-arg>
> </bean>
> </property>
> <property name="evictionPolicy">
> <bean
> class="org.apache.ignite.cache.eviction.lru.LruEvictionPolicy">
> <property name="maxSize" value="1000000"/>
> </bean>
> </property>
> ...
> {noformat}
> I attach two error logs from two Ignite instances.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)