[ 
https://issues.apache.org/jira/browse/IGNITE-8443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16467586#comment-16467586
 ] 

ASF GitHub Bot commented on IGNITE-8443:
----------------------------------------

GitHub user alex-plekhanov opened a pull request:

    https://github.com/apache/ignite/pull/3963

    IGNITE-8443 Transaction hangs when some error occurs during processing of 
GridNearLockRequest (TC run)

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alex-plekhanov/ignite ignite-8443-debug

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3963.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3963
    
----
commit 5e97fd54d3f37e2a49866931b71caac4ed462307
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-05-08T15:36:32Z

    IGNITE-8443 Transaction hangs when some error occurs during processing of 
GridNearLockRequest

commit 4f4f2f588aa2b172d33d1efd1d9b77fcd3667bf7
Author: Aleksey Plekhanov <plehanov.alex@...>
Date:   2018-05-08T15:43:04Z

    IGNITE-8443 TC run

----


> 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
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.6
>
>
> 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)

Reply via email to