You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Anmol Rattan <An...@ihsmarkit.com> on 2016/08/25 06:43:38 UTC

Query: Error in Ignite grid | CachePartialUpdateException

Hi,

We often get following exception in our logs. Can someone help with root cause/reason and suggestion to fix it.

Server is running on 2 nodes, replicated mode with cache having following configurations.
<property name="name" value="Grid" />
              <property name="atomicityMode" value="ATOMIC" />
              <property name="cacheMode" value="REPLICATED" />
              <property name="atomicWriteOrderMode" value="PRIMARY" />
              <property name="cacheStoreFactory">
                     <bean factory-bean="eventStoreFactoryBuilder" factory-method="getFactory" />
              </property>
              <property name="writeBehindEnabled" value="true" />
              <property name="writeBehindBatchSize"
                     value="10" />
              <property name="writeBehindFlushSize"
                     value="10" />
              <property name="writeBehindFlushFrequency"
                     value="10000" />
              <property name="writeBehindFlushThreadCount" value="1" />
              <property name="writeThrough" value="true" />
              <property name="readThrough" value="true" />

-error
org.apache.ignite.cache.CachePartialUpdateException: Failed to update keys (retry update if possible).: [33584636]
        at org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1464)
        at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.cacheException(IgniteCacheProxy.java:1972)
        at org.apache.ignite.internal.processors.cache.IgniteCacheProxy.putIfAbsent(IgniteCacheProxy.java:1244)









________________________________

This e-mail, including accompanying communications and attachments, is strictly confidential and only for the intended recipient. Any retention, use or disclosure not expressly authorised by Markit is prohibited. This email is subject to all waivers and other terms at the following link: http://www.markit.com/en/about/legal/email-disclaimer.page

Please visit http://www.markit.com/en/about/contact/contact-us.page for contact information on our offices worldwide.

Re: Query: Error in Ignite grid | CachePartialUpdateException

Posted by vkulichenko <va...@gmail.com>.
Hi,

Please provide the whole trace. You will find the actual root cause of the
issue there.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Query-Error-in-Ignite-grid-CachePartialUpdateException-tp7292p7317.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.