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/07/19 12:44:00 UTC

[jira] [Comment Edited] (IGNITE-5682) GridCacheRabalancingDelayedPartitionMapExchangeSelfTest fails

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

Dmitriy Pavlov edited comment on IGNITE-5682 at 7/19/17 12:43 PM:
------------------------------------------------------------------

[~agoncharuk], could you please review my changes?

https://github.com/apache/ignite/pull/2274
http://ci.ignite.apache.org/viewLog.html?buildId=721846&tab=buildResultsDiv&buildTypeId=Ignite20Tests_RunAll
http://reviews.ignite.apache.org/ignite/review/IGNT-CR-237

Fix involves change for GridDhtPartFullMessage for case resendAllPartitions() is used.
- Such messages are still not marked as related to exchange, but contains topology version.
- Same change was done for DhtTopologyImpl. Now it compares topology version from GridDhtFullMessage is not less than latest observed from exchange. For exchange topology version check is still as follows : "version is to be greater than latest observed".


was (Author: dpavlov):
[~agoncharuk], could you please review my changes?

https://github.com/apache/ignite/pull/2274
http://ci.ignite.apache.org/viewLog.html?buildId=721846&tab=buildResultsDiv&buildTypeId=Ignite20Tests_RunAll


> GridCacheRabalancingDelayedPartitionMapExchangeSelfTest fails
> -------------------------------------------------------------
>
>                 Key: IGNITE-5682
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5682
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Vladimir Ozerov
>            Assignee: Dmitriy Pavlov
>              Labels: test-fail
>             Fix For: 2.2
>
>         Attachments: ignite-5682.dump.txt
>
>
> This appears to be a regression introduced during persistent store migration. 
> {code}
> class org.apache.ignite.IgniteException: Timeout of waiting for topology map update [igniteInstanceName=rebalancing.GridCacheRabalancingDelayedPartitionMapExchangeSelfTest1, cache=default, cacheId=1544803905, topVer=AffinityTopologyVersion [topVer=10, minorTopVer=0], p=0, readVer=AffinityTopologyVersion [topVer=10, minorTopVer=0], locNode=TcpDiscoveryNode [id=c53cc66c-05ea-4441-825c-23d99ef00001, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1499156862204, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false]]
> 	at org.apache.ignite.testframework.junits.common.GridCommonAbstractTest.awaitPartitionMapExchange(GridCommonAbstractTest.java:698)
> 	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.distributed.rebalancing.GridCacheRabalancingDelayedPartitionMapExchangeSelfTest.test(GridCacheRabalancingDelayedPartitionMapExchangeSelfTest.java:154)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> 	at junit.framework.TestCase.runTest(TestCase.java:176)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:1997)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:132)
> 	at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1912)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



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