davidradl commented on code in PR #27375:
URL: https://github.com/apache/flink/pull/27375#discussion_r2669217096


##########
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java:
##########
@@ -311,6 +312,8 @@ public class Task
      */
     private UserCodeClassLoader userCodeClassLoader;
 
+    @Nullable private volatile ChannelStateWriter channelStateWriter;

Review Comment:
   I suggest a comment to describe why this needs to be volatile



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