Pochatkin commented on code in PR #2121:
URL: https://github.com/apache/ignite-3/pull/2121#discussion_r1217686673


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -533,6 +528,28 @@ public class IgniteImpl implements Ignite {
 
         sql = new IgniteSqlImpl(qryEngine);
 
+        deploymentManager = new DeploymentManagerImpl(
+                clusterSvc,
+                metaStorageMgr,
+                workDir,
+                
nodeConfigRegistry.getConfiguration(DeploymentConfiguration.KEY),
+                cmgMgr
+        );
+
+        JobClassLoaderFactory jobClassLoaderFactory = new 
JobClassLoaderFactory(
+                unitName -> {

Review Comment:
   With deploymentManager instance you may compute latest version in 
JobClassLoaderFactory. All Version instaces are comparable



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to