You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Aleksey Plekhanov (JIRA)" <ji...@apache.org> on 2018/05/07 08:46:00 UTC

[jira] [Created] (IGNITE-8443) Flaky failure of IgniteCacheClientNodeChangingTopologyTest.testPessimisticTxPutAllMultinode

Aleksey Plekhanov created IGNITE-8443:
-----------------------------------------

             Summary: Flaky failure of IgniteCacheClientNodeChangingTopologyTest.testPessimisticTxPutAllMultinode
                 Key: IGNITE-8443
                 URL: https://issues.apache.org/jira/browse/IGNITE-8443
             Project: Ignite
          Issue Type: Bug
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Test fails on TC sometimes (failure rate: 30%) with the following error:

{noformat}
junit.framework.AssertionFailedError: Failed to wait for update.
    at org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.multinode(IgniteCacheClientNodeChangingTopologyTest.java:1855)
    at org.apache.ignite.internal.processors.cache.distributed.IgniteCacheClientNodeChangingTopologyTest.testPessimisticTxPutAllMultinode(IgniteCacheClientNodeChangingTopologyTest.java:1673)
{noformat}

Each time some seconds prior to failure there is error in log:

{noformat}
[ERROR][sys-stripe-10-#90529%distributed.IgniteCacheClientNodeChangingTopologyTest0%][GridDhtColocatedCache] <default> Failed to unmarshal at least one of the keys for lock request message: GridNearLockRequest [topVer=AffinityTopologyVersion [topVer=10, minorTopVer=0], miniId=1, dhtVers=[...], subjId=5ad87047-5d80-4530-bb48-f7c268400006, taskNameHash=0, createTtl=-1, accessTtl=-1, flags=6, filter=null, super=GridDistributedLockRequest [nodeId=5ad87047-5d80-4530-bb48-f7c268400006, nearXidVer=GridCacheVersion [topVer=136730132, order=1525250131532, nodeOrder=7], threadId=100107, futId=3e2912f2361-94bff164-8062-4fb4-8d85-c2e89e579148, timeout=0, isInTx=true, isInvalidate=false, isRead=false, isolation=REPEATABLE_READ, retVals=[...], txSize=0, flags=0, keysCnt=94, super=GridDistributedBaseMessage [ver=GridCacheVersion [topVer=136730132, order=1525250131532, nodeOrder=7], committedVers=null, rolledbackVers=null, cnt=0, super=GridCacheIdMessage [cacheId=1544803905]]]]
 class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtInvalidPartitionException [part=54, msg=Adding entry to partition that is concurrently evicted [grp=default, part=54, shouldBeMoving=, belongs=true, topVer=AffinityTopologyVersion [topVer=10, minorTopVer=0], curTopVer=AffinityTopologyVersion [topVer=10, minorTopVer=1]]]
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.localPartition0(GridDhtPartitionTopologyImpl.java:923)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.localPartition(GridDhtPartitionTopologyImpl.java:798)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridCachePartitionedConcurrentMap.localPartition(GridCachePartitionedConcurrentMap.java:69)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridCachePartitionedConcurrentMap.putEntryIfObsoleteOrAbsent(GridCachePartitionedConcurrentMap.java:88)
 	at org.apache.ignite.internal.processors.cache.GridCacheAdapter.entryEx(GridCacheAdapter.java:955)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.entryEx(GridDhtCacheAdapter.java:525)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.entryExx(GridDhtCacheAdapter.java:545)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.lockAllAsync(GridDhtTransactionalCacheAdapter.java:987)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearLockRequest0(GridDhtTransactionalCacheAdapter.java:667)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$800(GridDhtTransactionalCacheAdapter.java:94)
 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$12$1.run(GridDhtTransactionalCacheAdapter.java:704)
 	at org.apache.ignite.internal.util.StripedExecutor$Stripe.run(StripedExecutor.java:511)
 	at java.lang.Thread.run(Thread.java:745)

{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)