Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2091

Service Deployment: use service's class String name instead of Class during deployment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • ignite-1.4
    • 1.7
    • general
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              ashutak Artem Shutak
              dmagda Denis A. Magda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: