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


##########
modules/compute/src/main/java/org/apache/ignite/internal/compute/JobExecutionContextImpl.java:
##########
@@ -36,6 +41,8 @@ public class JobExecutionContextImpl implements 
JobExecutionContext {
 
     private final @Nullable Partition partition;
 
+    private Collection<DeploymentUnitInfo> deploymentUnits;

Review Comment:
   This comment is valid. You need to add sync here. Double check locking 
pattern or use `org.apache.ignite.internal.util.Lazy` for example



-- 
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