dawidwys commented on a change in pull request #15221:
URL: https://github.com/apache/flink/pull/15221#discussion_r604151275
##########
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:
I've seen you changed it @akalash however it is still different than
prior to your changes. We were sending the partition update info as soon as we
were starting to recover at the beginning of `RUNNING` however now we are
sending it only after we finish to recover...
I am not sure what are the consequences of the
`sendUpdatePartitionInfoRpcCall` call, so would appreciate another opinion here.
--
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]