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 2016/12/30 12:09:58 UTC

[jira] [Assigned] (IGNITE-4107) Sporadic NPE for ServiceExample

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

Semen Boikov reassigned IGNITE-4107:
------------------------------------

    Assignee: Semen Boikov

> Sporadic NPE for ServiceExample 
> --------------------------------
>
>                 Key: IGNITE-4107
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4107
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.7
>            Reporter: Sergey Kozlov
>            Assignee: Semen Boikov
>             Fix For: 1.8
>
>
> Sometimes executing {{ServiceExample}} with 3 nodes throws NPE on a server node:
> {noformat}
> [13:38:31,381][INFO][srvc-deploy-#24%null%][GridServiceProcessor] Cancelled service instance [name=myNodeSingletonService, execId=870f84bb-8952-4e25-9bcc-84d0b5b8e47b]
> [13:38:31,382][INFO][exchange-worker-#23%null%][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=4, minorTopVer=4], evt=DISCOVERY_CUSTOM_EVT, node=8de084c0-609c-4a93-b8de-284337210774]
> [13:38:31,420][INFO][sys-#26%null%][GridCacheProcessor] Stopped cache: myClusterSingletonService
> [13:38:31,422][INFO][exchange-worker-#23%null%][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=4, minorTopVer=5], evt=DISCOVERY_CUSTOM_EVT, node=e75c3ce9-e396-49ec-b729-00ee6f0e587d]
> [13:38:31,441][INFO][disco-event-worker-#20%null%][GridDiscoveryManager] Node left topology: TcpDiscoveryNode [id=609ab107-9786-419d-95aa-a3da52305531, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[/2001:0:9d38:6abd:c8d:2f03:3c6f:269:0, /0:0:0:0:0:0:0:1:0, /127.0.0.1:0, work-pc/172.25.2.127:0], discPort=0, order=4, intOrder=4, lastExchangeTime=1477305509885, loc=false, ver=1.6.10#20161020-sha1:30cb02de, isClient=true]
> [13:38:31,442][INFO][disco-event-worker-#20%null%][GridDiscoveryManager] Topology snapshot [ver=5, servers=3, clients=0, CPUs=8, heap=3.0GB]
> [13:38:31,469][INFO][sys-#27%null%][GridCacheProcessor] Stopped cache: myMultiService
> [13:38:31,471][INFO][exchange-worker-#23%null%][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=4, minorTopVer=6], evt=DISCOVERY_CUSTOM_EVT, node=a4c5be10-f0d0-4c62-a870-c1e3af4669c9]
> [13:38:31,473][INFO][exchange-worker-#23%null%][GridCachePartitionExchangeManager] Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=5, minorTopVer=0], evt=NODE_LEFT, node=609ab107-9786-419d-95aa-a3da52305531]
> [13:38:31,495][INFO][exchange-worker-#23%null%][GridCacheProcessor] Started cache [name=myMultiService, mode=PARTITIONED]
> [13:38:31,496][SEVERE][exchange-worker-#23%null%][GridDhtPartitionsExchangeFuture] Failed to reinitialize local partitions (preloading will be stopped): GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=5, minorTopVer=1], nodeId=a4c5be10, evt=DISCOVERY_CUSTOM_EVT]
> java.lang.NullPointerException
> 	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.initStartedCacheOnCoordinator(CacheAffinitySharedManager.java:743)
> 	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onCacheChangeRequest(CacheAffinitySharedManager.java:413)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onCacheChangeRequest(GridDhtPartitionsExchangeFuture.java:565)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:448)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1447)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> 	at java.lang.Thread.run(Thread.java:745)
> [13:38:31,500][SEVERE][exchange-worker-#23%null%][GridCachePartitionExchangeManager] Failed to wait for completion of partition map exchange (preloading will not start): GridDhtPartitionsExchangeFuture [dummy=false, forcePreload=false, reassign=false, discoEvt=DiscoveryCustomEvent [customMsg=null, affTopVer=AffinityTopologyVersion [topVer=5, minorTopVer=1], super=DiscoveryEvent [evtNode=TcpDiscoveryNode [id=a4c5be10-f0d0-4c62-a870-c1e3af4669c9, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[work-pc/172.25.2.127:47501, /127.0.0.1:47501, /0:0:0:0:0:0:0:1:47501, /2001:0:9d38:6abd:c8d:2f03:3c6f:269:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1477305488276, loc=false, ver=1.6.10#20161020-sha1:30cb02de, isClient=false], topVer=5, nodeId8=8de084c0, msg=null, type=DISCOVERY_CUSTOM_EVT, tstamp=1477305511477]], crd=TcpDiscoveryNode [id=8de084c0-609c-4a93-b8de-284337210774, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[/2001:0:9d38:6abd:c8d:2f03:3c6f:269:47500, /127.0.0.1:47500, /0:0:0:0:0:0:0:1:47500, work-pc/172.25.2.127:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1477305511487, loc=true, ver=1.6.10#20161020-sha1:30cb02de, isClient=false], exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=5, minorTopVer=1], nodeId=a4c5be10, evt=DISCOVERY_CUSTOM_EVT], added=true, initFut=GridFutureAdapter [resFlag=2, res=false, startTime=1477305511477, endTime=1477305511487, ignoreInterrupts=false, state=DONE], init=false, topSnapshot=null, lastVer=null, partReleaseFut=null, affChangeMsg=null, skipPreload=false, clientOnlyExchange=false, initTs=1477305511477, centralizedAff=false, evtLatch=0, remaining=[a4c5be10-f0d0-4c62-a870-c1e3af4669c9, e75c3ce9-e396-49ec-b729-00ee6f0e587d], srvNodes=[TcpDiscoveryNode [id=8de084c0-609c-4a93-b8de-284337210774, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[/2001:0:9d38:6abd:c8d:2f03:3c6f:269:47500, /127.0.0.1:47500, /0:0:0:0:0:0:0:1:47500, work-pc/172.25.2.127:47500], discPort=47500, order=1, intOrder=1, lastExchangeTime=1477305511487, loc=true, ver=1.6.10#20161020-sha1:30cb02de, isClient=false], TcpDiscoveryNode [id=a4c5be10-f0d0-4c62-a870-c1e3af4669c9, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[work-pc/172.25.2.127:47501, /127.0.0.1:47501, /0:0:0:0:0:0:0:1:47501, /2001:0:9d38:6abd:c8d:2f03:3c6f:269:47501], discPort=47501, order=2, intOrder=2, lastExchangeTime=1477305488276, loc=false, ver=1.6.10#20161020-sha1:30cb02de, isClient=false], TcpDiscoveryNode [id=e75c3ce9-e396-49ec-b729-00ee6f0e587d, addrs=[0:0:0:0:0:0:0:1, 127.0.0.1, 172.25.2.127, 2001:0:9d38:6abd:c8d:2f03:3c6f:269], sockAddrs=[work-pc/172.25.2.127:47502, /2001:0:9d38:6abd:c8d:2f03:3c6f:269:47502, /127.0.0.1:47502, /0:0:0:0:0:0:0:1:47502], discPort=47502, order=3, intOrder=3, lastExchangeTime=1477305488316, loc=false, ver=1.6.10#20161020-sha1:30cb02de, isClient=false]], super=GridFutureAdapter [resFlag=1, res=java.lang.NullPointerException, startTime=1477305511477, endTime=1477305511487, ignoreInterrupts=false, state=DONE]]
> class org.apache.ignite.IgniteCheckedException: null
> 	at org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:7119)
> 	at org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:196)
> 	at org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:137)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1453)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.NullPointerException
> 	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.initStartedCacheOnCoordinator(CacheAffinitySharedManager.java:743)
> 	at org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.onCacheChangeRequest(CacheAffinitySharedManager.java:413)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onCacheChangeRequest(GridDhtPartitionsExchangeFuture.java:565)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:448)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1447)
> 	... 2 more
> [13:38:31,519][SEVERE][sys-#29%null%][GridCacheIoManager] Failed processing message [senderId=a4c5be10-f0d0-4c62-a870-c1e3af4669c9, msg=GridDhtPartitionsSingleMessage [parts={-2100569601=GridDhtPartitionMap2 [moving=0, size=100], -148429048=GridDhtPartitionMap2 [moving=0, size=378], 1325947219=GridDhtPartitionMap2 [moving=0, size=20], 689859866=GridDhtPartitionMap2 [moving=0, size=378]}, partCntrs={-2100569601={0=0, 1=1, 2=0, 3=0, 4=0, 5=0, 6=0, 7=0, 8=0, 9=0, 10=0, 11=0, 12=0, 13=0, 14=0, 15=0, 17=0, 16=0, 19=0, 18=0, 21=0, 20=8, 23=0, 22=0, 25=0, 24=0, 27=0, 26=0, 29=0, 28=8, 31=0, 30=0, 34=0, 35=0, 32=0, 33=0, 38=0, 39=0, 36=0, 37=1, 42=0, 43=0, 40=0, 41=0, 46=0, 47=0, 44=0, 45=0, 51=0, 50=0, 49=0, 48=10, 55=0, 54=0, 53=0, 52=0, 59=1, 58=0, 57=0, 56=0, 63=0, 62=0, 61=0, 60=0, 68=0, 69=0, 70=0, 71=0, 64=0, 65=0, 66=0, 67=0, 76=0, 77=0, 78=0, 79=0, 72=0, 73=0, 74=0, 75=0, 85=0, 84=0, 87=0, 86=0, 81=0, 80=0, 83=0, 82=0, 93=0, 92=0, 95=0, 94=0, 89=0, 88=0, 91=0, 90=0, 98=0, 99=0, 96=0, 97=0}, -148429048={2=0, 548=0, 546=0, 5=0, 547=0, 6=0, 544=0, 13=0, 552=0, 17=0, 567=0, 563=0, 560=0, 25=0, 575=0, 24=0, 31=0, 568=0, 517=0, 32=0, 519=0, 513=0, 515=0, 40=0, 520=0, 46=0, 521=0, 45=0, 523=0, 532=0, 54=0, 528=0, 53=0, 52=0, 63=0, 537=0, 62=0, 61=0, 68=0, 69=0, 71=0, 609=0, 614=0, 66=0, 612=0, 76=0, 77=0, 78=0, 616=0, 617=0, 627=0, 625=0, 86=0, 624=0, 81=0, 631=0, 93=0, 94=0, 632=0, 639=0, 638=0, 91=0, 636=0, 102=0, 577=0, 579=0, 99=0, 582=0, 110=0, 111=0, 585=0, 108=0, 586=0, 109=0, 588=0, 589=0, 104=0, 105=0, 116=0, 115=0, 114=0, 599=0, 602=0, 605=0, 606=0, 687=0, 136=0, 685=0, 138=0, 684=0, 143=0, 129=0, 678=0, 135=0, 153=0, 703=0, 700=0, 155=0, 701=0, 156=0, 157=0, 159=0, 695=0, 693=0, 148=0, 150=0, 688=0, 689=0, 653=0, 655=0, 654=0, 173=0, 172=0, 163=0, 645=0, 646=0, 640=0, 643=0, 186=0, 668=0, 664=0, 178=0, 177=0, 663=0, 180=0, 181=0, 659=0, 203=0, 748=0, 738=0, 199=0, 736=0, 193=0, 742=0, 195=0, 220=0, 221=0, 216=0, 766=0, 764=0, 219=0, 213=0, 755=0, 752=0, 753=0, 208=0, 758=0, 759=0, 210=0, 756=0, 211=0, 757=0, 712=0, 714=0, 717=0, 716=0, 719=0, 232=0, 231=0, 704=0, 707=0, 708=0, 710=0, 254=0, 255=0, 729=0, 252=0, 731=0, 250=0, 732=0, 733=0, 248=0, 246=0, 247=0, 245=0, 241=0, 821=0, 274=0, 279=0, 819=0, 276=0, 281=0, 824=0, 285=0, 827=0, 826=0, 258=0, 257=0, 807=0, 801=0, 260=0, 802=0, 261=0, 266=0, 812=0, 808=0, 809=0, 268=0, 811=0, 790=0, 789=0, 306=0, 309=0, 313=0, 312=0, 315=0, 797=0, 319=0, 792=0, 288=0, 774=0, 290=0, 291=0, 293=0, 768=0, 769=0, 296=0, 783=0, 778=0, 302=0, 777=0, 343=0, 883=0, 340=0, 884=0, 337=0, 336=0, 351=0, 350=0, 888=0, 348=0, 346=0, 326=0, 324=0, 866=0, 325=0, 323=0, 320=0, 872=0, 873=0, 333=0, 876=0, 331=0, 877=0, 878=0, 373=0, 372=0, 848=0, 369=0, 854=0, 853=0, 380=0, 377=0, 379=0, 861=0, 378=0, 834=0, 358=0, 353=0, 354=0, 836=0, 355=0, 842=0, 843=0, 367=0, 841=0, 360=0, 847=0, 363=0, 845=0, 410=0, 957=0, 958=0, 959=0, 414=0, 412=0, 955=0, 403=0, 949=0, 401=0, 406=0, 404=0, 941=0, 394=0, 942=0, 399=0, 936=0, 939=0, 396=0, 933=0, 932=0, 934=0, 388=0, 930=0, 926=0, 441=0, 442=0, 924=0, 443=0, 925=0, 921=0, 432=0, 917=0, 914=0, 437=0, 915=0, 438=0, 912=0, 439=0, 913=0, 911=0, 427=0, 426=0, 428=0, 905=0, 418=0, 421=0, 899=0, 898=0, 423=0, 897=0, 422=0, 478=0, 1016=0, 1017=0, 1018=0, 475=0, 1022=0, 473=0, 1023=0, 470=0, 1008=0, 471=0, 1009=0, 1010=0, 466=0, 1012=0, 1013=0, 1014=0, 1015=0, 463=0, 462=0, 1000=0, 1003=0, 1002=0, 1004=0, 457=0, 1007=0, 1006=0, 992=0, 453=0, 452=0, 994=0, 450=0, 449=0, 999=0, 448=0, 508=0, 509=0, 510=0, 504=0, 505=0, 506=0, 989=0, 503=0, 977=0, 983=0, 980=0, 492=0, 970=0, 489=0, 974=0, 972=0, 963=0, 486=0, 960=0, 480=0, 966=0}, 1325947219={0=0, 1=1, 2=0, 3=0, 4=0, 5=0, 6=0, 7=0, 8=0, 9=0, 10=0, 11=0, 12=0, 13=0, 14=0, 15=0, 17=0, 16=0, 19=1, 18=0}, 689859866={2=0, 548=0, 546=0, 5=0, 547=0, 6=0, 544=0, 13=0, 552=0, 17=0, 567=0, 563=0, 560=0, 25=0, 575=0, 24=0, 31=0, 568=0, 517=0, 32=0, 519=0, 513=0, 515=0, 40=0, 520=0, 46=0, 521=0, 45=0, 523=0, 532=0, 54=0, 528=0, 53=0, 52=0, 63=0, 537=0, 62=0, 61=0, 68=0, 69=0, 71=0, 609=0, 614=0, 66=0, 612=0, 76=0, 77=0, 78=0, 616=0, 617=0, 627=0, 625=0, 86=0, 624=0, 81=0, 631=0, 93=0, 94=0, 632=0, 639=0, 638=0, 91=0, 636=0, 102=0, 577=0, 579=0, 99=0, 582=0, 110=0, 111=0, 585=0, 108=0, 586=0, 109=0, 588=0, 589=0, 104=0, 105=0, 116=0, 115=0, 114=0, 599=0, 602=0, 605=0, 606=0, 687=0, 136=0, 685=0, 138=0, 684=0, 143=0, 129=0, 678=0, 135=0, 153=0, 703=0, 700=0, 155=0, 701=0, 156=0, 157=0, 159=0, 695=0, 693=0, 148=0, 150=0, 688=0, 689=0, 653=0, 655=0, 654=0, 173=0, 172=0, 163=0, 645=0, 646=0, 640=0, 643=0, 186=0, 668=0, 664=0, 178=0, 177=0, 663=0, 180=0, 181=0, 659=0, 203=0, 748=0, 738=0, 199=0, 736=0, 193=0, 742=0, 195=0, 220=0, 221=0, 216=0, 766=0, 764=0, 219=0, 213=0, 755=0, 752=0, 753=0, 208=0, 758=0, 759=0, 210=0, 756=0, 211=0, 757=0, 712=0, 714=0, 717=0, 716=0, 719=0, 232=0, 231=0, 704=0, 707=0, 708=0, 710=0, 254=0, 255=0, 729=0, 252=0, 731=0, 250=0, 732=0, 733=0, 248=0, 246=0, 247=0, 245=0, 241=0, 821=0, 274=0, 279=0, 819=0, 276=0, 281=0, 824=0, 285=0, 827=0, 826=0, 258=0, 257=0, 807=0, 801=0, 260=0, 802=0, 261=0, 266=0, 812=0, 808=0, 809=0, 268=0, 811=0, 790=0, 789=0, 306=0, 309=0, 313=0, 312=0, 315=0, 797=0, 319=0, 792=0, 288=0, 774=0, 290=0, 291=0, 293=0, 768=0, 769=0, 296=0, 783=0, 778=0, 302=0, 777=0, 343=0, 883=0, 340=0, 884=0, 337=0, 336=0, 351=0, 350=0, 888=0, 348=0, 346=0, 326=0, 324=0, 866=0, 325=0, 323=0, 320=0, 872=0, 873=0, 333=0, 876=0, 331=0, 877=0, 878=0, 373=0, 372=0, 848=0, 369=0, 854=0, 853=0, 380=0, 377=0, 379=0, 861=0, 378=0, 834=0, 358=0, 353=0, 354=0, 836=0, 355=0, 842=0, 843=0, 367=0, 841=0, 360=0, 847=0, 363=0, 845=0, 410=0, 957=0, 958=0, 959=0, 414=0, 412=0, 955=0, 403=0, 949=0, 401=0, 406=0, 404=0, 941=0, 394=0, 942=0, 399=0, 936=0, 939=0, 396=0, 933=0, 932=0, 934=0, 388=0, 930=0, 926=0, 441=0, 442=0, 924=0, 443=0, 925=0, 921=0, 432=0, 917=0, 914=0, 437=0, 915=0, 438=0, 912=0, 439=0, 913=0, 911=0, 427=0, 426=0, 428=0, 905=0, 418=0, 421=0, 899=0, 898=0, 423=0, 897=0, 422=0, 478=0, 1016=0, 1017=0, 1018=0, 475=0, 1022=0, 473=0, 1023=0, 470=0, 1008=0, 471=0, 1009=0, 1010=0, 466=0, 1012=0, 1013=0, 1014=0, 1015=0, 463=0, 462=0, 1000=0, 1003=0, 1002=0, 1004=0, 457=0, 1007=0, 1006=0, 992=0, 453=0, 452=0, 994=0, 450=0, 449=0, 999=0, 448=0, 508=0, 509=0, 510=0, 504=0, 505=0, 506=0, 989=0, 503=0, 977=0, 983=0, 980=0, 492=0, 970=0, 489=0, 974=0, 972=0, 963=0, 486=0, 960=0, 480=0, 966=0}}, client=false, super=GridDhtPartitionsAbstractMessage [exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=5, minorTopVer=1], nodeId=a4c5be10, evt=DISCOVERY_CUSTOM_EVT], lastVer=GridCacheVersion [topVer=88785488, time=1477305511506, order=1477305508156, nodeOrder=2], super=GridCacheMessage [msgId=90, depInfo=null, err=null, skipPrepare=false, cacheId=0, cacheId=0]]]]
> java.lang.NullPointerException
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.partitionMap(GridDhtPartitionTopologyImpl.java:1005)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.createPartitionsMessage(GridDhtPartitionsExchangeFuture.java:992)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendAllPartitions(GridDhtPartitionsExchangeFuture.java:1019)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendAllPartitions(GridDhtPartitionsExchangeFuture.java:1311)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onReceive(GridDhtPartitionsExchangeFuture.java:1182)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.processSinglePartitionUpdate(GridCachePartitionExchangeManager.java:1096)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.access$1100(GridCachePartitionExchangeManager.java:112)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$2.onMessage(GridCachePartitionExchangeManager.java:309)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$2.onMessage(GridCachePartitionExchangeManager.java:307)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:1814)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:1796)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:756)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:361)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:285)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.access$000(GridCacheIoManager.java:87)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:230)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1080)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:708)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.access$1700(GridIoManager.java:101)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager$5.run(GridIoManager.java:671)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> [13:38:31,524][SEVERE][sys-#34%null%][GridCacheIoManager] Failed processing message [senderId=e75c3ce9-e396-49ec-b729-00ee6f0e587d, msg=GridDhtPartitionsSingleMessage [parts={-2100569601=GridDhtPartitionMap2 [moving=0, size=100], -148429048=GridDhtPartitionMap2 [moving=0, size=314], 1325947219=GridDhtPartitionMap2 [moving=0, size=20], 689859866=GridDhtPartitionMap2 [moving=0, size=314]}, partCntrs={-2100569601={0=0, 1=1, 2=0, 3=0, 4=0, 5=0, 6=0, 7=0, 8=0, 9=0, 10=0, 11=0, 12=0, 13=0, 14=0, 15=0, 17=0, 16=0, 19=0, 18=0, 21=0, 20=8, 23=0, 22=0, 25=0, 24=0, 27=0, 26=0, 29=0, 28=8, 31=0, 30=0, 34=0, 35=0, 32=0, 33=0, 38=0, 39=0, 36=0, 37=1, 42=0, 43=0, 40=0, 41=0, 46=0, 47=0, 44=0, 45=0, 51=0, 50=0, 49=0, 48=10, 55=0, 54=0, 53=0, 52=0, 59=1, 58=0, 57=0, 56=0, 63=0, 62=0, 61=0, 60=0, 68=0, 69=0, 70=0, 71=0, 64=0, 65=0, 66=0, 67=0, 76=0, 77=0, 78=0, 79=0, 72=0, 73=0, 74=0, 75=0, 85=0, 84=0, 87=0, 86=0, 81=0, 80=0, 83=0, 82=0, 93=0, 92=0, 95=0, 94=0, 89=0, 88=0, 91=0, 90=0, 98=0, 99=0, 96=0, 97=0}, -148429048={0=0, 551=0, 3=0, 4=0, 7=0, 558=0, 9=0, 557=0, 555=0, 14=0, 553=0, 566=0, 16=0, 19=0, 18=0, 561=0, 573=0, 27=0, 571=0, 28=0, 34=0, 35=0, 38=0, 524=0, 42=0, 525=0, 43=0, 522=0, 51=0, 50=0, 49=0, 48=0, 55=0, 531=0, 59=0, 57=0, 542=0, 538=0, 60=0, 611=0, 608=0, 64=0, 67=0, 618=0, 619=0, 79=0, 622=0, 73=0, 74=0, 621=0, 84=0, 87=0, 80=0, 630=0, 82=0, 635=0, 92=0, 95=0, 633=0, 89=0, 88=0, 90=0, 578=0, 98=0, 96=0, 584=0, 106=0, 590=0, 591=0, 593=0, 119=0, 118=0, 594=0, 597=0, 596=0, 112=0, 598=0, 601=0, 600=0, 604=0, 121=0, 607=0, 120=0, 137=0, 139=0, 141=0, 683=0, 140=0, 682=0, 142=0, 680=0, 128=0, 677=0, 134=0, 154=0, 699=0, 697=0, 694=0, 147=0, 690=0, 149=0, 151=0, 171=0, 169=0, 168=0, 175=0, 649=0, 174=0, 648=0, 651=0, 162=0, 160=0, 167=0, 641=0, 166=0, 165=0, 669=0, 670=0, 190=0, 191=0, 665=0, 188=0, 189=0, 660=0, 661=0, 176=0, 662=0, 656=0, 657=0, 207=0, 201=0, 750=0, 749=0, 739=0, 737=0, 192=0, 194=0, 763=0, 223=0, 217=0, 218=0, 212=0, 214=0, 215=0, 239=0, 713=0, 238=0, 237=0, 236=0, 235=0, 234=0, 233=0, 705=0, 230=0, 228=0, 709=0, 226=0, 225=0, 711=0, 224=0, 251=0, 734=0, 735=0, 720=0, 721=0, 244=0, 722=0, 242=0, 726=0, 727=0, 275=0, 820=0, 273=0, 823=0, 816=0, 282=0, 280=0, 825=0, 284=0, 804=0, 259=0, 256=0, 806=0, 262=0, 814=0, 265=0, 304=0, 307=0, 308=0, 786=0, 311=0, 785=0, 784=0, 799=0, 314=0, 317=0, 316=0, 289=0, 772=0, 292=0, 770=0, 298=0, 780=0, 781=0, 779=0, 776=0, 303=0, 881=0, 341=0, 885=0, 338=0, 891=0, 890=0, 893=0, 892=0, 894=0, 865=0, 867=0, 869=0, 875=0, 330=0, 329=0, 851=0, 849=0, 374=0, 370=0, 383=0, 857=0, 863=0, 376=0, 862=0, 860=0, 835=0, 832=0, 359=0, 837=0, 361=0, 362=0, 956=0, 408=0, 409=0, 952=0, 954=0, 413=0, 402=0, 400=0, 951=0, 946=0, 405=0, 395=0, 940=0, 393=0, 943=0, 937=0, 397=0, 938=0, 387=0, 386=0, 385=0, 935=0, 384=0, 391=0, 390=0, 927=0, 444=0, 445=0, 923=0, 447=0, 434=0, 435=0, 425=0, 909=0, 908=0, 429=0, 907=0, 431=0, 430=0, 904=0, 903=0, 416=0, 419=0, 896=0, 479=0, 477=0, 1019=0, 472=0, 468=0, 1011=0, 465=0, 460=0, 459=0, 458=0, 456=0, 455=0, 454=0, 997=0, 996=0, 998=0, 511=0, 985=0, 988=0, 979=0, 976=0, 496=0, 982=0, 498=0, 493=0, 495=0, 969=0, 968=0, 975=0, 973=0, 485=0, 483=0}, 1325947219={0=0, 1=1, 2=0, 3=0, 4=0, 5=0, 6=0, 7=0, 8=0, 9=0, 10=0, 11=0, 12=0, 13=0, 14=0, 15=0, 17=0, 16=0, 19=1, 18=0}, 689859866={0=0, 551=0, 3=0, 4=0, 7=0, 558=0, 9=0, 557=0, 555=0, 14=0, 553=0, 566=0, 16=0, 19=0, 18=0, 561=0, 573=0, 27=0, 571=0, 28=0, 34=0, 35=0, 38=0, 524=0, 42=0, 525=0, 43=0, 522=0, 51=0, 50=0, 49=0, 48=0, 55=0, 531=0, 59=0, 57=0, 542=0, 538=0, 60=0, 611=0, 608=0, 64=0, 67=0, 618=0, 619=0, 79=0, 622=0, 73=0, 74=0, 621=0, 84=0, 87=0, 80=0, 630=0, 82=0, 635=0, 92=0, 95=0, 633=0, 89=0, 88=0, 90=0, 578=0, 98=0, 96=0, 584=0, 106=0, 590=0, 591=0, 593=0, 119=0, 118=0, 594=0, 597=0, 596=0, 112=0, 598=0, 601=0, 600=0, 604=0, 121=0, 607=0, 120=0, 137=0, 139=0, 141=0, 683=0, 140=0, 682=0, 142=0, 680=0, 128=0, 677=0, 134=0, 154=0, 699=0, 697=0, 694=0, 147=0, 690=0, 149=0, 151=0, 171=0, 169=0, 168=0, 175=0, 649=0, 174=0, 648=0, 651=0, 162=0, 160=0, 167=0, 641=0, 166=0, 165=0, 669=0, 670=0, 190=0, 191=0, 665=0, 188=0, 189=0, 660=0, 661=0, 176=0, 662=0, 656=0, 657=0, 207=0, 201=0, 750=0, 749=0, 739=0, 737=0, 192=0, 194=0, 763=0, 223=0, 217=0, 218=0, 212=0, 214=0, 215=0, 239=0, 713=0, 238=0, 237=0, 236=0, 235=0, 234=0, 233=0, 705=0, 230=0, 228=0, 709=0, 226=0, 225=0, 711=0, 224=0, 251=0, 734=0, 735=0, 720=0, 721=0, 244=0, 722=0, 242=0, 726=0, 727=0, 275=0, 820=0, 273=0, 823=0, 816=0, 282=0, 280=0, 825=0, 284=0, 804=0, 259=0, 256=0, 806=0, 262=0, 814=0, 265=0, 304=0, 307=0, 308=0, 786=0, 311=0, 785=0, 784=0, 799=0, 314=0, 317=0, 316=0, 289=0, 772=0, 292=0, 770=0, 298=0, 780=0, 781=0, 779=0, 776=0, 303=0, 881=0, 341=0, 885=0, 338=0, 891=0, 890=0, 893=0, 892=0, 894=0, 865=0, 867=0, 869=0, 875=0, 330=0, 329=0, 851=0, 849=0, 374=0, 370=0, 383=0, 857=0, 863=0, 376=0, 862=0, 860=0, 835=0, 832=0, 359=0, 837=0, 361=0, 362=0, 956=0, 408=0, 409=0, 952=0, 954=0, 413=0, 402=0, 400=0, 951=0, 946=0, 405=0, 395=0, 940=0, 393=0, 943=0, 937=0, 397=0, 938=0, 387=0, 386=0, 385=0, 935=0, 384=0, 391=0, 390=0, 927=0, 444=0, 445=0, 923=0, 447=0, 434=0, 435=0, 425=0, 909=0, 908=0, 429=0, 907=0, 431=0, 430=0, 904=0, 903=0, 416=0, 419=0, 896=0, 479=0, 477=0, 1019=0, 472=0, 468=0, 1011=0, 465=0, 460=0, 459=0, 458=0, 456=0, 455=0, 454=0, 997=0, 996=0, 998=0, 511=0, 985=0, 988=0, 979=0, 976=0, 496=0, 982=0, 498=0, 493=0, 495=0, 969=0, 968=0, 975=0, 973=0, 485=0, 483=0}}, client=false, super=GridDhtPartitionsAbstractMessage [exchId=GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=5, minorTopVer=1], nodeId=a4c5be10, evt=DISCOVERY_CUSTOM_EVT], lastVer=GridCacheVersion [topVer=88785488, time=1477305511504, order=1477305508158, nodeOrder=3], super=GridCacheMessage [msgId=173, depInfo=null, err=null, skipPrepare=false, cacheId=0, cacheId=0]]]]
> java.lang.NullPointerException
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.partitionMap(GridDhtPartitionTopologyImpl.java:1005)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.createPartitionsMessage(GridDhtPartitionsExchangeFuture.java:992)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendAllPartitions(GridDhtPartitionsExchangeFuture.java:1019)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.sendAllPartitions(GridDhtPartitionsExchangeFuture.java:1311)
> 	at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.onReceive(GridDhtPartitionsExchangeFuture.java:1182)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.processSinglePartitionUpdate(GridCachePartitionExchangeManager.java:1096)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.access$1100(GridCachePartitionExchangeManager.java:112)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$2.onMessage(GridCachePartitionExchangeManager.java:309)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$2.onMessage(GridCachePartitionExchangeManager.java:307)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:1814)
> 	at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:1796)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:756)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:361)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:285)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager.access$000(GridCacheIoManager.java:87)
> 	at org.apache.ignite.internal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:230)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1080)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:708)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager.access$1700(GridIoManager.java:101)
> 	at org.apache.ignite.internal.managers.communication.GridIoManager$5.run(GridIoManager.java:671)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> {noformat}



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