There may exit race condition between `setFlushTimeout()` and `createSubpartitionView()`? If the task thread invokes `setFlushTimeout` and clears the `remoteSubpartitionsMissingPeriodicFlushes`, at the same time, the netty thread invokes creating subpartition view and adding this subpartition to the `remoteSubpartitionsMissingPeriodicFlushes` before setting `flushTimeout`.
[ Full content available at: https://github.com/apache/flink/pull/6698 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org