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)