You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Gagarkin (Jira)" <ji...@apache.org> on 2023/05/25 12:38:00 UTC

[jira] [Created] (IGNITE-19565) Integrate ComputeComponentImpl with JobClassLoader

Ivan Gagarkin created IGNITE-19565:
--------------------------------------

             Summary: Integrate ComputeComponentImpl with JobClassLoader
                 Key: IGNITE-19565
                 URL: https://issues.apache.org/jira/browse/IGNITE-19565
             Project: Ignite
          Issue Type: Task
            Reporter: Ivan Gagarkin


Currently, ComputeComponentImpl uses its own class loader to load job classes. We need:
 # extend execution methods (e.g. org.apache.ignite.internal.compute.ComputeComponentImpl#executeJob) with List of DeployementUnit 
 # create a class loader (JobClassLoader) with the provided list of units
 # use the class loader for the job execution



--
This message was sent by Atlassian Jira
(v8.20.10#820010)