You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/17 02:27:03 UTC

[GitHub] wenlong88 commented on issue #6684: [FLINK-10205] Batch Job: InputSplit Fault tolerant for DataSource…

wenlong88 commented on issue #6684:     [FLINK-10205] Batch Job: InputSplit Fault tolerant for DataSource…
URL: https://github.com/apache/flink/pull/6684#issuecomment-430467136
 
 
   hi, @tillrohrmann @isunjin , we have encountered the same issue in region failover, and fix with a similar patch. Restricting the splits to the failed task is necessary, because the framework do not know how the input assigner assign splits to subtask and we can't reconstruct the assigner in region failover, so keep the assignment not changed is the most general way to fix the issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services