Ryantaocer commented on a change in pull request #8125: [FLINK-10205] Batch
Job: InputSplit Fault tolerant for DataSourceTask
URL: https://github.com/apache/flink/pull/8125#discussion_r273428046
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
##########
@@ -107,6 +109,9 @@
/** The current or latest execution attempt of this vertex's task. */
private volatile Execution currentExecution; // this field must
never be null
+ /** input split*/
Review comment:
Remove it since the variable name `inputSplits` is meaningful enough here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services