You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yingjie Cao (Jira)" <ji...@apache.org> on 2020/09/21 06:43:00 UTC

[jira] [Created] (FLINK-19302) Flushing of BoundedBlockingResultPartition should finish current BufferBuilder

Yingjie Cao created FLINK-19302:
-----------------------------------

             Summary: Flushing of BoundedBlockingResultPartition should finish current BufferBuilder
                 Key: FLINK-19302
                 URL: https://issues.apache.org/jira/browse/FLINK-19302
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Network
            Reporter: Yingjie Cao
             Fix For: 1.12.0


Currently, flushing of BoundedBlockingResultPartition flushes and closes the current BufferConsumer but dose not finish the corresponding BufferBuilder. As a result, the records coming latter can be appended to already recycled  buffer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)