akalash commented on a change in pull request #15221:
URL: https://github.com/apache/flink/pull/15221#discussion_r604181745



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
##########
@@ -719,7 +721,9 @@ private void updatePartitionConsumers(final 
IntermediateResultPartition partitio
             // Consumer is deploying => cache the partition info which would be
             // sent after switching to running
             // ----------------------------------------------------------------
-            if (consumerState == DEPLOYING || consumerState == RUNNING) {
+            if (consumerState == DEPLOYING

Review comment:
       In general, right now I think right now that @dawidwys was initially 
right and we should just replace RUNNING by RECOVERING. But as more safe 
changes I can return RECOVERING into this condition.




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