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

[jira] [Resolved] (IGNITE-5512) AssertionError: GridDhtPartitionsExchangeFuture

     [ https://issues.apache.org/jira/browse/IGNITE-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semen Boikov resolved IGNITE-5512.
----------------------------------
    Resolution: Cannot Reproduce
      Assignee:     (was: Semen Boikov)

Test pass now, most probably problem was related to recently fixed issues.

> AssertionError: GridDhtPartitionsExchangeFuture
> -----------------------------------------------
>
>                 Key: IGNITE-5512
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5512
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Vladimir Ozerov
>             Fix For: 2.1
>
>
> Reproducer: {{IgniteDynamicCacheStartSelfTest.testStartStopWithClientJoin}}
> Sample log: http://ci.ignite.apache.org/viewLog.html?buildId=664862&tab=buildResultsDiv&buildTypeId=Ignite20Tests_IgniteCache4
> Stack trace:
> {code}
> [17:30:52]W:		 [org.apache.ignite:ignite-core] Exception in thread "exchange-worker-#12653%cache.IgniteDynamicCacheStartSelfTest3%" java.lang.AssertionError: GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryCustomEvent [customMsg=null, affTopVer=AffinityTopologyVersion [topVer=30, minorTopVer=2], super=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=94a7350b-cae3-4381-a458-55e550000001, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1497537052792, loc=false, ver=2.1.0#19700101-sha1:00000000, isClient=false], topVer=30, nodeId8=24ab11ae, msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1497537052823]], crd=TcpDiscoveryNode [id=1d00ae44-d805-4edc-a49f-e4630c700000, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1497537052792, loc=false, ver=2.1.0#19700101-sha1:00000000, isClient=false], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=30, minorTopVer=2], nodeId=94a7350b, evt=DISCOVERY_CUSTOM_EVT], added=true, initFut=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=false, hash=1608702177], init=false, lastVer=null, partReleaseFut=null, exchActions=null, affChangeMsg=null, skipPreload=true, clientOnlyExchange=false, initTs=1497537052823, centralizedAff=false, changeGlobalStateE=null, exchangeOnChangeGlobalState=false, forcedRebFut=null, done=true, evtLatch=0, remaining=[1d00ae44-d805-4edc-a49f-e4630c700000, e0eb00f0-1f63-4aa6-8c70-60a4b3500002, 94a7350b-cae3-4381-a458-55e550000001], super=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=class org.apache.ignite.internal.IgniteInterruptedCheckedException: Node is stopping: cache.IgniteDynamicCacheStartSelfTest3, hash=1631759081]]
> [17:30:52]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:569)
> [17:30:52]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1858)
> [17:30:52]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> [17:30:52]W:		 [org.apache.ignite:ignite-core] 	at java.lang.Thread.run(Thread.java:745)
> {code}



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