Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The non-blocking output was introduced in FLINK-14396 and FLINK-14498 to solve the problem of handling the checkpoint barrier in the case of backpressure.
In order to make the whole process through, StreamInputProcessor should be allowed to process input elements if the output is also available.
The default core size of LocalBufferPool for ResultPartition should also be increased by 1 in order not to impact the performance in the new way, and this tiny memory overhead could be ignored in practice.
Attachments
Issue Links
- is blocked by
-
FLINK-14472 Implement back-pressure monitor with non-blocking outputs
- Closed
- links to