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/19 13:52:00 UTC

[jira] [Updated] (IGNITE-5529) Assertion Error in GridDhtPartitionsExchangeFuture : msg == null

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

Dmitriy Pavlov updated IGNITE-5529:
-----------------------------------
    Labels: test-fail  (was: )

> Assertion Error in GridDhtPartitionsExchangeFuture : msg == null
> ----------------------------------------------------------------
>
>                 Key: IGNITE-5529
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5529
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>            Reporter: Ilya Lantukh
>              Labels: test-fail
>             Fix For: 2.1
>
>
> {noformat}
> [14:56:31]W:		 [org.apache.ignite:ignite-core] java.lang.AssertionError: GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryCustomEvent [customMsg=null, affTopVer=AffinityTopologyVersion [topVer=18, minorTopVer=2], super=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=48b4ad89-eb6c-4d5b-85b5-c964fd300003, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47503], discPort=47503, order=8, intOrder=6, lastExchangeTime=1497700591967, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false], topVer=18, nodeId8=48b4ad89, msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1497700591967]], crd=TcpDiscoveryNode [id=48b4ad89-eb6c-4d5b-85b5-c964fd300003, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47503], discPort=47503, order=8, intOrder=6, lastExchangeTime=1497700591967, loc=true, ver=2.1.0#19700101-sha1:00000000, isClient=false], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=18, minorTopVer=2], nodeId=48b4ad89, evt=DISCOVERY_CUSTOM_EVT], added=true, initFut=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=false, hash=79503565], init=false, lastVer=null, partReleaseFut=null, exchActions=null, affChangeMsg=null, skipPreload=false, clientOnlyExchange=false, initTs=1497700591967, centralizedAff=false, changeGlobalStateE=null, exchangeOnChangeGlobalState=false, forcedRebFut=null, done=true, evtLatch=0, remaining=[20d897e3-729f-404e-a4b5-565137100001, afc48273-8741-48b5-a1c9-e9c011b00000, 38c88372-509a-45b2-9b0d-39ccc0100002], super=GridFutureAdapter [ignoreInterrupts=false, state=DONE, res=class org.apache.ignite.internal.IgniteInterruptedCheckedException: Node is stopping: cache.IgniteCacheCreateRestartSelfTest3, hash=551729273]]
> [14:56:31]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:570)
> [14:56:31]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1858)
> [14:56:31]W:		 [org.apache.ignite:ignite-core] 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> [14:56:31]W:		 [org.apache.ignite:ignite-core] 	at java.lang.Thread.run(Thread.java:745)
> {noformat}
> IgniteCacheCreateRestartSelfTest reproduces this issue.



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