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.

Reply via email to