[ https://issues.apache.org/jira/browse/IGNITE-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381425#comment-14381425 ]
Alexey Goncharuk commented on IGNITE-594: ----------------------------------------- Fixed, please verify. > NPE on daemon node when dynamic cache closed > -------------------------------------------- > > Key: IGNITE-594 > URL: https://issues.apache.org/jira/browse/IGNITE-594 > Project: Ignite > Issue Type: Bug > Reporter: Pavel Konstantinov > Assignee: Pavel Konstantinov > Priority: Blocker > > {code} > [12:44:10,469][SEVERE][tcp-disco-msg-worker-#5%visor-tester-DC1][GridDiscoveryManager] > Failed to notify direct custom event listener: DynamicCacheChangeBatch > [reqs=[DynamicCacheChangeRequest > [deploymentId=0cff2645c41-753d5ce5-7d3d-4979-8241-03f348b15bca, > startCfg=null, initiatingNodeId=17e38b9a-74e2-493f-9c57-a272b3272335, > nearCacheCfg=null, clientStartOnly=false, stop=true, failIfExists=false, > cacheName=dcp_1]], clientNodes=null] > java.lang.NullPointerException > at > org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery(GridDiscoveryManager.java:372) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi$RingMessageWorker.processCustomMessage(TcpDiscoverySpi.java:4499) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi$RingMessageWorker.processMessage(TcpDiscoverySpi.java:2599) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpiAdapter$MessageWorkerAdapter.body(TcpDiscoverySpiAdapter.java:954) > at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) > [12:44:10,528][SEVERE][tcp-disco-msg-worker-#5%visor-tester-DC1][GridDiscoveryManager] > Failed to notify direct custom event listener: DynamicCacheChangeBatch > [reqs=[DynamicCacheChangeRequest > [deploymentId=bcff2645c41-753d5ce5-7d3d-4979-8241-03f348b15bca, > startCfg=null, initiatingNodeId=17e38b9a-74e2-493f-9c57-a272b3272335, > nearCacheCfg=null, clientStartOnly=false, stop=true, failIfExists=false, > cacheName=dcr_1]], clientNodes=null] > java.lang.NullPointerException > at > org.apache.ignite.internal.managers.discovery.GridDiscoveryManager$4.onDiscovery(GridDiscoveryManager.java:372) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi$RingMessageWorker.processCustomMessage(TcpDiscoverySpi.java:4499) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi$RingMessageWorker.processMessage(TcpDiscoverySpi.java:2599) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpiAdapter$MessageWorkerAdapter.body(TcpDiscoverySpiAdapter.java:954) > at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)