Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
1.10.0
-
None
Description
Currently almost all interactions with the network stack are happening from the mailbox thread, except of org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter#flushAll, which happens from OutputFlusher thread.
We could move ResultPartitionWriter#flushAll to happen in the mailbox thread (as a mailbox action), which would further simplify the threading model.
Attachments
Issue Links
- relates to
-
FLINK-18832 BoundedBlockingSubpartition does not work with StreamTask
- Closed
- links to