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 2019/11/21 05:31:39 UTC

[GitHub] [flink] buptljy edited a comment on issue #8125: [FLINK-10205] Batch Job: InputSplit Fault tolerant for DataSourceTask

buptljy edited a comment on issue #8125: [FLINK-10205] Batch Job: InputSplit Fault tolerant for DataSourceTask
URL: https://github.com/apache/flink/pull/8125#issuecomment-556927189
 
 
   @Ryantaocer @StefanRRichter 
   Sorry for bring this out again. Currently I'm doing something about scheduler and I'm curious why we need to `synchronized` splits here? Since we have only two ways to modify the `splits`, one is the RPC call from `Task` and the other is the failover strategy, but do we allow users to modify this in threads except for `jobMasterMainThread`? 
   
   Because I thought the operations should be single-threaded.

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


With regards,
Apache Git Services