zhijiangW commented on a change in pull request #8210: [FLINK-12203] Refactor 
ResultPartitionManager to break tie with Task
URL: https://github.com/apache/flink/pull/8210#discussion_r278443217
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
 ##########
 @@ -1294,14 +1294,23 @@ private void sendCancelRpcCall(int numberRetries) {
                }
        }
 
-       private void sendFailIntermediateResultPartitionsRpcCall() {
+       private void sendReleaseIntermediateResultPartitionsRpcCall() {
                final LogicalSlot slot = assignedResource;
+               LOG.info("Discarding the results produced by task execution 
{}.", attemptId);
 
 Review comment:
   It might be better to put this log in the first line of this method.

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

Reply via email to