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_r273424538
##########
File path:
flink-core/src/main/java/org/apache/flink/core/io/InputSplitAssigner.java
##########
@@ -38,4 +40,11 @@
*/
InputSplit getNextInputSplit(String host, int taskId);
+ /**
+ * Return the split to assigner if the task fail to process it.
+ *
+ * @param splits The list of input split to be returned.
+ * @param taskId The id of task that fail to process the input split.
Review comment:
Done.
----------------------------------------------------------------
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