[ 
https://issues.apache.org/jira/browse/FLINK-9223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447359#comment-16447359
 ] 

ASF GitHub Bot commented on FLINK-9223:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/5882


> bufferConsumers should be closed in 
> SpillableSubpartitionTest#testConsumeSpilledPartitionSpilledBeforeAdd
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-9223
>                 URL: https://issues.apache.org/jira/browse/FLINK-9223
>             Project: Flink
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: vinoyang
>            Priority: Minor
>
> {code}
>     BufferConsumer[] bufferConsumers = Arrays.stream(bufferBuilders).map(
>       BufferBuilder::createBufferConsumer
>     ).toArray(BufferConsumer[]::new);
> {code}
> After operation on bufferConsumers is done, the BufferConsumer's in the array 
> should be closed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to