You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/06/15 14:51:00 UTC

[jira] [Commented] (IGNITE-5501) IgniteCachePartitionMapUpdateTest hangs

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

Dmitriy Pavlov commented on IGNITE-5501:
----------------------------------------

Reasons are not clear for me too: For example, for testPartitionMapUpdate1() test:
Node joins and awaitPartitionMapExchange  completes successfully.
But awaitPartitionMapExchange failed (timed out) after grid 0 stopping (node left). 

Exchange is started for 3 nodes after node 0 left according to logs.

> IgniteCachePartitionMapUpdateTest hangs
> ---------------------------------------
>
>                 Key: IGNITE-5501
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5501
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Vladimir Ozerov
>            Assignee: Semen Boikov
>             Fix For: 2.1
>
>
> Currently all tests in {{IgniteCachePartitionMapUpdateTest}} hang. Reproducible locally. No obvious deadlock is visible from thread dumps. No assertions or obvious exceptions. Log is not informative:
> {code}
> org.apache.ignite.IgniteException: Timeout of waiting for topology map update [igniteInstanceName=cache.IgniteCachePartitionMapUpdateTest1, cache=ignite-atomics-sys-cache, cacheId=689859866, topVer=AffinityTopologyVersion [topVer=5, minorTopVer=0], p=2, readVer=AffinityTopologyVersion [topVer=5, minorTopVer=0], locNode=TcpDiscoveryNode [id=fe63c3eb-1715-4f9a-a183-acb6bfe00001, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1497465751500, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false]]
>     at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:691)
>     at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:532)
>     at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:517)
>     at org.apache.ignite.internal.processors.cache.IgniteCachePartitionMapUpdateTest.testPartitionMapUpdate1(IgniteCachePartitionMapUpdateTest.java:145)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)