You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2015/12/07 12:03:10 UTC

[jira] [Created] (IGNITE-2091) Service Deployment: use service's class String name instead of Class during deployment

Denis Magda created IGNITE-2091:
-----------------------------------

             Summary: 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)