Thesharing commented on pull request #15382:
URL: https://github.com/apache/flink/pull/15382#issuecomment-891657709


   Due to FLINK-22017, now blocking partitions will be individually consumable 
once it's finished. finishPartitionAndUpdateConsumer will be called every 
partition is finished. The proposed optimization is no longer valid. 
Furthermore, this function is called only when there is intra-region edges in 
the graph. In this case the downstream vertices are DEPLOYING/RUNNING when the 
upstream vertices are FINISHED. The scenario is rare. Thus for now we just 
close it. If there's a new idea about it, we'd like to reopen it.


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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to