Zhu Zhu created FLINK-27460: ------------------------------- Summary: Remove unused notifyPartitionDataAvailable process Key: FLINK-27460 URL: https://issues.apache.org/jira/browse/FLINK-27460 Project: Flink Issue Type: Technical Debt Components: Runtime / Coordination Affects Versions: 1.16.0 Reporter: Zhu Zhu Fix For: 1.16.0
The `notifyPartitionDataAvailable` process was used to trigger downstream task scheduling once a pipelined partition has data produced at TM side. It is no longer used. Therefore I propose to remove it to cleanup the code base. -- This message was sent by Atlassian Jira (v8.20.7#820007)