You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/07/13 08:44:20 UTC

[jira] [Updated] (IGNITE-3472) GridCachePartitionExchangeManager + daemon node

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

Pavel Konstantinov updated IGNITE-3472:
---------------------------------------
    Fix Version/s: 1.7

> GridCachePartitionExchangeManager + daemon node
> -----------------------------------------------
>
>                 Key: IGNITE-3472
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3472
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Pavel Konstantinov
>             Fix For: 1.7
>
>
> # start 3 server node
> # start 1 client node with cache load
> # start visorcmd and connect with 'server' config
> # execute 'kill -k' (stop all nodes)
> {code}
> [15:10:02,747][SEVERE][exchange-worker-#34%tester%][GridCachePartitionExchangeManager] Failed to wait for completion of partition map exchange (preloading will not start): GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=f1441c75-16e2-4674-9c5b-fea3a0fff0d7, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=3, intOrder=3, lastExchangeTime=1468397357846, loc=false, ver=1.6.0#19700101-sha1:00000000, isClient=false], topVer=7, nodeId8=2c3e85d8, msg=Node left: TcpDiscoveryNode [id=f1441c75-16e2-4674-9c5b-fea3a0fff0d7, addrs=[127.0.0.1], sockAddrs=[/127.0.0.1:47501], discPort=47501, order=3, intOrder=3, lastExchangeTime=1468397357846, loc=false, ver=1.6.0#19700101-sha1:00000000, isClient=false], type=NODE_LEFT, tstamp=1468397402201], rcvdIds=GridConcurrentHashSet [elements=[d5439e2d-8895-45e3-82d4-7f6d3fbe7f5a]], rmtIds=[d5439e2d-8895-45e3-82d4-7f6d3fbe7f5a], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=7, minorTopVer=0], nodeId=f1441c75, evt=NODE_LEFT], init=true, ready=false, replied=false, added=true, initFut=GridFutureAdapter [resFlag=2, res=true, startTime=1468397402211, endTime=1468397402471, ignoreInterrupts=false, lsnr=null, state=DONE], topSnapshot=null, lastVer=null, partReleaseFut=null, skipPreload=true, clientOnlyExchange=true, initTs=1468397402471, oldest=d5439e2d-8895-45e3-82d4-7f6d3fbe7f5a, oldestOrder=2, evtLatch=0, remaining=[], super=GridFutureAdapter [resFlag=1, res=class o.a.i.i.cluster.ClusterTopologyCheckedException: Failed to wait for exchange future, all server nodes left., startTime=1468397402211, endTime=1468397402741, ignoreInterrupts=false, lsnr=null, state=DONE]]
> class org.apache.ignite.internal.cluster.ClusterTopologyCheckedException: Failed to wait for exchange future, all server nodes left.
>  at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture$5.apply(GridDhtPartitionsExchangeFuture.java:1507)
>  at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture$5.apply(GridDhtPartitionsExchangeFuture.java:1433)
>  at org.apache.ignite.internal.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:262)
>  at org.apache.ignite.internal.util.future.GridFutureAdapter.listen(GridFutureAdapter.java:225)
>  at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onNodeLeft(GridDhtPartitionsExchangeFuture.java:1433)
>  at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$1.onEvent(GridCachePartitionExchangeManager.java:199)
>  at org.apache.ignite.internal.managers.eventstorage.GridEventStorageManager.notifyListeners(GridEventStorageManager.java:770)
>  at org.apache.ignite.internal.managers.eventstorage.GridEventStorageManager.notifyListeners(GridEventStorageManager.java:755)
>  at org.apache.ignite.internal.managers.eventstorage.GridEventStorageManager.record(GridEventStorageManager.java:295)
>  at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryWorker.recordEvent(GridDiscoveryManager.java:2025)
>  at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryWorker.body0(GridDiscoveryManager.java:2232)
>  at org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$DiscoveryWorker.body(GridDiscoveryManager.java:2065)
>  at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>  at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)