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

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
 ##########
 @@ -104,6 +105,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:
   good catch

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