kezhuw commented on a change in pull request #15331:
URL: https://github.com/apache/flink/pull/15331#discussion_r600095822



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/operators/CollectionExecutor.java
##########
@@ -110,7 +111,7 @@ public JobExecutionResult execute(Plan program) throws 
Exception {
         initCache(program.getCachedFiles());
         Collection<? extends GenericDataSinkBase<?>> sinks = 
program.getDataSinks();
         for (Operator<?> sink : sinks) {
-            execute(sink);
+            execute(sink, program.getJobId());
         }

Review comment:
       @rkhachatryan I think this fallback should be in {{execute}} scope not 
{{for}} scope. This way we can get a stable job id for full run.




-- 
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]


Reply via email to