Weijie Guo created FLINK-28884: ---------------------------------- Summary: HsSubpartitionView should be initialized to a notifiable state. Key: FLINK-28884 URL: https://issues.apache.org/jira/browse/FLINK-28884 Project: Flink Issue Type: Bug Components: Runtime / Network Reporter: Weijie Guo Fix For: 1.16.0
HsSubpartitionView should be initialized to a notifiable state, there may be a problem of never consuming otherwise. Imagine the following situation: Downstream task has no initial credit(i.e. exclusive buffers is config to zero), if there is no data output in the upstream, it will feedback a zero backlog to downstream input channel. All subsequent data available notifications will be intercepted as needNotify is false. -- This message was sent by Atlassian Jira (v8.20.10#820010)