[
https://issues.apache.org/jira/browse/IGNITE-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semen Boikov closed IGNITE-746.
-------------------------------
Assignee: (was: Semen Boikov)
> GridCacheAtomicInvalidPartitionHandlingSelfTest.testPrimaryFullSync fails
> Cache update timeout out
> --------------------------------------------------------------------------------------------------
>
> Key: IGNITE-746
> URL: https://issues.apache.org/jira/browse/IGNITE-746
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Semen Boikov
> Priority: Critical
> Fix For: sprint-4
>
>
> GridCacheAtomicInvalidPartitionHandlingSelfTest.testPrimaryFullSync fails on
> TC from time to time with error 'Cache update timeout out':
> {noformat}
> org.apache.ignite.IgniteCheckedException: Cache update timeout out (consider
> increasing networkTimeout configuration property).
> at org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:6715)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:124)
> at
> org.apache.ignite.internal.util.future.GridCompoundFuture$Listener.apply(GridCompoundFuture.java:304)
> at
> org.apache.ignite.internal.util.future.GridCompoundFuture$Listener.apply(GridCompoundFuture.java:295)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:241)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.notifyListeners(GridFutureAdapter.java:229)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:359)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:325)
> at
> org.apache.ignite.internal.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:313)
> at
> org.apache.ignite.testframework.GridTestUtils$5.run(GridTestUtils.java:618)
> at
> org.apache.ignite.testframework.GridTestUtils$7.call(GridTestUtils.java:909)
> at
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> Caused by: org.apache.ignite.cache.CacheAtomicUpdateTimeoutException: Cache
> update timeout out (consider increasing networkTimeout configuration
> property).
> at
> org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1768)
> at
> org.apache.ignite.internal.processors.cache.IgniteCacheProxy.cacheException(IgniteCacheProxy.java:1463)
> at
> org.apache.ignite.internal.processors.cache.IgniteCacheProxy.putAll(IgniteCacheProxy.java:831)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridCacheAtomicInvalidPartitionHandlingSelfTest$2.call(GridCacheAtomicInvalidPartitionHandlingSelfTest.java:249)
> at
> org.apache.ignite.testframework.GridTestThread.run(GridTestThread.java:86)
> Caused by:
> org.apache.ignite.internal.processors.cache.CacheAtomicUpdateTimeoutCheckedException:
> Cache update timeout out (consider increasing networkTimeout configuration
> property).
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture.checkTimeout(GridNearAtomicUpdateFuture.java:278)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$22.onTimeout(GridDhtAtomicCache.java:2201)
> at
> org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:133)
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:108)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)