buptljy commented 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`?
---------------------------------------------------------------- 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
