You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Groh (JIRA)" <ji...@apache.org> on 2017/03/14 17:47:42 UTC

[jira] [Resolved] (BEAM-1657) DirectRunner should not call close twice in UnboundedSourceExecutorFactory

     [ https://issues.apache.org/jira/browse/BEAM-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Groh resolved BEAM-1657.
-------------------------------
       Resolution: Fixed
    Fix Version/s: First stable release

> DirectRunner should not call close twice in UnboundedSourceExecutorFactory
> --------------------------------------------------------------------------
>
>                 Key: BEAM-1657
>                 URL: https://issues.apache.org/jira/browse/BEAM-1657
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>            Reporter: Ben Chambers
>            Assignee: Thomas Groh
>             Fix For: First stable release
>
>
> At the end of the processElement, in `finishRead` there is a 5% chance we decide to `close` the reader. If the call to {{close}} throws an {{IOException}}, it will propagate that exception back to the call to {{processElement}}, which will attempt to {{close}} the reader again, which violates the {{AutoCloseable}} spec.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)