[ 
https://issues.apache.org/jira/browse/IGNITE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044762#comment-15044762
 ] 

Denis Magda commented on IGNITE-2091:
-------------------------------------

Discussion on the dev@list
https://mail-archives.apache.org/mod_mbox/ignite-dev/201512.mbox/%3C5663EF28.1040001%40gridgain.com%3E

> Service Deployment: use service's class String name instead of Class during 
> deployment
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-2091
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2091
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: ignite-1.4
>            Reporter: Denis Magda
>             Fix For: 1.6
>
>
> Every node that is a part of the cluster (including client nodes) checks 
> whether a service should be deployed on it or not using its Class objects.
> In cases when a service is not supposed to be deployed on a node at all 
> during its lifetime the node may not have services Class in its classpath and 
> it will lead to ClassNotFoundException in 
> {{GridServiceProcessor.AssignmentListener}}.
> AssignmentListener logic has to be modified in a way that a service's String 
> class name will be used instead when it's needed to check whether the service 
> must be deployed on a node or not.



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

Reply via email to