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, and both should be running in the `jobMasterMainThread` (Maybe I'm wrong about this?). 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: [email protected] With regards, Apache Git Services
