You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/16 12:58:00 UTC

[jira] [Commented] (FLINK-8425) SpilledSubpartitionView not protected against concurrent release calls

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

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

Github user asfgit closed the pull request at:

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


> SpilledSubpartitionView not protected against concurrent release calls
> ----------------------------------------------------------------------
>
>                 Key: FLINK-8425
>                 URL: https://issues.apache.org/jira/browse/FLINK-8425
>             Project: Flink
>          Issue Type: Bug
>          Components: Network
>    Affects Versions: 1.1.0, 1.0.1, 1.0.2, 1.0.3, 1.2.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.3.0, 1.2.1, 1.3.1, 1.4.0, 1.3.2
>            Reporter: Nico Kruber
>            Priority: Minor
>
> It seems like {{SpilledSubpartitionView}} is not protected against concurrently calling {{releaseAllResources}} as the other {{ResultSubpartitionView}} implementations. These may happen due to failures, e.g. network channels breaking, and will probably only result in some unexpected exceptions being thrown, e.g. from reading from a closed file reader.



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