zhijiangW commented on a change in pull request #7050: [hotfix] Follow up 
FLINK-6046 to clean unused variable
URL: https://github.com/apache/flink/pull/7050#discussion_r232129216
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionJobVertex.java
 ##########
 @@ -126,19 +125,10 @@
        private int maxParallelism;
 
        /**
-        * Serialized task information which is for all sub tasks the same. 
Thus, it avoids to
-        * serialize the same information multiple times in order to create the
-        * TaskDeploymentDescriptors.
+        * Either store a serialized task information, which is for all sub 
tasks the same,
 
 Review comment:
   Either the serialized task...... or the key of the offloaded task...?
   `store` can be removed to keep same in (either or).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to