StefanRRichter commented on a change in pull request #6684:     [FLINK-10205] 
Batch Job: InputSplit Fault tolerant for DataSource…
URL: https://github.com/apache/flink/pull/6684#discussion_r240245877
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
 ##########
 @@ -105,6 +106,9 @@
        /** The current or latest execution attempt of this vertex's task. */
        private volatile Execution currentExecution;    // this field must 
never be null
 
+       /** input split*/
+       private ArrayList<InputSplit> inputSplits;
 
 Review comment:
   It seems like we can initialize this on construction and make the field 
`final`, in particular as it is used with `synchronized`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to