StefanRRichter commented on a change in pull request #6684: [FLINK-10205]
Batch Job: InputSplit Fault tolerant for DataSource…
URL: https://github.com/apache/flink/pull/6684#discussion_r240253142
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
##########
@@ -590,6 +604,15 @@ public Execution resetForNewExecution(final long
timestamp, final long originati
this.currentExecution = newExecution;
+ synchronized (this.inputSplits){
+ for (InputSplit split:
this.inputSplits){
Review comment:
General formatting/style, this line (and others) lack some whitespaces, e.g.
`split :` and `) {`. Please have another look at the formatting.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services